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

Fixing e2e tests, podman and scheduler fail with mariner images #1450

Open
wants to merge 4 commits into
base: release-1.14
Choose a base branch
from

Conversation

antontroshin
Copy link
Contributor

Description

Fix standalone e2e tests
Fix podman e2e install
Fix scheduler start failure on the standalone mariner image variant

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Fix podman e2e install
Fix scheduler start failure on standalone mariner image variant

Signed-off-by: Anton Troshin <[email protected]>
@antontroshin antontroshin changed the base branch from master to release-1.14 September 12, 2024 08:12
Signed-off-by: Anton Troshin <[email protected]>
Signed-off-by: Anton Troshin <[email protected]>
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 21.84%. Comparing base (e08443b) to head (a8f5892).

Files with missing lines Patch % Lines
pkg/standalone/standalone.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           release-1.14    #1450      +/-   ##
================================================
- Coverage         21.86%   21.84%   -0.02%     
================================================
  Files                40       40              
  Lines              4931     4934       +3     
================================================
  Hits               1078     1078              
- Misses             3772     3775       +3     
  Partials             81       81              

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

Add cleanups
Remove parallel tests
Fix mariner volume mount location
Remove old build tags

Signed-off-by: Anton Troshin <[email protected]>
@antontroshin antontroshin marked this pull request as ready for review September 17, 2024 00:49
@antontroshin antontroshin requested review from a team as code owners September 17, 2024 00:49
@@ -50,11 +50,10 @@ jobs:
name: E2E tests for K8s (KinD)
runs-on: ubuntu-latest
env:
DAPR_RUNTIME_PINNED_VERSION: 1.13.0-rc.2
DAPR_RUNTIME_PINNED_VERSION: 1.13.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this not be 1.14.4?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some tests use the latest via the DAPR_RUNTIME_LATEST_STABLE_VERSION env variable on line 55 here.

@mikeee mikeee mentioned this pull request Sep 17, 2024
35 tasks
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.

2 participants