Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #6 failed

Job: Single directory 2 failed

Test results

  • 18 tests in total
  • 3 tests failed
  • 24 minutes taken in total.

Build 6 has the following 3 errors:There were no new test failures since the previous build.

Existing test failures 3
Status Test Failing since Duration
AssertionError
request = <FixtureRequest for <Function 'test_user_creates_directory_using_client1_removes_it_using_client2_and_then_recreates_it_using_client1[1oz_1op_1oc-oneclient1-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(29 more lines...)
AssertionError
request = <FixtureRequest for <Function 'test_user_creates_directory_using_client1_removes_it_using_client2_and_then_recreates_it_using_client1[1oz_1op_1oc-oneclient1-web GUI]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(29 more lines...)
tests.mixed.oneprovider_client.rest.ApiException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'content-length': '112', 'content-type': 'application/json', 'date': 'Fri, 12 Feb 2021 03:11:26 GMT', 'server': 'Cowboy', 'x-frame-options': 'SAMEORIGIN'}) HTTP response body: {"error":{"id":"posix","details":{"errno":"enoent"},"description":"Operation failed with POSIX error: enoent."}}
request = <FixtureRequest for <Function 'test_user_creates_directory_using_client1_removes_it_using_client2_and_then_recreates_it_using_client1[1oz_1op_1oc-web GUI-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(112 more lines...)