martin-g commented on pull request #10958: URL: https://github.com/apache/druid/pull/10958#issuecomment-808209370
The TravisCI job for testing on ARM64 has been reworked and passes successfully now: https://travis-ci.com/github/apache/druid/builds/221285346 The new job builds and tests just the main sub-modules because: - running all modules does not finish in 50 mins (Travis max time for a job) - `sql` module fails because SqlResourceTest#testTooManyRequests() succeeds for all 3 requests. This is because TravisCI ARM64 nodes have reduced CPU power and can run up to 2 threads - the distribution job is not executed on ARM64 because of the flacky failures at https://github.com/apache/druid/pull/10953 -- 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]
