Skip to content

Commit

Permalink
HDDS-11564. Mark TestBlockOutputStream#testWriteExactly... as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Oct 13, 2024
1 parent fabf512 commit 494798c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ void testWriteLessThanChunkSize(boolean flushDelay, boolean enablePiggybacking)

@ParameterizedTest
@MethodSource("clientParameters")
@Flaky("HDDS-11564")
void testWriteExactlyFlushSize(boolean flushDelay, boolean enablePiggybacking) throws Exception {
OzoneClientConfig config = newClientConfig(cluster.getConf(), flushDelay, enablePiggybacking);
try (OzoneClient client = newClient(cluster.getConf(), config)) {
Expand Down Expand Up @@ -573,6 +574,7 @@ void testWriteMoreThanFlushSize(boolean flushDelay, boolean enablePiggybacking)

@ParameterizedTest
@MethodSource("clientParameters")
@Flaky("HDDS-11564")
void testWriteExactlyMaxFlushSize(boolean flushDelay, boolean enablePiggybacking) throws Exception {
OzoneClientConfig config = newClientConfig(cluster.getConf(), flushDelay, enablePiggybacking);
try (OzoneClient client = newClient(cluster.getConf(), config)) {
Expand Down

0 comments on commit 494798c

Please sign in to comment.