Skip to content

Commit d88e03f

Browse files
committed
Make flaky test deterministic
1 parent 4bd5c3e commit d88e03f

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

tests/queries/0_stateless/03357_arraySymmetricDifference.reference

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Array(Tuple(Nullable(UInt8), Array(Nullable(String))))
1414
Non-const arguments
1515
[(NULL,['c']),(2,['c',NULL])]
1616
[(NULL,['c']),(2,['c',NULL])]
17-
6 ['5','4']
18-
7 ['0','7']
19-
8 ['10','8','9']
20-
9 ['-1','9']
21-
10 ['5','10']
2217
1 ['1','2']
2318
2 []
2419
3 ['2']
2520
4 ['1','4']
2621
5 ['5']
22+
6 ['5','4']
23+
7 ['0','7']
24+
8 ['10','8','9']
25+
9 ['-1','9']
26+
10 ['5','10']

tests/queries/0_stateless/03357_arraySymmetricDifference.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ VALUES
4646
(2, ['2'], ['2']),
4747
(3, ['3'], ['3', '2']),
4848
(4, ['4'], ['1']),
49-
(5, ['5'], []);
50-
INSERT INTO test_arraySymmetricDifference
51-
VALUES
49+
(5, ['5'], []),
5250
(6, ['6', '4'], ['5', '6']),
5351
(7, ['7', '0'], []),
5452
(8, ['8', '9', '10'], []),

0 commit comments

Comments
 (0)