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

Bugfix/app user c o sometimes missing #277

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

rhysmeister
Copy link
Collaborator

@rhysmeister rhysmeister commented May 8, 2024

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

Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rhysmeister rhysmeister self-assigned this May 15, 2024
@rhysmeister rhysmeister added the bug This issue/PR relates to a bug. label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant