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

test_IteratorWithAggregation is flaky on Windows across pythons #1510

Open
yarikoptic opened this issue Sep 27, 2024 · 0 comments
Open

test_IteratorWithAggregation is flaky on Windows across pythons #1510

yarikoptic opened this issue Sep 27, 2024 · 0 comments
Labels
os-windows Issues which are specific to MS Windows OS tests Add or improve existing tests

Comments

@yarikoptic
Copy link
Member

only this month:

dandi@drogon:/mnt/backup/dandi/tinuous-logs/dandi-cli/2024/09$ git grep '::test_IteratorWithAggregation.*FAIL' | grep '/test '
06/github/pr/1496/1aa3df8/Tests/5808/test (windows-2019, 3.8, normal)/8_Run all tests.txt:2024-09-06T01:32:43.4846312Z dandi/support/tests/test_iterators.py::test_IteratorWithAggregation FAILED
13/github/pr/1497/7ed9c30/Tests/5822/test (windows-2019, 3.8, normal)/8_Run all tests.txt:2024-09-13T00:41:01.9741446Z dandi/support/tests/test_iterators.py::test_IteratorWithAggregation FAILED
13/github/pr/1497/8dba010/Tests/5824/test (windows-2019, 3.10, normal)/8_Run all tests.txt:2024-09-13T14:09:28.7882442Z dandi/support/tests/test_iterators.py::test_IteratorWithAggregation FAILED
13/github/pr/1499/f78350f/Tests/5826/test (windows-2019, 3.9, normal)/8_Run all tests.txt:2024-09-13T15:33:14.3137703Z dandi/support/tests/test_iterators.py::test_IteratorWithAggregation FAILED
20/github/pr/1499/8d739b7/Tests/5841/test (windows-2019, 3.10, normal)/8_Run all tests.txt:2024-09-20T19:00:41.9257891Z dandi/support/tests/test_iterators.py::test_IteratorWithAggregation FAILED

with another fresh in

________________________ test_IteratorWithAggregation _________________________
dandi\support\tests\test_iterators.py:72: in test_IteratorWithAggregation
    assert got in ([], [0])
E   assert [0, 1] in ([], [0])

I for now will mark it as xfail

@yarikoptic yarikoptic added tests Add or improve existing tests os-windows Issues which are specific to MS Windows OS labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os-windows Issues which are specific to MS Windows OS tests Add or improve existing tests
Projects
None yet
Development

No branches or pull requests

1 participant