Skip to content

Commit

Permalink
manual backport of 172858
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Dec 7, 2023
1 parent 4a70c53 commit 4f5cd89
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,5 @@ describe('migration v2', () => {
);

expect(logRecordWithPit).toBeTruthy();
/* TEMPORARILY DISABLE
const pitId = logRecordWithPit.right.pitId;
expect(pitId).toBeTruthy();
const client = esServer.es.getClient();
await expect(
client.search({
body: {
pit: { id: pitId },
},
})
// throws an exception that cannot search with closed PIT
).rejects.toThrow(/search_phase_execution_exception/);
*/
});
});

0 comments on commit 4f5cd89

Please sign in to comment.