umamaheswararao commented on code in PR #4258:
URL: https://github.com/apache/ozone/pull/4258#discussion_r1100418750


##########
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:
   <img width="1717" alt="Screen Shot 2023-02-08 at 8 39 49 AM" 
src="https://user-images.githubusercontent.com/1719507/217594332-898765cf-c936-4e23-b7c7-d9df5c6b1378.png";>
   
   It is failing when I run this test. 
   Interestingly I noticed that, when I run the tests together with 
testECReconstructionCoordinatorWithMissingIndexes135, it passes. Can you try 
running this test alone?



-- 
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]

Reply via email to