pvary commented on issue #2475:
URL: https://github.com/apache/iceberg/issues/2475#issuecomment-819647800
Maybe we should add timeout for all of the `TestHiveIcebergStorageHandler*`
tests. The failure on the commit was about the failing
`TestHiveIcebergStorageHandlerWithMultipleCatalogs`. For the others I do not
see which test is stuck.
Also I have noticed that the annotation based timeout does not override the
rule base timeout. So this will still mean that the timeout will happen after
40 sec.
```
@Rule
public Timeout timeout = new Timeout(40000, TimeUnit.MILLISECONDS);
[..]
@Test(timeout = 100000)
public void testSelectDistinctFromTable() throws IOException {
[..]
}
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]