Skip to content

Commit

Permalink
HSEARCH-4072 Restore missing @test annotation in RestartChunkIT
Browse files Browse the repository at this point in the history
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere authored and fax4ever committed Nov 9, 2020
1 parent b755e77 commit 21fae7c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -97,6 +97,8 @@ public void failureDuringNonFirstCheckpointBetweenTwoWrites_fullScope() throws I
doTest( null, DB_COMP_ROWS, DB_COMP_ROWS / 5 );
}

@Test
@TestForIssue(jiraKey = "HSEARCH-2616")
public void failureBeforeFirstRead_hql() throws InterruptedException, IOException {
SimulatedFailure.raiseExceptionOnNextRead();
doTest( "select c from SimulatedFailureCompany c where c.name like 'Google%'", DB_COMP_ROWS / 5, DB_COMP_ROWS / 5 );
Expand Down

0 comments on commit 21fae7c

Please sign in to comment.