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

AssertionError: assert 'other' == 'xxx' (in tests) #6500

Closed
devos50 opened this issue Oct 26, 2021 · 0 comments · Fixed by #6503
Closed

AssertionError: assert 'other' == 'xxx' (in tests) #6500

devos50 opened this issue Oct 26, 2021 · 0 comments · Fixed by #6503

Comments

@devos50
Copy link
Contributor

devos50 commented Oct 26, 2021

I have seen a failure of this test several times now already (IIRC, only on Windows 64-bit):

AssertionError: assert 'other' == 'xxx'   - xxx   + other
Stacktrace
def test_calculate_category_xxx():
        torrent_info = {b"info": {b"name": b"term1", b"length": 1234},
                        b"announce-list": [[b"http://tracker.org"]], b"comment": b"lorem ipsum"}
>       assert default_category_filter.calculateCategory(torrent_info, "my torrent") == "xxx"
E       AssertionError: assert 'other' == 'xxx'
E         - xxx
E         + other

src\tribler-core\tribler_core\components\metadata_store\category_filter\tests\test_category.py:27: AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants