Skip to content

Commit

Permalink
Fix some badly written Galera tests
Browse files Browse the repository at this point in the history
galera.galera_kill_applier: Make the test less likely to fail
by adding sleep time.

galera.query_cache: Remove data truncation.

Part of the test file looks like it has been misinterpreted as latin1
and wrongly converted to UTF-8 encoding. In MariaDB 10.1, the server would
only warn about data truncation and not issue an error. 10.2 is stricter.
(The test should be carefully reviewed if it really makes sense.)
  • Loading branch information
dr-m committed Aug 31, 2017
1 parent a36c369 commit 03a8eaa
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 10 deletions.
Loading

0 comments on commit 03a8eaa

Please sign in to comment.