You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2016/05/30 13:49:13 UTC

[jira] [Created] (ATLAS-841) mvn clean install of Atlas is failing python unit tests

Hemanth Yamijala created ATLAS-841:
--------------------------------------

             Summary: mvn clean install of Atlas is failing python unit tests
                 Key: ATLAS-841
                 URL: https://issues.apache.org/jira/browse/ATLAS-841
             Project: Atlas
          Issue Type: Bug
            Reporter: Hemanth Yamijala
            Priority: Blocker


Run mvn clean install on master, git id: 65d95ebe23744f72c0ed40b9a171d3c42cd2906c. It fails as below:

{code}
[INFO] --- exec-maven-plugin:1.2.1:exec (python-test) @ atlas-distro ---
test_jar_java_lookups_fail (TestMetadata.TestMetadata) ... ok
test_jar_java_lookups_succeed_from_path (TestMetadata.TestMetadata) ... ok
test_main (TestMetadata.TestMetadata) ... Apache Atlas Server started!!!

FAIL

======================================================================
FAIL: test_main (TestMetadata.TestMetadata)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/hyamijala/projects/hwx/atlas/src/atlas/distro/src/test/mock/mock.py", line 1199, in patched
    return func(*args, **keywargs)
  File "/Users/hyamijala/projects/hwx/atlas/src/atlas/distro/src/test/python/scripts/TestMetadata.py", line 58, in test_main
    self.assertTrue(configure_hbase_mock.called)
AssertionError: False is not true

----------------------------------------------------------------------
Ran 3 tests in 0.004s

FAILED (failures=1)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)