Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/3790
  
    As you can see in the `UnaryOperatorTestBase` the constructor is already 
protected. The thing is that junit complains since the classes contain junit 
annotations (`@After`, `@Parameterized`) class but can't be instantiated. When 
i run these test in IntelliJ they are marked as failed tests due to an 
initialization error.
    
    Making the classes abstract makes it clear they aren't actually 
self-contained test classes.


---
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.
---

Reply via email to