Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate tests in test_sort::test_buffer_sizes #6062

Closed
Nahor opened this issue Mar 12, 2024 · 1 comment · Fixed by #6064
Closed

Duplicate tests in test_sort::test_buffer_sizes #6062

Nahor opened this issue Mar 12, 2024 · 1 comment · Fixed by #6064
Labels

Comments

@Nahor
Copy link

Nahor commented Mar 12, 2024

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>
   }
}
@cakebaker
Copy link
Contributor

Good catch, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants