You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executes the 'cross-cluster' feature which allows child workflows to be launched in different clusters and different domains. The test itself will launch a workflow in a domain equivalent to the current canary domain suffixed with `-cross-cluster` (and self-register it as necessary).
272
+
273
+
This test case is launched by the 'sanity' cron workflow if enabled.
274
+
275
+
To enable this feature, its necessary to enable it in config with the
276
+
`crossClusterTestMode` config key set to `test-all`. Eg:
The canary test will fail the target domain over to a different cluster and back again with some small probability each iteration. This ensures that both the cross-domain and the cross-cluster parts are excercised.
0 commit comments