Botond Dénes
3eec990e4e
Merge 'test: use different table names in simple_backlog_controller_test ' from Kefu Chai
...
in this series, we use different table names in simple_backlog_controller_test. this test is a test exercising sstables compaction strategies. and it creates and keeps multiple tables in a single test session. but we are going to add metrics on per-table basis, and will use the table's ks and cf as the counter's labels. as the metrics subsystem does not allow multiple counters to share the same label. the test will fail when the metrics are being added.
to address this problem, in this change
1. a new ctor is added for `simple_schema`, so we can create `simple_schema` with different names
2. use the new ctor in simple_backlog_controller_test
Fixes #14767
Closes #14783
* github.com:scylladb/scylladb:
test: use different table names in simple_backlog_controller_test
test/lib/simple_schema: add ctor for customizing ks.cf
test/lib/simple_schema: do not hardwire ks.cf
2023-07-25 10:26:33 +03:00
..
2023-03-07 17:54:53 +08:00
2023-05-02 11:04:05 +03:00
2023-04-07 20:32:28 +08:00
2023-02-28 21:56:53 +08:00
2023-02-01 20:14:51 -03:00
2023-03-22 13:48:50 +02:00
2023-02-01 20:14:51 -03:00
2023-05-04 02:37:29 +02:00
2023-06-06 13:29:16 +03:00
2023-02-15 11:01:50 +02:00
2023-02-14 11:19:03 +02:00
2023-02-01 20:14:51 -03:00
2023-05-07 17:17:36 +03:00
2023-02-15 11:01:50 +02:00
2023-07-18 10:27:18 +08:00
2023-02-19 12:58:22 +08:00
2023-02-01 20:14:51 -03:00
2023-07-19 11:58:34 +03:00
2023-02-01 20:14:51 -03:00
2023-06-21 00:58:24 +02:00
2023-02-15 11:01:50 +02:00
2023-07-07 11:08:10 +02:00
2023-07-10 19:36:06 +02:00
2023-05-24 22:58:43 +02:00
2023-05-23 08:52:56 +03:00
2023-06-26 11:29:36 +03:00
2023-02-15 11:01:50 +02:00
2023-05-07 17:17:36 +03:00
2023-02-15 11:01:50 +02:00
2023-07-19 19:32:10 +03:00
2023-04-17 14:08:37 +03:00
2023-07-19 01:28:28 -04:00
2023-02-01 20:14:51 -03:00
2023-04-27 10:24:46 +03:00
2023-02-15 11:09:04 +02:00
2023-07-13 10:10:52 +02:00
2023-02-01 20:14:51 -03:00
2023-07-19 21:46:03 +03:00
2023-07-19 19:32:10 +03:00
2023-02-01 20:14:51 -03:00
2023-06-06 13:29:16 +03:00
2023-02-01 20:14:51 -03:00
2023-02-01 20:14:51 -03:00
2023-02-15 11:01:50 +02:00
2023-02-28 21:56:53 +08:00
2023-07-17 15:51:20 +02:00
2023-07-13 10:33:52 +03:00
2023-02-01 20:14:51 -03:00
2023-04-24 14:06:43 +03:00
2023-02-01 20:14:51 -03:00
2023-06-28 16:11:58 +02:00
2023-02-01 20:14:51 -03:00
2023-07-03 19:45:17 +03:00
2023-02-19 21:05:45 +02:00
2023-02-19 21:05:45 +02:00
2023-02-01 20:14:51 -03:00
2023-05-23 10:40:55 +03:00
2023-02-01 20:14:51 -03:00
2023-07-18 10:27:18 +08:00
2023-02-01 20:14:51 -03:00
2023-02-01 20:14:51 -03:00
2023-02-01 20:14:51 -03:00
2023-04-17 14:08:37 +03:00
2023-07-15 10:51:09 +02:00
2023-06-06 13:29:16 +03:00
2023-07-18 11:16:19 +03:00
2023-06-06 13:29:16 +03:00
2023-06-06 13:29:16 +03:00
2023-06-30 12:07:13 +03:00
2023-07-20 08:48:50 -04:00
2023-06-06 13:29:16 +03:00
2023-05-04 03:35:15 +02:00
2023-07-17 14:57:36 +02:00
2023-02-15 11:01:50 +02:00
2023-07-18 10:27:18 +08:00
2023-06-21 00:58:24 +02:00
2023-07-17 14:02:13 +08:00
2023-07-21 19:05:50 +02:00
2023-07-19 19:32:10 +03:00
2023-02-01 20:14:51 -03:00
2023-02-15 11:01:50 +02:00
2023-02-14 11:19:03 +02:00
2023-04-26 09:00:25 +03:00
2023-02-28 21:56:53 +08:00
2023-06-21 00:58:24 +02:00
2023-07-18 16:57:11 +03:00
2023-07-18 10:27:18 +08:00
2023-06-07 12:12:19 +03:00
2023-02-28 21:56:53 +08:00
2023-04-26 22:09:17 +02:00
2023-02-01 20:14:51 -03:00
2023-07-18 16:57:11 +03:00
2023-07-20 10:04:54 +08:00
2023-05-23 08:52:56 +03:00
2023-06-26 11:24:07 +03:00
2023-05-23 08:52:56 +03:00
2023-06-21 00:58:24 +02:00
2023-06-21 00:58:24 +02:00
2023-04-21 09:43:53 +03:00
2023-05-11 16:31:23 +03:00
2023-04-27 10:24:46 +03:00
2023-04-27 10:24:46 +03:00
2023-02-28 21:56:53 +08:00
2023-06-21 00:58:24 +02:00
2023-07-21 19:08:29 +08:00
2023-06-27 14:37:25 +02:00
2023-07-05 11:38:58 -03:00
2023-07-19 17:19:10 +02:00
2023-06-21 13:02:40 +03:00
2023-06-19 13:51:04 +03:00
2023-06-21 00:58:24 +02:00
2023-02-17 17:58:26 +03:00
2023-06-21 00:58:24 +02:00
2023-05-17 11:31:07 +03:00
2023-05-23 10:40:54 +03:00
2023-03-22 13:59:47 +02:00
2023-04-23 21:34:02 +03:00
2023-07-12 13:10:33 +03:00
2023-06-21 10:08:27 +03:00
2023-05-29 23:03:24 +03:00
2023-07-18 16:57:11 +03:00
2023-06-21 00:58:24 +02:00
2023-05-15 10:19:39 +03:00
2023-07-18 16:57:11 +03:00
2023-04-17 14:08:37 +03:00
2023-02-15 11:09:04 +02:00
2023-06-15 09:48:54 +02:00
2023-02-01 20:14:51 -03:00
2023-02-19 21:05:45 +02:00
2023-03-09 17:51:15 +01:00
2023-05-23 08:52:56 +03:00
2023-04-26 14:09:58 +08:00
2023-07-19 11:46:28 +03:00
2023-02-01 20:14:51 -03:00
2023-02-01 20:14:51 -03:00
2023-02-01 20:14:51 -03:00
2023-05-17 15:38:03 +02:00
2023-03-06 13:17:21 +03:00
2023-06-06 13:29:16 +03:00
2023-02-01 20:14:51 -03:00
2023-06-06 08:36:09 +03:00
2023-06-06 08:36:09 +03:00