Skip to content

Commit

Permalink
Merge pull request redpanda-data#15177 from vbotbuildovich/backport-p…
Browse files Browse the repository at this point in the history
…r-15169-v23.2.x-581

[v23.2.x] archival/test: Ensure archiver is stopped
  • Loading branch information
abhijat authored Nov 29, 2023
2 parents 480d2e4 + 342519e commit 65e8630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/v/archival/tests/ntp_archiver_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,8 @@ static void test_manifest_spillover_impl(
*part,
amv);

auto stop_archiver = ss::defer([&archiver] { archiver.stop().get(); });

// Do not start archiver and run spillover manually.
vlog(
test_log.debug,
Expand Down

0 comments on commit 65e8630

Please sign in to comment.