Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current test suite has partial failures: 2 of 45 #69

Open
jenisys opened this issue Oct 20, 2018 · 0 comments
Open

Current test suite has partial failures: 2 of 45 #69

jenisys opened this issue Oct 20, 2018 · 0 comments

Comments

@jenisys
Copy link

jenisys commented Oct 20, 2018

Platform: macOS
Sultan version: 0.8.1 (git-clone of repo today)

Failures occur w/ both Python 2.7 and Python 3.7.

...
FAIL: test_custom_executable (integration.sultan.test_api.SultanExecutable)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jens/se_inspect/_topic.cmdrunner/aeroxis_sultan/test/integration/sultan/test_api.py", line 58, in test_custom_executable
    self.assertEqual(result.stdout[0], 'bash')
AssertionError: '/bin/bash' != 'bash'
-------------------- >> begin captured logging << --------------------
sultan: DEBUG: ps | grep `echo $$` | awk '{ print $4 }';
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_default_executable (integration.sultan.test_api.SultanExecutable)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jens/se_inspect/_topic.cmdrunner/aeroxis_sultan/test/integration/sultan/test_api.py", line 52, in test_default_executable
    self.assertEqual(result.stdout[0], 'sh')
AssertionError: '/bin/sh' != 'sh'
-------------------- >> begin captured logging << --------------------
sultan: DEBUG: ps | grep `echo $$` | awk '{ print $4 }';
--------------------- >> end captured logging << ---------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant