Skip to content

Commit

Permalink
[AMQ-9258] Update kahadb corruption test to account for new fix from …
Browse files Browse the repository at this point in the history
…AMQ-9254 (apache#1007)
  • Loading branch information
mattrpav authored and Charlie-chenchrl committed Oct 26, 2023
1 parent 12b77cb commit 7710b9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ public void testRecoveryAfterCorruptionMetadataLocation() throws Exception {
final var appender = new AbstractAppender("testAppender", new AbstractFilter() {}, new MessageLayout(), false, new Property[0]) {
@Override
public void append(LogEvent event) {
/**
/**
* NOTE: As of JDK v11.0.19 RandomAccessFile throws a messageless EOFException when read fails
*
*
* throw new EOFException();
*/
if (event != null
Expand Down

0 comments on commit 7710b9d

Please sign in to comment.