mariadb/mysql-test/suite/perfschema
Marc Alff ea35bf7a71 Bug#56618 Thread_ID is not assigned in ascending sequence (after disconnect)
Before this fix, the test thread_cache failed with spurious failures.

The test used:
-- disconnect X
-- connect Y

while assuming that connection Y would reuse connection X slot in the thread cache.

For this to happen, the disconnect X operation must be given enough time to complete,
otherwise connect Y can be executed in the server before X actually finishes.

This fix uses wait conditions to make the test execution more controlled,
and more reproductible.
2010-12-01 11:10:15 +01:00
..
include Bug#57609 performance_schema does not work with lower_case_table_names 2010-11-03 16:42:33 +01:00
r Bug#56618 Thread_ID is not assigned in ascending sequence (after disconnect) 2010-12-01 11:10:15 +01:00
t Bug#56618 Thread_ID is not assigned in ascending sequence (after disconnect) 2010-12-01 11:10:15 +01:00