Skip to content

Commit 2a7f511

Browse files
committed
Bug#24688694 SEVERAL UNSTABLE TESTS IN SUITE PERFSCHEMA
Removed duplicated test cases from test perfschema.idx_compare_ees_by_thread_by_error, which failed due to timeout.
1 parent bba42eb commit 2a7f511

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

mysql-test/suite/perfschema/include/idx_compare_load.inc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ IF ($key_group == 1.2)
5050
eval CALL index_test($table, "WHERE thread_id < @target_thread_id");
5151
eval CALL index_test($table, "WHERE thread_id >= @target_thread_id");
5252
eval CALL index_test($table, "WHERE thread_id <= @target_thread_id");
53-
eval CALL index_test($table, "WHERE thread_id = 9999999 ORDER BY thread_id");
54-
eval CALL index_test($table, "WHERE thread_id > 9999999");
55-
eval CALL index_test($table, "WHERE thread_id < 9999999");
56-
eval CALL index_test($table, "WHERE thread_id >= 9999999");
57-
eval CALL index_test($table, "WHERE thread_id <= 9999999");
5853
}
5954

6055
# USER, HOST, EVENT_NAME

mysql-test/suite/perfschema/r/idx_compare_ees_by_thread_by_error.result

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -130,46 +130,6 @@ OK: Handler_read_key
130130

131131
OK: Result set: Non-empty Expected: Non-empty
132132

133-
OK: Extra rows: 0 Missing rows: 0
134-
========
135-
SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id = 9999999 ORDER BY thread_id
136-
137-
OK: Handler_read_key
138-
139-
OK: Result set: Empty Expected: Empty
140-
141-
OK: Extra rows: 0 Missing rows: 0
142-
========
143-
SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id > 9999999
144-
145-
OK: Handler_read_key
146-
147-
OK: Result set: Empty Expected: Empty
148-
149-
OK: Extra rows: 0 Missing rows: 0
150-
========
151-
SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id < 9999999
152-
153-
OK: Handler_read_key
154-
155-
OK: Result set: Non-empty Expected: Non-empty
156-
157-
OK: Extra rows: 0 Missing rows: 0
158-
========
159-
SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id >= 9999999
160-
161-
OK: Handler_read_key
162-
163-
OK: Result set: Empty Expected: Empty
164-
165-
OK: Extra rows: 0 Missing rows: 0
166-
========
167-
SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id <= 9999999
168-
169-
OK: Handler_read_key
170-
171-
OK: Result set: Non-empty Expected: Non-empty
172-
173133
OK: Extra rows: 0 Missing rows: 0
174134

175135
===== CLEAN UP =====

0 commit comments

Comments
 (0)