You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the limitation on tests in pywbemcli_operations os=win32 were removed, the tests pass except for one single test:
For the moment we propose to block that particular test to get the remainder of the changes in this PR incorporated. This allows executing the tests for windows with the pywbemcliu_operations now rather than waiting for a fix to this issue.
The test that fails is:
test_module: test_pywbemcli_operaitions.py line: 842, desc: "Mock env with standalone mock script with deps; change dependent file"
error: FAILED tests/unit/pywbemcli/test_pywbemcli_operations.py::test_build_mockenv[Mock env with standalone mock script with deps; change dependent file-kwargs28-None-None-True] - AssertionError: Missing line on stdout:
Testcase: Mock env with standalone mock script with deps; change dependent file
---- Actual stdout:
Mock environment for connection definition 'test_build_mockenv' has been loaded from cache.
---- Expected line (regexp):
Mock environment .* will be rebuilt because the mock files have changed.
---- End
and it fails for all windows environments but passes for all other enviroments.
It would appear that either the change to the file for the mock or the comparison of md5 id failed for this test. However this error does occur when tested locally on windows system.
The text was updated successfully, but these errors were encountered:
Removes another couple of things involving python 2.7
1. Test that was specialized for python 2.7 on windows, Issue 1590
2. Reference to python 2.7 in pywbem_server
3. Remove tests/unit/pywbemcli/test_python_tell.py - This test was
created to confirm that there were no issues between the tell()
function on windows with python 2.7 and to verify that
test_build_mockenv() works. With the removal of python 2.7 as
a platform, this test is no longer necessary.
4. version doc that used python 2.7.11 as example in tools.
Note that one test in test_pywbemcli_operations.py from the group
that was disabled because of a windows issue is still marked
disabled because that test fails. See issue #1440.
Removes another couple of things involving python 2.7
1. Test that was specialized for python 2.7 on windows, Issue 1590
2. Reference to python 2.7 in pywbem_server
3. Remove tests/unit/pywbemcli/test_python_tell.py - This test was
created to confirm that there were no issues between the tell()
function on windows with python 2.7 and to verify that
test_build_mockenv() works. With the removal of python 2.7 as
a platform, this test is no longer necessary.
4. version doc that used python 2.7.11 as example in tools.
Note that one test in test_pywbemcli_operations.py from the group
that was disabled because of a windows issue is still marked
disabled because that test fails. See issue #1440.
Once the limitation on tests in pywbemcli_operations os=win32 were removed, the tests pass except for one single test:
For the moment we propose to block that particular test to get the remainder of the changes in this PR incorporated. This allows executing the tests for windows with the pywbemcliu_operations now rather than waiting for a fix to this issue.
The test that fails is:
test_module: test_pywbemcli_operaitions.py
line: 842,
desc: "Mock env with standalone mock script with deps; change dependent file"
error: FAILED tests/unit/pywbemcli/test_pywbemcli_operations.py::test_build_mockenv[Mock env with standalone mock script with deps; change dependent file-kwargs28-None-None-True] - AssertionError: Missing line on stdout:
Testcase: Mock env with standalone mock script with deps; change dependent file
---- Actual stdout:
Mock environment for connection definition 'test_build_mockenv' has been loaded from cache.
---- Expected line (regexp):
Mock environment .* will be rebuilt because the mock files have changed.
---- End
and it fails for all windows environments but passes for all other enviroments.
It would appear that either the change to the file for the mock or the comparison of md5 id failed for this test. However this error does occur when tested locally on windows system.
The text was updated successfully, but these errors were encountered: