Dejan Mircevski
62ea6dcd28
cql3: Drop superfluous ALLOW FILTERING
...
Required no longer, after the last commit.
Signed-off-by: Dejan Mircevski <dejan@scylladb.com >
2020-10-19 15:38:11 -04:00
Piotr Sarna
9bdf17a804
test: make schema changes in query_processor_test global
...
Now that schema changes are going to be forbidden for non-local tables,
query_processor_test is updated accordingly.
2020-07-07 09:09:40 +02:00
Alejo Sanchez
45a6cc5d53
cql3: single metric for range scan and full scan
...
Combining both range and full table scans in a single metric as
"partition range scans are used to implement full scans in scylla deployments."
Requested by @bdenes and @avi
Refs: #5209
Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com >
Message-Id: <20200211101221.690031-2-alejo.sanchez@scylladb.com >
2020-02-18 16:16:20 +02:00
Alejo Sanchez
936cae6069
Range scan query counter
...
Fixes #5209
Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com >
2020-01-24 15:02:58 +01:00
Alejo Sanchez
f57513a809
Counter of queries doing full scan.
...
In scope of #5209
Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com >
2020-01-24 14:25:19 +01:00
Alejo Sanchez
dbe8a54768
ALLOW FILTERING query counter
...
Implements a counter of executions of SELECT queries with ALLOW FILTERING option.
In scope of #5209
Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com >
2020-01-24 13:38:30 +01:00
Konstantin Osipov
1c8736f998
tests: move all test source files to their new locations
...
1. Move tests to test (using singular seems to be a convention
in the rest of the code base)
2. Move boost tests to test/boost, other
(non-boost) unit tests to test/unit, tests which are
expected to be run manually to test/manual.
Update configure.py and test.py with new paths to tests.
2019-12-16 17:47:42 +03:00