Commit 6111432
Jakub Łopuszański
Bug#36991949 innodb.bug32554667 is failing on PB2 consistently
This test case was not ensuring any ordering of result set.
This become more prominent now that performance_schema.data_locks
scans the lock system bucket-by-bucket so order depends on hash function
internal details (such as number of buckets which is tied to size of
buffer pool etc.).
Solution:
I have added --sorted_result before the SELECT
Also, I've searched through other test cases to for selects to
performance_schema.data_locks and data_lock_waits, and verified that
they either sort the result set via ORDER BY, or --sorted_result, or
ignore the result, or result must have 1 or 0 rows, etc.
Change-Id: I64734166a96179a8c80bb654c8cc7be6917dcc521 parent 1badccd commit 6111432
File tree
2 files changed
+14
-12
lines changed- mysql-test/suite/innodb
- r
- t
2 files changed
+14
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments