Skip to content

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

Merged
yaron2 merged 4 commits into
dapr:release-1.14from
antontroshin:fixing-e2e-tests
Oct 1, 2024
Merged

Fixing e2e tests, podman and scheduler fail with mariner images#1450
yaron2 merged 4 commits into
dapr:release-1.14from
antontroshin:fixing-e2e-tests

Conversation

@antontroshin

Copy link
Copy Markdown
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]>
@codecov

codecov Bot commented Sep 13, 2024

Copy link
Copy Markdown

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
runs-on: ubuntu-latest
env:
DAPR_RUNTIME_PINNED_VERSION: 1.13.0-rc.2
DAPR_RUNTIME_PINNED_VERSION: 1.13.5

Copy link
Copy Markdown
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
Copy Markdown
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
38 tasks
@yaron2
yaron2 merged commit db712e7 into dapr:release-1.14 Oct 1, 2024
@yaron2 yaron2 added this to the v1.15 milestone Oct 1, 2024
@antontroshin
antontroshin deleted the fixing-e2e-tests branch October 1, 2024 16:19
cicoyle pushed a commit to cicoyle/cli that referenced this pull request Oct 3, 2024
…#1450)

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

Signed-off-by: Anton Troshin <[email protected]>

* fix test

Signed-off-by: Anton Troshin <[email protected]>

* revert

Signed-off-by: Anton Troshin <[email protected]>

* Fix podman machine settings
Add cleanups
Remove parallel tests
Fix mariner volume mount location
Remove old build tags

Signed-off-by: Anton Troshin <[email protected]>

---------

Signed-off-by: Anton Troshin <[email protected]>
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