lhotari commented on code in PR #17552: URL: https://github.com/apache/pulsar/pull/17552#discussion_r966146093
########## pulsar-io/jdbc/sqlite/src/test/java/org/apache/pulsar/io/jdbc/SqliteJdbcSinkTest.java: ########## @@ -63,6 +63,7 @@ * Jdbc Sink test */ @Slf4j +@Test(groups = "flaky") Review Comment: I wonder if pulsar-io has proper handling for flaky tests. I think flaky group is currently handled only for pulsar-broker. -- 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]
