Skip to content

Commit 1ffd400

Browse files
committed
kvserver: add deleted_external_sstable_test tests
This commit adds general tests for the case where we have an external SSTable pointing to a deleted file. It makes sure that things behave as expected, and that the server doesn't crash when running different operations References: #143135 Release note: None
1 parent dc53d9e commit 1ffd400

File tree

2 files changed

+583
-0
lines changed

2 files changed

+583
-0
lines changed

pkg/kv/kvserver/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ go_test(
306306
"closed_timestamp_test.go",
307307
"consistency_queue_test.go",
308308
"debug_print_test.go",
309+
"deleted_external_sstable_test.go",
309310
"errors_test.go",
310311
"flow_control_integration_test.go",
311312
"flow_control_raft_transport_test.go",

0 commit comments

Comments
 (0)