Github user rmetzger commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4233#discussion_r126991245
  
    --- Diff: pom.xml ---
    @@ -858,32 +856,6 @@ under the License.
                                </plugins>
                        </build>
                </profile>
    -           <!--
    -                   Test profile A excludes all tests starting with (A-M).
    -                   profile B excludes tests (N-Z).
    -                   This allows us to split up the test execution into 
separate profiles.
    -           -->
    -           <profile>
    -                   <id>flink-fast-tests-a</id>
    -                   <properties>
    -                           <!-- Allow A-I by forbidding J-Z -->
    -                           
<flink-fast-tests-pattern>%regex[.*/[J-Z].*]</flink-fast-tests-pattern>
    -                   </properties>
    -           </profile>
    -           <profile>
    -                   <id>flink-fast-tests-b</id>
    -                   <properties>
    -                           <!-- Allow J-R, forbid A-I and S - Z -->
    -                           
<flink-fast-tests-pattern>%regex[.*/[A-IS-Z].*]</flink-fast-tests-pattern>
    -                   </properties>
    -           </profile>
    -           <profile>
    -                   <id>flink-fast-tests-c</id>
    -                   <properties>
    -                           <!-- Allow S-Z, forbid A-R -->
    -                           
<flink-fast-tests-pattern>%regex[.*/[A-R].*]</flink-fast-tests-pattern>
    -                   </properties>
    -           </profile>
    --- End diff --
    
    I'm super happy to see this being removed :)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to