Skip to content
Snippets Groups Projects
Commit ee901160 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Extract xlog.test into an own test suite. Deal with the collateral damage.

Extract xlog.test.py into an own test suite, in preparation
for a split into many tests.
xlog.test.py restarts the server all the time anyway, there is
no point to keep all tests in the same file.

Deal with collateral damange of this seemingly innocuous move:

 * fix an assertion failure in user.drop(), user_has_data().
   The check was using a wrong index.
 * fix test-run.py to leave cores around in case of a server crash
   (in a friendly gesture to develoeprs, and joining the ranks of
   such extremely succefful applications as apport and systemd, it used to
   delete them)
 * update bootstrap.snap to provide format for _index space
 * make a bunch of tests safe to the order in which they are executed
 * use space name rather than space id for error messages more often,
   since space id is very volatile after introduction of max_id sequence
   for space ids.
parent c4959f62
No related branches found
No related tags found
Loading
Showing
with 97 additions and 42 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment