arvindKandpal-ksolves commented on PR #8015: URL: https://github.com/apache/hbase/pull/8015#issuecomment-4175299156
Hi @liuxiaocs7, I looked into the large-wave-3 failures. It failed in TestShell with this error: `org.jruby.embed.EvalFailedException: (RuntimeError) test_Change_table's_sft is already defined in SftChangeTest (at sftchange_test_cluster.rb:31).` I checked this file locally and there are actually no duplicate tests. It looks like a CI flake where the JRuby test runner is accidentally double-loading the file and throwing the "already defined" error. Since my changes are only in hirb.rb and general_test_cluster.rb, this failure is completely unrelated to this PR. Could you please re-run the failed jobs ? Thanks! -- 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]
