Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/3157#discussion_r97273631
--- Diff:
flink-mesos/src/test/java/org/apache/flink/mesos/runtime/clusterframework/MesosFlinkResourceManagerTest.java
---
@@ -73,13 +74,16 @@
/**
* General tests for the Mesos resource manager component.
*/
-public class MesosFlinkResourceManagerTest {
+public class MesosFlinkResourceManagerTest extends TestLogger {
private static final Logger LOG =
LoggerFactory.getLogger(MesosFlinkResourceManagerTest.class);
private static ActorSystem system;
- private static Configuration config = new Configuration() {{
+ private static Configuration config = new Configuration() {
+ private static final long serialVersionUID =
-952579203067648838L;
+
+ {
--- End diff --
Good catch. Will change it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---