You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/08/29 00:22:00 UTC

[jira] [Created] (BEAM-2818) Test for circular dependencies

Ahmet Altay created BEAM-2818:
---------------------------------

             Summary: Test for circular dependencies
                 Key: BEAM-2818
                 URL: https://issues.apache.org/jira/browse/BEAM-2818
             Project: Beam
          Issue Type: Improvement
          Components: sdk-py
            Reporter: Ahmet Altay
            Priority: Minor


Add a test for checking circular dependencies.

Circular dependencies fail at run time, and depending on import order. It is easy to introduce one because not always they lead to a test failure but they may still fail for a user.

We can try to find a way to generally figure out if there are any circular dependencies in the code.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)