Skip to content

Duplicate tests in test_sort::test_buffer_sizes #6062

@Nahor

Description

@Nahor

The test for "1000G" and "10T" are repeated for each of the smaller buffer sizes because of an incorrectly placed curly brace:
(error introduced by commit 6b8de1d)

for buffer_size in <small buffers> {
   <test small buffer>
   
   {
     <test big buffers>
   }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions