Skip to content

Commit

Permalink
test fix #2
Browse files Browse the repository at this point in the history
Signed-off-by: Petar Dzepina <[email protected]>
  • Loading branch information
Petar Dzepina committed Oct 26, 2022
1 parent c1c5b24 commit c970286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ class RollupRunnerIT : RollupRestTestCase() {
}
var rollupMetadataID = startedRollup1.metadataID!!
var rollupMetadata = getRollupMetadata(rollupMetadataID)
assertEquals("If target_index is alias, backing indices must be unused by any other rollup jobs: [$backingIndex2]", rollupMetadata.failureReason)
assertEquals("Backing index [$backingIndex2] has to have owner rollup job with id:[${startedRollup1.id}]", rollupMetadata.failureReason)
}

// TODO: Test scenarios:
Expand Down

0 comments on commit c970286

Please sign in to comment.