community.cassandra
community.cassandra copied to clipboard
Bugfix/app user c o sometimes missing
SUMMARY
Sometimes the CI fails for the cassandra_ssl tests with the following...
TASK [cassandra_ssl : Assert app_user_c_o exists in output] ******************** fatal: [testhost]: FAILED! => { "assertion": "'app_user_c_o' in myrole_optional.stdout", "changed": false, "evaluated_to": false, "msg": "Assertion failed" }
I'm assuming this is perhaps something hasn't yet been fully flushed... or something like that. Added a small delay to see if this resolves it.
ISSUE TYPE
- Bugfix Pull Request
COMPONENT NAME
int tests/cassandra_ssl
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 56.39%. Comparing base (
53ea598
) to head (dfb7e95
). Report is 1 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #277 +/- ##
===========================================
- Coverage 78.01% 56.39% -21.63%
===========================================
Files 38 3 -35
Lines 2716 211 -2505
Branches 618 28 -590
===========================================
- Hits 2119 119 -2000
+ Misses 306 76 -230
+ Partials 291 16 -275
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.