DarkAssassinator commented on code in PR #12362: URL: https://github.com/apache/dolphinscheduler/pull/12362#discussion_r995752900
########## dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumerTest.java: ########## @@ -37,18 +37,14 @@ import java.util.Date; import java.util.concurrent.TimeUnit; -import org.junit.After; -import org.junit.Assert; -import org.junit.Before; -import org.junit.Ignore; -import org.junit.Test; -import org.junit.runner.RunWith; +import org.junit.jupiter.api.*; Review Comment: > We are supposed to avoid wildcard `*` imports. Usually `spotless` detects and blocks this. I'm not sure why it didn't work here. I will take a look at it. done -- 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]
