-
-
Notifications
You must be signed in to change notification settings - Fork 507
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: speed issue test_os_path_join #1306
Comments
The test takes slightly longer on aarch64 then the test allows. Issue: davidhalter/jedi#1306
It's not a problem at all. The speed tests have some margins, but essentially they are just there to alarm me that something went wrong and the build got significantly slower. It would probably also fail on old hardware. For now this is a won't fix. Test runners should be "fast" enough. #1059 should make things better. Wait for that :) |
Thanks. For now I have patched the threshold to be a bit higher to get the tests passing. |
The test takes slightly longer on aarch64 then the test allows. Issue: davidhalter/jedi#1306
I'm building jedi for Alpine Linux, and run against an AssertionError when running the test suite on aarch64:
Because aarch64 is not the fastest platform, it can be expected that it perfoms slower. Is this a serious issue, or something we can work around?
The text was updated successfully, but these errors were encountered: