kgeisz commented on code in PR #8676:
URL: https://github.com/apache/hbase/pull/8676#discussion_r4076954714


##########
dev-support/read-replica/hbase_nightly_read_replica_test.sh:
##########
@@ -68,13 +66,6 @@ echo "DOCKER_COMPOSE_FILE=${DOCKER_COMPOSE_FILE}"
 echo "HBASE_DATA_STORE_ROOT=${HBASE_DATA_STORE_ROOT}"
 echo "realpath of HBASE_DATA_STORE_ROOT=$(realpath ${HBASE_DATA_STORE_ROOT})"
 
-echo "Removing HBase log directories from mounted volumes that may exist from 
a previous test run:"

Review Comment:
   Originally, before I was using `pytest`, I was saving the HBase logs 
regardless of if the test passed or failed. We decided I don't need save any 
logs anymore since the user can reproduce any errors locally by running 
`hbase_nightly_read_replica_test.sh`.
   
   If you think it would be good to save the logs, then I can add it back in.



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