-
Notifications
You must be signed in to change notification settings - Fork 39
Re-enable upgrade tests #657
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
Conversation
WalkthroughThis pull request updates the upgrade testing configuration and test logic. In the GitHub Actions workflow file, a job was renamed from Changes
Sequence Diagram(s)sequenceDiagram
participant Runner as GitHub Actions Runner
participant Repo as Repository
participant Docker as Docker Engine
participant Foundry as Foundry Toolchain
participant Node as Local Node
Runner->>Repo: Checkout repository (with submodules)
Runner->>Runner: Set up Go environment (using version file)
Runner->>Docker: Execute Docker command
Runner->>Foundry: Install Foundry toolchain
Runner->>Node: Deploy contracts and register local node
Runner->>Runner: Run upgrade tests (with specific env vars)
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🔇 Additional comments (8)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Changes in 8606da5
Macroscope summarized 8606da5. |
Re-enable and Update Upgrade Tests with Container Configuration Changes
Re-enabled upgrade test workflow in GitHub Actions, modified container test configuration in
docker_utils_test.goto expose port 5050/tcp and usetestcontainers.CleanupContainer, and updated test versions inupgrade_test.goto usesha-94af7b1instead of deprecated 0.2.X versions.📍Where to Start
The GitHub Actions workflow configuration in upgrade-test.yml which defines the overall test execution setup.
Macroscope summarized e96f26b.
Summary by CodeRabbit