Hi! I found quite a few tests that are not actually executed by Maven as part of the builds. Some actually are in error.
ExecutionGraphRestartTest TaskManagerLossFailsTasksTest JobManagerRegistrationTest ... All of those are Scala tests with WordSpecLike traits. Seems that this configuration has a problem with the Maven unit test plugin. Anyone else observed something like this before? Stephan