Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blob sidecars availability checker #7081

Merged
merged 17 commits into from
May 5, 2023
Prev Previous commit
Next Next commit
spotlessly
  • Loading branch information
tbenr committed May 4, 2023
commit e190d16d9642ec5b1d34ee8dfddc32796ed21191
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void shouldReturnNotAvailableIfSecondBatchFails(final boolean failByException) {
}

@Test
void shouldReturnNotAvailableIfTrackerLiesWithCompletionButItIsNot() {
void shouldThrowIfTrackerLiesWithCompletionButItIsNot() {
prepareInitialAvailability(Availability.PARTIAL);

final SafeFuture<BlobSidecarsAndValidationResult> availabilityCheckResult =
Expand Down