-
Notifications
You must be signed in to change notification settings - Fork 875
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
More versioning-3 tests #6910
base: main
Are you sure you want to change the base?
More versioning-3 tests #6910
Conversation
…ral into cdf/more-versioning-tests
dynamicconfig.MatchingForwarderMaxChildrenPerNode.Key(): partitionTreeDegree, | ||
|
||
// Make sure we don't hit the rate limiter in tests | ||
dynamicconfig.FrontendGlobalNamespaceNamespaceReplicationInducingAPIsRPS.Key(): 1000, | ||
dynamicconfig.FrontendMaxNamespaceNamespaceReplicationInducingAPIsBurstRatioPerInstance.Key(): 1, | ||
dynamicconfig.FrontendNamespaceReplicationInducingAPIsRPS.Key(): 1000, | ||
|
||
// this is overridden for tests using RunTestWithMatchingBehavior | ||
dynamicconfig.MatchingNumTaskqueueReadPartitions.Key(): 4, | ||
dynamicconfig.MatchingNumTaskqueueWritePartitions.Key(): 4, |
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.
These configs should only be needed for tests dealing matching behaviors, I believe. can you try removing them?
} | ||
} | ||
|
||
func (s *DeploymentSuite) TestUpdateWorkflowExecutionOptions_ChildWorkflowWithSDK() { |
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.
I thought we want to use verisoning_3_test for testing versioning behaviors/overrides, etc, and keep deployment_test for deployment APIs.
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.
Ah yes, I can move stuff over.
What changed?
testpoller
-based test for inheriting VersioningOverride from parent to child workflowtestpoller
toolWhy?
How did you test it?
Potential risks
Documentation
Is hotfix candidate?