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

Some test are random on Ubuntu / Windows #1863

Open
MartinBelthle opened this issue Dec 13, 2023 · 0 comments
Open

Some test are random on Ubuntu / Windows #1863

MartinBelthle opened this issue Dec 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@MartinBelthle
Copy link
Contributor

MartinBelthle commented Dec 13, 2023

Description

Some test can fail randomly

Ubuntu

Passed on my computer but not always on the CI

  • tests/storage/repository/filesystem/config/test_config_files.py : 341: AssertionError
  • tests/core/test_tasks.py : 317: AssertionError
  • test_comments.py : duration can be longer than 0.1 second so the test fails. For instance, it almost always fails when launching it in debug mode on local env.

Windows

Passed on the CI but failed on my Windows VM

  • tests/integration/test_integration.py::test_import
    KeyError: 'groups' NB : even random on my VM
  • tests/integration/test_integration_variantmanager_tool.py::test_parse_commands pydantic.error_wrappers.ValidationError: 1 validation error for GenerationResultInfoDTO
  • tests/study/storage/variantstudy/test_snapshot_generator.py ::TestSnapshotGenerator::test_generate__nominal_case - Permission Denied
@MartinBelthle MartinBelthle added the bug Something isn't working label Dec 13, 2023
@MartinBelthle MartinBelthle changed the title Some test are random on ubuntu Some test are random on Ubuntu / Windows Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant