Skip to content

Commit

Permalink
Reconstruct: remove eval (elliefm review)
Browse files Browse the repository at this point in the history
  • Loading branch information
brong committed Dec 12, 2023
1 parent c1312e5 commit 9a570fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandane/Cassandane/Cyrus/Reconstruct.pm
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ sub test_downgrade_upgrade

for my $version (12, 14, 16, 'max') {
xlog $self, "Set to version $version";
eval { $self->{instance}->run_command({ cyrus => 1 }, 'reconstruct', '-V', $version) };
$self->{instance}->run_command({ cyrus => 1 }, 'reconstruct', '-V', $version);

xlog $self, "Reconnect, \\Seen should still be on message A";
$self->{store}->disconnect();
Expand Down

0 comments on commit 9a570fc

Please sign in to comment.