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
Copy file name to clipboardexpand all lines: cmd/monaco/integrationtest/v2/test-resources/settings-ordered/insert-position/both-back-and-front-are-set-deploy-twice/config.yaml
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Test if setting `insertAfter` to `BACK` works as expected.
1
+
# Test if setting `insertAfter` to `BACK` works as expected when deploying the configs twice
2
2
#
3
3
# First config, `first`, is deployed and will be added to the front
4
4
# Second config, `last`, will be added to the back.
# Test if setting `insertAfter` to `BACK` works as expected with an initial config as 'separator'.
2
+
# Without the separator, the configs are deployed in parallel and might run into a race condition on the remote server leading to an unpredictable ordering.
3
+
#
4
+
# First, `initial` is deployed. Then `first` and `last` are deployed in parallel.
5
+
# `first` should be on the first position, `last` on the last position.
Copy file name to clipboardexpand all lines: cmd/monaco/integrationtest/v2/test-resources/settings-ordered/insert-position/insert-after-not-set/config.yaml
Copy file name to clipboardexpand all lines: cmd/monaco/integrationtest/v2/test-resources/settings-ordered/insert-position/insert-after-not-set/url-sampling.json
Copy file name to clipboardexpand all lines: cmd/monaco/integrationtest/v2/test-resources/settings-ordered/insert-position/insert-after-set-to-back/config.yaml
Copy file name to clipboardexpand all lines: cmd/monaco/integrationtest/v2/test-resources/settings-ordered/insert-position/insert-after-set-to-back/url-sampling.json
Copy file name to clipboardexpand all lines: cmd/monaco/integrationtest/v2/test-resources/settings-ordered/insert-position/insert-after-set-to-front/config.yaml
Copy file name to clipboardexpand all lines: cmd/monaco/integrationtest/v2/test-resources/settings-ordered/insert-position/insert-after-set-to-front/url-sampling.json
0 commit comments