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

[NONEVM-641] Starting Gauntlet Plus Plus Container on e2e test startup and Refactored tests to use GPP #554

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

Conversation

chray-zhang
Copy link
Contributor

@chray-zhang chray-zhang commented Nov 25, 2024

core ref: baf88355a2d349a621ce88db20fbfdd1617f4559

Description

As part of the effort to migrate the E2E tests from legacy gauntlet to gauntlet++ we need to start an instance of Gpp on E2E test initialization. This ticket starts a Gpp container on start up.

Tickets

https://smartcontract-it.atlassian.net/browse/NONEVM-330

HOW TO Run

Make sure you have the gauntlet-plus-plus:v2.5.0 image from the prod ECR in docker
source test.env
cd integration-tests/smoke
go test -v

If you get this error:

panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference

Just re run the tests with go test -v. The above is usually a race condition with declaring the contract or something

@chray-zhang chray-zhang requested review from a team as code owners November 25, 2024 22:17
@chray-zhang chray-zhang changed the title Initial commit with gpp container starting with permissions from local [NONEVM-641] Starting Gauntlet Plus Plus Container on e2e test startup Nov 26, 2024
@chray-zhang chray-zhang changed the title [NONEVM-641] Starting Gauntlet Plus Plus Container on e2e test startup [NONEVM-641] Starting Gauntlet Plus Plus Container on e2e test startup and Refactored tests to use GPP Dec 2, 2024
@cl-sonarqube-production
Copy link

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.

1 participant