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

[smoke-test] Removing clean state dependency of some tests #2143

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

wrwg
Copy link
Contributor

@wrwg wrwg commented Jul 21, 2022

Description

Refines #2140 to fix flakiness.

Test Plan

Existing tests, less flaky


This change is Reviewable

@wrwg wrwg added the CICD:run-e2e-tests when this label is present github actions will run all land-blocking e2e tests from the PR label Jul 21, 2022
@@ -22,5 +22,5 @@ pub const VALIDATOR_NETWORK_KEY: &str = "validator_network";
pub const SAFETY_DATA: &str = "safety_data";
pub const WAYPOINT: &str = "waypoint";
pub const GENESIS_WAYPOINT: &str = "genesis-waypoint";
pub const MOVE_MODULES: &str = "move_modules";
pub const MOVE_MODULES: &str = "module_publish_modules";
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this an intended change? Seems out of scope of the smoke-test

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh! That was jetbrains refactor renaming...

public fun foo(addr: address): u64 {
coin::balance<AptosCoin>(addr)
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Some linter may complain about the newline.

Copy link
Contributor

@bchocho bchocho left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link
Contributor

✅ Forge test success

Forge is land-blocking

all up : 6330 TPS, 2679 ms latency, 4700 ms p99 latency,no expired txns

@wrwg wrwg merged commit 1aa3d87 into aptos-labs:main Jul 22, 2022
@wrwg wrwg deleted the string_args branch July 22, 2022 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CICD:run-e2e-tests when this label is present github actions will run all land-blocking e2e tests from the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants