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

testing #1716

Merged
merged 1 commit into from
Aug 2, 2024
Merged

testing #1716

merged 1 commit into from
Aug 2, 2024

Conversation

phbelitz
Copy link
Member

@phbelitz phbelitz commented Aug 2, 2024

Fixing the potentially flakey workload test 🤷

Checklist

  • PR is rebased to/aimed at branch develop
  • PR follows Contributing Guide
  • Added tests (if necessary)
  • Extended README/Documentation (if necessary)
  • Adjusted versions of image and Helm chart in Chart.yaml (if necessary)

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.26%. Comparing base (19f4cc7) to head (1fde6ad).
Report is 7 commits behind head on develop.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1716      +/-   ##
===========================================
+ Coverage    84.00%   91.26%   +7.25%     
===========================================
  Files           42       35       -7     
  Lines         2939     2530     -409     
===========================================
- Hits          2469     2309     -160     
+ Misses         404      170     -234     
+ Partials        66       51      -15     

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

test/integration/README.md Outdated Show resolved Hide resolved
test/integration/workload/install.yaml Outdated Show resolved Hide resolved
test/integration/workload/test.sh Outdated Show resolved Hide resolved
test/integration/workload/test.sh Outdated Show resolved Hide resolved
test/integration/workload/test.sh Outdated Show resolved Hide resolved
test/integration/workload/test.sh Show resolved Hide resolved
The workload test tried to test a StatefulSet workload, which in case tried to claim a volume. To do so it tried to startup another pod which Connaisseur would block, because of the deny all default policy. The workload test was now decoupled from the preconfig test so that it gets their own custom policy in which the extra pod is allowed. Also some refactoring on the waiting of readiness for workloads.
@phbelitz phbelitz force-pushed the test/integration/fix-workload branch from de863a2 to f1e02d1 Compare August 2, 2024 14:03
@phbelitz phbelitz merged commit f1e02d1 into develop Aug 2, 2024
50 checks passed
@phbelitz phbelitz deleted the test/integration/fix-workload branch August 2, 2024 14:13
@phbelitz phbelitz mentioned this pull request Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants