-
Notifications
You must be signed in to change notification settings - Fork 90
perf: v1 state multi nullify #2349
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
base: main
Are you sure you want to change the base?
Changes from all commits
6316532
070cf2f
32daa44
41aecc6
28271ee
234ade8
cd16483
64ad1e7
0a28b20
c63684e
fc54c13
2a88844
df49e80
6bb6689
46b6f49
afe4030
8b565f6
f2f9e10
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -177,6 +177,11 @@ go test -run TestLightweight -timeout 15m | |||||||||||||
| End-to-end tests for the off-chain tree maintenance service. | ||||||||||||||
|
|
||||||||||||||
| ```bash | ||||||||||||||
| # Using just (preferred, from forester/ directory): | ||||||||||||||
| just -f forester/justfile local # Run e2e test without rebuilding SBF programs | ||||||||||||||
| just -f forester/justfile test # Build SBF test deps first, then run e2e test | ||||||||||||||
|
|
||||||||||||||
| # Or directly: | ||||||||||||||
| TEST_MODE=local cargo test --package forester e2e_test -- --nocapture | ||||||||||||||
| ``` | ||||||||||||||
|
Comment on lines
+184
to
186
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick | 🔵 Trivial Add a This section currently documents only local mode; adding devnet keeps the test entrypoints complete for both supported environments. 🧪 Suggested addition # Or directly:
TEST_MODE=local cargo test --package forester e2e_test -- --nocapture
+TEST_MODE=devnet cargo test --package forester e2e_test -- --nocaptureBased on learnings: "Run E2E tests with TEST_MODE=local cargo test for local validator testing or TEST_MODE=devnet for devnet testing". 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.