MXS-1503: Update tests with new expected results

The master reconnection change makes the second test faulty in
mxs359_error_on_write. After unblocking the master, the session will
reconnect to the master and the query will succeed.
This commit is contained in:
Markus Mäkelä
2018-03-30 08:43:29 +03:00
parent 319122e621
commit 34346f4de9

View File

@ -96,7 +96,7 @@ int main(int argc, char** argv)
"No master on startup",
{
{"Block master and check that writes fail", block_master, rw_err},
{"Unblock master and check that writes still fail", unblock_master, rw_err},
{"Unblock master and check that writes do not fail", unblock_master, rw_ok},
{"Change master and check that writes work", master_change, rw_ok},
{"Reset cluster", reset, {}}
}