sokui commented on PR #3186: URL: https://github.com/apache/ozone/pull/3186#issuecomment-1130963111
> > could you please let me know how to run hadoop-ozone/dist/src/main/compose/restart/test.sh? > > @sokui these test can be run after building Ozone (`mvn -DskipTests clean package`): > > ``` > cd hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/compose/restart > ./test.sh > ``` Hi @adoroszlai , I ran this test with the upstream/master (without my change). It failed as follows. Is it normal? ``` No OM HA service, no need to wait ============================================================================== Generate :: Test freon data generation commands ============================================================================== Ozone Client Key Generator | FAIL | Test timeout 5 minutes exceeded. ------------------------------------------------------------------------------ OM Key Generator | FAIL | Test timeout 5 minutes exceeded. ------------------------------------------------------------------------------ OM Bucket Generator | PASS | ------------------------------------------------------------------------------ DN Chunk Generator | PASS | ------------------------------------------------------------------------------ Generate :: Test freon data generation commands | FAIL | 4 tests, 2 passed, 2 failed ============================================================================== ``` -- 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]
