José Guilherme Vanz
380bc0aa0d
Swap arguments order of mutation constructor
...
Swap arguments in the mutation constructor keeping the same standard
from the constructor variants. Refs #3084
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com >
Message-Id: <20180120000154.3823-1-guilherme.sft@gmail.com >
2018-01-21 12:58:42 +02:00
Jesse Haber-Kucharsky
fb0866ca20
Move thread_local declarations out of main.cc
...
Since `disk-error-handler.hh` defines these global variables `extern`,
it makes sense to declare them in the `disk-error-handler.cc` instead of
`main.cc`.
This means that test files don't have to declare them.
Fixes #2735 .
Signed-off-by: Jesse Haber-Kucharsky <jhaberku@scylladb.com >
Message-Id: <1eed120bfd9bb3647e03fe05b60c871de2df2a86.1511810004.git.jhaberku@scylladb.com >
2017-11-27 20:27:42 +01:00
Tomasz Grabiec
2e96069f2f
tests: perf_cache_eviction: Switch to time-series like workload
...
Before the patch we appended and queried at the front. Insert at the
front instead, so that writes and reads overlap. Stresses eviction and
population more.
Message-Id: <1506369562-14892-1-git-send-email-tgrabiec@scylladb.com >
2017-11-03 13:45:41 +00:00
Duarte Nunes
1f4e6759a7
tests: Fix compile errors introduced in c468e5981
...
Signed-off-by: Duarte Nunes <duarte@scylladb.com >
Message-Id: <1508337315-8224-1-git-send-email-duarte@scylladb.com >
2017-10-18 16:38:18 +01:00
Tomasz Grabiec
ac7e6ef1bc
tests: Introduce perf_cache_eviction
2017-07-27 17:19:07 +02:00