Skip to content
Snippets Groups Projects
  1. Feb 20, 2015
    • Konstantin Osipov's avatar
      Extract xlog.test into an own test suite. Deal with the collateral damage. · ee901160
      Konstantin Osipov authored
      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.
      ee901160
    • Konstantin Osipov's avatar
      recovery: if panic_if_wal_error == false, try to find the best matching xlog. · c4959f62
      Konstantin Osipov authored
      If we can't find the closest xlog starting before the current vclock
      of recovery, return the first xlog with vclcok after the search pattern, to
      continue recovery, even though missing some rows,
      in case when of panic_if_wal_error is false.
      
      A test case will follow in a separate patch.
      c4959f62
  2. Feb 18, 2015
  3. Feb 17, 2015
  4. Feb 16, 2015
  5. Feb 15, 2015
  6. Feb 13, 2015
  7. Feb 12, 2015
Loading