Skip to content

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

@jenisys

Description

@jenisys

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 << ---------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions