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

fix(integration test): upgrade localstack #4430

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

Conversation

STRRL
Copy link
Member

@STRRL STRRL commented Jun 11, 2024

What problem does this PR solve?

What's changed and how it works?

Related changes

  • This change also requires further updates to the website (e.g. docs)
  • This change also requires further updates to the UI interface

Cherry-pick to release branches (optional)

This PR should be cherry-picked to the following release branches:

  • release-2.6
  • release-2.5

Checklist

CHANGELOG

Must include at least one of them.

  • I have updated the CHANGELOG.md
  • I have labeled this PR with "no-need-update-changelog"

Tests

Must include at least one of them.

  • Unit test
  • E2E test
  • Manual test

Side effects

  • Breaking backward compatibility

DCO

If you find the DCO check fails, please run commands like below (Depends on the actual situations. For example, if the failed commit isn't the most recent) to fix it:

git commit --amend --signoff
git push --force

Signed-off-by: Zhou Zhiqiang <im@strrl.dev>
Signed-off-by: Zhou Zhiqiang <im@strrl.dev>
Signed-off-by: STRRL <im@strrl.dev>
Signed-off-by: Zhou Zhiqiang <im@strrl.dev>
Signed-off-by: Zhou Zhiqiang <im@strrl.dev>
@STRRL
Copy link
Member Author

STRRL commented Jun 22, 2024

/approve
/merge

@chaotic-prow
Copy link

chaotic-prow bot commented Jun 22, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: STRRL

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@STRRL
Copy link
Member Author

STRRL commented Jun 22, 2024

this PR fix the broken integration tests, PTAL @g1eny0ung

Copy link

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.83%. Comparing base (38e49da) to head (160d82a).
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4430      +/-   ##
==========================================
+ Coverage   38.71%   38.83%   +0.11%     
==========================================
  Files         169      169              
  Lines       13953    13953              
==========================================
+ Hits         5402     5418      +16     
+ Misses       8103     8090      -13     
+ Partials      448      445       -3     

see 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 82f2d10...160d82a. Read the comment docs.

@@ -106,8 +106,8 @@ jobs:
make chaosctl
- name: Install localstack && aws client
run: |
helm repo add localstack-repo http://helm.localstack.cloud
helm upgrade --install localstack localstack-repo/localstack --version 0.1.2
helm repo add localstack-repo http://helm.localstack.cloud && helm repo update
Copy link
Member

@g1eny0ung g1eny0ung Jun 23, 2024

Choose a reason for hiding this comment

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

@STRRL Should we need to run helm repo update? The helm repo add command should already get the latest version. 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, you're right, we do not need helm repo update for environments in github actions.

@g1eny0ung g1eny0ung changed the title fix integration test fix(integration test): upgrade localstack Jun 23, 2024
Signed-off-by: STRRL <im@strrl.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants