Files
scylladb/test/boost
Pavel Emelyanov 62214e2258 database: Have local id arg in transform_counter_updates_to_shards()
There are two places that call it -- database code itself and
tests. The former already has the local host id, so just pass
one.

The latter are a bit trickier. Currently they use the value from
storage_service created by storage_service_for_tests, but since
this version of service doesn't pass through prepare_to_join()
the local_host_id value there is default-initialized, so just
default-initialize the needed argument in place.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
2020-12-04 15:09:30 +03:00
..
2020-11-12 12:36:13 +01:00
2020-09-08 15:59:25 +03:00
2020-11-12 12:36:13 +01:00
2020-08-11 10:37:34 +08:00
2020-11-03 21:30:11 +03:00