Re: Flaky test checker

2020-06-16 Thread David Mollitor
Hey Zoltan, I've also seen this one several times recently: testExternalTablesReplLoadBootstrapIncr – org.apache.hadoop.hive.ql.parse.TestScheduledReplicationScenarios On Thu, Jun 11, 2020 at 10:54 AM David Mollitor wrote: > Zoltan, > > I've seen 'org.apache.hadoop.hive.kafka.TransactionalKafk

Re: Flaky test checker

2020-06-11 Thread David Mollitor
Zoltan, I've seen 'org.apache.hadoop.hive.kafka.TransactionalKafkaWriterTest' failing quite a bit in some recent runs in GitHup precomit. Topic `TOPIC_TEST` to delete does not exist Stacktrace org.apache.kafka.common.errors.UnknownTopicOrPartitionException: Topic `TOPIC_TEST` to delete does not e

Re: Flaky test checker

2020-06-10 Thread Zoltan Haindrich
One more thing: there should be other builds running while the flaky check is being executed (otherwise it will be "alone" on a 12 core system) On 6/10/20 3:49 PM, Zoltan Haindrich wrote: Hey All! I've fiddled around to build this into the main test system or not; but in the end I've concluded

Flaky test checker

2020-06-10 Thread Zoltan Haindrich
Hey All! I've fiddled around to build this into the main test system or not; but in the end I've concluded that it will be more usefull as a standalone tool (this makes the job a bit uglier - but well...it would have made the main one uglier as well - so it doesn't matter which finger I'll bite)