-
Notifications
You must be signed in to change notification settings - Fork 35
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
Use resinsightdaily in test_ri_wellmod #671
Conversation
e.g.
edit: This has now been resolved in the aforementioned script. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I propose to remove this line as well. I think it's related to your PR
subscript/tests/test_ri_wellmod.py
Line 8 in e09d265
pytestmark = pytest.mark.xfail() |
424f814
to
1d90a2c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #671 +/- ##
==========================================
+ Coverage 86.26% 86.48% +0.21%
==========================================
Files 50 50
Lines 6991 7008 +17
==========================================
+ Hits 6031 6061 +30
+ Misses 960 947 -13 ☔ View full report in Codecov by Sentry. |
8bb99a1
to
a331a5a
Compare
Remove xfail pytestmark Skip tests failing online on github runners These tests were all marked as xfail before, and they still fail due to either resinsight or lack of drogon/reek data.
a331a5a
to
0dc1684
Compare
When removing the XFAIL mark for pytest, three ri_wellmod tests fail when run on the GitHub online runners. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Update:
Tests succeed when executed on both tgx-nodes and GitHub-local-runners*.
Skipping three failing tests when run on GitHub online runners (as executed by Subscript).
#676
Subscript tests fails/skips currently on:
This is due to the path set in the test.
Update:
When running this test with the
--ri_dev
option set, we encounter a new problem;See proposed change underneath; (#671 (comment))
👍 All ri_wellmod tests pass now when running on tgx-nodes