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

Three ri_wellmod tests fail when executed on github online runners #676

Open
andreas-el opened this issue Mar 5, 2024 · 0 comments · May be fixed by #677
Open

Three ri_wellmod tests fail when executed on github online runners #676

andreas-el opened this issue Mar 5, 2024 · 0 comments · May be fixed by #677
Labels
bug Something isn't working

Comments

@andreas-el
Copy link
Contributor

When removing pytestmark = pytest.mark.xfail() three tests fail when run on the GitHub online runners.
The same tests pass using rhel8 tgx or rhel8 linapp-nodes.

FAILED tests/test_ri_wellmod.py::test_main_inputcase - AssertionError: assert (False)
 +  where False = <bound method Path.exists of PosixPath('welldefs_inputcase.sch')>()
 +    where <bound method Path.exists of PosixPath('welldefs_inputcase.sch')> = PosixPath('welldefs_inputcase.sch').exists
 +      where PosixPath('welldefs_inputcase.sch') = Path('welldefs_inputcase.sch')
FAILED tests/test_ri_wellmod.py::test_main_initcase_reek - AssertionError: assert (False)
 +  where False = <bound method Path.exists of PosixPath('welldefs_initcase_reek.sch')>()
 +    where <bound method Path.exists of PosixPath('welldefs_initcase_reek.sch')> = PosixPath('welldefs_initcase_reek.sch').exists
 +      where PosixPath('welldefs_initcase_reek.sch') = Path('welldefs_initcase_reek.sch')
FAILED tests/test_ri_wellmod.py::test_main_lgr_reek - AssertionError: assert (False)
 +  where False = <bound method Path.exists of PosixPath('welldefs_lgr_reek.sch')>()
 +    where <bound method Path.exists of PosixPath('welldefs_lgr_reek.sch')> = PosixPath('welldefs_lgr_reek.sch').exists
 +      where PosixPath('welldefs_lgr_reek.sch') = Path('welldefs_lgr_reek.sch')
= 3 failed, 767 passed, 36 skipped, 1 xfailed, 16 warnings in 327.96s (0:05:27) =
@andreas-el andreas-el added the bug Something isn't working label Mar 5, 2024
@alifbe alifbe linked a pull request Mar 5, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant