Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created December 6, 2021 15:57
Show Gist options
  • Save ssbarnea/6f68ec98510b654df8bb03ff7ea85e46 to your computer and use it in GitHub Desktop.
Save ssbarnea/6f68ec98510b654df8bb03ff7ea85e46 to your computer and use it in GitHub Desktop.
========================================================= short test summary info =========================================================
FAILED tests/integration/actions/stdout/test_direct_interactive_noee.py::Test::test[1-:st-Check stdout-:help help] - AssertionError:
FAILED tests/integration/actions/stdout/test_direct_interactive_noee.py::Test::test[3-:stdout-Check stdout-:help help] - AssertionError:
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[0-ansible-navigator collections --execution-environment false-ansible-navigator collections browse window]
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[1-:0-Browse testorg.coll_1 plugins window] - Val...
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[2-:0-lookup_1 plugin docs window] - ValueError: ...
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[3-:back-Back to browse testorg.coll_1 plugins window]
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[4-:1-mod_1 plugin docs window] - ValueError: ***...
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[5-:back-Back to browse testorg.coll_1 plugins window]
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[6-:back-Back to ansible-navigator collections browse window]
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[7-:1-Browse testorg.coll_2 plugins window] - Val...
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[8-:0-lookup_2 plugin docs window] - ValueError: ...
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[9-:back-Back to browse testorg.coll_2 plugins window]
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[10-:1-mod_2 plugin docs window] - ValueError: **...
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[11-:back-Back to browse testorg.coll_2 plugins window]
ERROR tests/integration/actions/collections/test_direct_interactive_noee.py::Test::test[12-:back-Back to ansible-navigator collections browse window]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 15 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! xdist.dsession.Interrupted: stopping after 15 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
========================================== 2 failed, 504 passed, 13 errors in 109.63s (0:01:49) ===========================================
ERROR: InvocationError for command /bin/bash -c 'py.test -vvvv -n `python -c "import multiprocessing; import os; print(int(os.environ.get(\"XDIST_CPU\") or multiprocessing.cpu_count()))"` --dist=loadfile --maxfail=15 --durations=100 --cov ansible_navigator --cov share --cov-report term-missing --cov-branch --showlocals' (exited with code 2)
_________________________________________________________________ summary _________________________________________________________________
ERROR: py38: commands failed
@ssbarnea
Copy link
Author

ssbarnea commented Dec 6, 2021

Error while running in serial mode, no xdist:

========================================================= short test summary info =========================================================
FAILED tests/integration/actions/inventory/test_stdout_tmux.py::Test::test[inventory list without ee  clear && ansible-navigator inventory --list -i /home/ssbarnea/rmux/ansible-navigator/tests/fixtures/integration/actions/inventory/ansible_inventory/inventory.yml --ee False --ll debug --mode stdout]
FAILED tests/integration/actions/stdout/test_direct_interactive_noee.py::Test::test[1-:st-Check stdout-:help help] - AssertionError:
FAILED tests/integration/actions/stdout/test_direct_interactive_noee.py::Test::test[3-:stdout-Check stdout-:help help] - AssertionError:
FAILED tests/integration/actions/stdout/test_welcome_interactive_noee.py::Test::test[2-:st-Check stdout-:help help] - AssertionError:
FAILED tests/integration/actions/stdout/test_welcome_interactive_noee.py::Test::test[4-:stdout-Check stdout-:help help] - AssertionError:
FAILED tests/unit/test_image_introspection.py::test_system_packages_parse_one - assert 3 == 1
FAILED tests/unit/test_image_introspection.py::test_system_packages_parse_many - assert 30 == 10
=============================================== 7 failed, 1468 passed in 808.35s (0:13:28) ================================================
ERROR: InvocationError for command /bin/bash -c 'py.test -vvvv --maxfail=15 --durations=100 --cov ansible_navigator --cov share --cov-report term-missing --cov-branch --showlocals' (exited with code 1)
_________________________________________________________________ summary _________________________________________________________________
ERROR:   py38: commands failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment