adoroszlai commented on PR #1192:
URL: https://github.com/apache/ratis/pull/1192#issuecomment-2560161043

   `TestLeaderInstallSnapshotWithGrpc` does not seem to have the same problem.  
The test methods in parent class `InstallSnapshotFromLeaderTests` are not 
annotated with `@Test`, so they are not executed in themselves, only when 
called from the parameterized test methods in the child class.
   
   ```
   [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
17.515 s - in org.apache.ratis.grpc.TestLeaderInstallSnapshotWithGrpc
   [INFO] 
org.apache.ratis.grpc.TestLeaderInstallSnapshotWithGrpc.testMultiFileInstallSnapshot(Boolean)[1]
  Time elapsed: 3.553 s
   [INFO] 
org.apache.ratis.grpc.TestLeaderInstallSnapshotWithGrpc.testMultiFileInstallSnapshot(Boolean)[2]
  Time elapsed: 2.1 s
   [INFO] 
org.apache.ratis.grpc.TestLeaderInstallSnapshotWithGrpc.testInstallSnapshotLeaderSwitch(Boolean)[1]
  Time elapsed: 3.148 s
   [INFO] 
org.apache.ratis.grpc.TestLeaderInstallSnapshotWithGrpc.testInstallSnapshotLeaderSwitch(Boolean)[2]
  Time elapsed: 4.915 s
   [INFO] 
org.apache.ratis.grpc.TestLeaderInstallSnapshotWithGrpc.testSeparateSnapshotInstallPath(Boolean)[1]
  Time elapsed: 1.857 s
   [INFO] 
org.apache.ratis.grpc.TestLeaderInstallSnapshotWithGrpc.testSeparateSnapshotInstallPath(Boolean)[2]
  Time elapsed: 1.839 s
   ```


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

Reply via email to