Files
scylladb/test/boost
Benny Halevy f482d8f377 test: sstable_compaction_test: incremental_compaction_data_resurrection_test: stop table before it's destroyed.
It must remove itself from the compaction_manager,
that will stop_ongoing_compactions.

Without that we're hitting
```
sstable_compaction_test: ./seastar/include/seastar/core/gate.hh:56: seastar::gate::~gate(): Assertion `!_count && "gate destroyed with outstanding requests"' failed.
```

when destroying the compaction_manager.

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
2021-11-23 09:40:06 +02:00
..
2021-09-13 18:05:11 +03:00
2021-09-07 15:47:22 +03:00