You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Haisheng Yuan (JIRA)" <ji...@apache.org> on 2019/06/04 19:24:00 UTC

[jira] [Created] (CALCITE-3110) Enable parallel execution of parameterized test

Haisheng Yuan created CALCITE-3110:
--------------------------------------

             Summary: Enable parallel execution of parameterized test
                 Key: CALCITE-3110
                 URL: https://issues.apache.org/jira/browse/CALCITE-3110
             Project: Calcite
          Issue Type: Improvement
          Components: core
            Reporter: Haisheng Yuan


The patch of CALCITE-2812 introduced a parameterized test, but parameterized JUnit test hangs when running in parallel mode due to [1]. So we annotated the test case as not thread safe avoid parallel execution.

Enable parallel execution of EnumerableRepeatUnionHierarchyTest when issue [1] is fixed.

See discussion at [2].

[1] https://issues.apache.org/jira/browse/SUREFIRE-1430
[2] https://lists.apache.org/thread.html/d9205b98873d60102ed53e46ffde2fa63632eeca948ee1c9ab810827@%3Cdev.calcite.apache.org%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)