1. 05 Apr, 2017 4 commits
  2. 04 Apr, 2017 12 commits
  3. 03 Apr, 2017 7 commits
  4. 02 Apr, 2017 15 commits
  5. 01 Apr, 2017 2 commits
    • Sergei Golubchik's avatar
      include C/C fix for binding of int values to string variables · 238c6700
      Sergei Golubchik authored
      fixes many test failures in optimized builds in --ps-protocol
      238c6700
    • Sergei Golubchik's avatar
      vcol.wrong_arena fails in fulltest · 19059196
      Sergei Golubchik authored
      vcols in the table definition are intentionaly bad and produce
      warnings when a table is opened. In some cases (depending on the
      TDC/TC state as left by earlier tests) a table might be opened in the
      middle of the test, resulting in spurious warnings. Suppress them.
      
      Also, don't run main.mdev-504 for ps-protocol at all (instead of
      disabling ps-protocol inside the test, but still running the test)
      19059196