-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Not for review] forge test with event translation #15434
base: main
Are you sure you want to change the base?
Conversation
⏱️ 10h 30m total CI duration on this PR
🚨 1 job on the last run was significantly faster/slower than expected
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
8a3033f
to
799b1f7
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
testsuite/forge/src/config.rs
Outdated
@@ -238,6 +238,8 @@ impl ForgeConfig { | |||
["enable_storage_sharding"] = true.into(); | |||
helm_values["validator"]["config"]["indexer_db_config"]["enable_event"] = true.into(); | |||
helm_values["fullnode"]["config"]["indexer_db_config"]["enable_event"] = true.into(); | |||
helm_values["validator"]["config"]["indexer_db_config"]["enable_event_v2_translation"] = true.into(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will fail compat because this field doesn't exist in the old version of binary.
799b1f7
to
6bb129a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
❌ Forge suite
|
This issue is stale because it has been open 45 days with no activity. Remove the |
with enabling the event v2 translation