polardbxengine/mysql-test/suite/auth_sec/t/wrong_keyring_file_data.test

11 lines
1002 B
Plaintext

--disable_ps_protocol
call mtr.add_suppression("Plugin keyring_file reported: \'Keyring initialization failure\'");
call mtr.add_suppression("Plugin \'keyring_file\' init function returned error");
call mtr.add_suppression("Cannot create keyring directory: ../bad_dir/../..");
call mtr.add_suppression("Could not create keyring directory The keyring_file will stay unusable until correct path to the keyring directory gets provided");
call mtr.add_suppression("keyring_file initialization failure. Please check if the keyring_file_data points to readable keyring file");
call mtr.add_suppression("Error while loading keyring content. The keyring might be malformed");
call mtr.add_suppression("Plugin keyring_file reported: 'File '../bad_dir/../../bad_keyring' not found");
call mtr.add_suppression("Failed to set up SSL because of the following SSL library error: SSL_CTX_new failed");
call mtr.add_suppression("A message intended for a client cannot be sent there as no client-session is attached");