yuqi1129 commented on code in PR #5613:
URL: https://github.com/apache/gravitino/pull/5613#discussion_r1850285927
##########
catalogs/catalog-hive/src/test/java/org/apache/gravitino/catalog/hive/TestFetchFileUtils.java:
##########
@@ -65,18 +65,18 @@ public void testDownloadFromHTTP() throws Exception {
boolean success = false;
int attempts = 0;
- while (!success && attempts < MAX_RETRIES) {
+ while (!success) {
Review Comment:
So, will the test continue forever? I'm afraid this test will hang if there
is no network connection and it remains stuck forever.
--
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]