voonhous commented on PR #18201: URL: https://github.com/apache/hudi/pull/18201#issuecomment-5633493379
Deferring `@Execution(CONCURRENT)` as there might be test interplays: 1. Catalog names that tests currently share are not unique 2. Session configurations that we need to mapout properly. One test might change something, while the other is still running that might alter behaviour. 3. JVM statics. The metrics registry in #19893 is keyed loosely enough that mere reordering broke it. Concurrent tests make that a race and make behaviours unpredictable. -- 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]
