Skip to content

Commit fb96698

Browse files
authored
acc: Disable UNIX_TIME_MICROS replacement (#2999)
It was added for completeness, not because it is actually used but it makes certain integration tests flaky: ``` FAIL acceptance.TestAccept/bundle/deployment/bind/experiment (18.05s) -Successfully bound experiment with an id '[NUMID]'. Run 'bundle deploy' to deploy changes to your workspace736 +Successfully bound experiment with an id '[UNIX_TIME_MICROS]'. Run 'bundle deploy' to deploy changes to your workspace FAIL acceptance.TestAccept/bundle/deploy/mlops-stacks (28.72s) - "experiment_id": "[NUMID]", + "experiment_id": "[UNIX_TIME_MICROS]", ```
1 parent b3b58ec commit fb96698

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

acceptance/test.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ Old = '\d{17,}'
3434
New = "[NUMID]"
3535
Order = 10
3636

37-
[[Repls]]
38-
Old = '1[78]\d{14}'
39-
New = '[UNIX_TIME_MICROS]'
40-
Order = 10
37+
#[[Repls]]
38+
# This makes certain integration tests flaky as experiment IDs overlap in range with this regex
39+
#Old = '1[78]\d{14}'
40+
#New = '[UNIX_TIME_MICROS]'
41+
#Order = 10
4142

4243
[[Repls]]
4344
Old = '\d{14,}'

0 commit comments

Comments
 (0)