kaijchen commented on code in PR #4258:
URL: https://github.com/apache/ozone/pull/4258#discussion_r1099988731
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/storage/TestContainerCommandsEC.java:
##########
@@ -349,9 +349,16 @@ private static byte[] getBytesWith(int singleDigitNumber,
int total) {
@MethodSource("recoverableMissingIndexes")
void testECReconstructionCoordinatorWith(List<Integer> missingIndexes)
throws Exception {
- testECReconstructionCoordinator(missingIndexes);
+ testECReconstructionCoordinator(missingIndexes, 3);
}
+ @Test
+ void testECReconstructionWithPartialStripe()
Review Comment:
Hi @umamaheswararao, the fix looks good.
However, seems the test here is not covering the bug.
Could you please take another look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]