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

Build: #3216 failed Child of ODSRV-OPRPM-2548

Build result summary

Details

Completed
Queue duration
1 second
Duration
50 minutes
Labels
None
Revision
5d7d02059d6c3d4c8cefb8e81813619de8f7b505
Total tests
547
Failing since
#3212 (Child of ODSRV-OZP-2034)
Fixed in
#3218 (Child of ODSRV-OPRPM-2550)

Responsible

  • Agnieszka Warchol Agnieszka Warchol Automatically assigned
  • Wojciech Szmelich Wojciech Szmelich Automatically assigned

Tests

Existing test failures 18
Status Test Failing since View job Duration
TypeError: missing a required argument: 'request'
request = <FixtureRequest for <Function 'test_user_removes_file_right_after_read_using_client2_and_using_client1_sees_that_it_has_been_removed[1oz_1op_1oc-oneclient1-REST]'>>

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

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(88 more lines...)
TypeError: missing a required argument: 'request'
request = <FixtureRequest for <Function 'test_user_moves_file_using_client2_and_using_client1_sees_that_file_has_been_moved[1oz_1op_1oc-oneclient1-REST]'>>

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

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(88 more lines...)
TypeError: missing a required argument: 'request'
request = <FixtureRequest for <Function 'test_user_copies_nonempty_file_using_client2_and_using_client1_sees_that_it_has_not_changed[1oz_1op_1oc-oneclient1-REST]'>>

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

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(88 more lines...)
TypeError: missing a required argument: 'request'
request = <FixtureRequest for <Function 'test_user_copies_file_using_client2_and_using_client1_sees_that_it_has_been_copied[1oz_1op_1oc-oneclient1-REST]'>>

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

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(88 more lines...)
TypeError: missing a required argument: 'request'
request = <FixtureRequest for <Function 'test_user_moves_nonempty_file_using_client2_and_using_client1_sees_that_its_content_has_not_changed[1oz_1op_1oc-oneclient1-REST]'>>

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

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(88 more lines...)
TypeError: missing a required argument: 'request'
request = <FixtureRequest for <Function 'test_user_creates_directory_structure_using_client1_and_using_client2_sees_that_it_has_appeared_v2[1oz_1op_1oc-oneclient1-REST]'>>

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

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(80 more lines...)
TypeError: missing a required argument: 'request'
request = <FixtureRequest for <Function 'test_user_creates_directory_structure_using_client1_and_using_client2_sees_that_it_has_appeared_v2[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.8/dist-packages/pytest_bdd/scenario.py:227: 
(80 more lines...)
TypeError: missing a required argument: 'request'
request = <FixtureRequest for <Function 'test_user_creates_directory_structure_using_client1_and_using_client2_sees_that_it_has_appeared[1oz_1op_1oc-oneclient1-REST]'>>

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

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(80 more lines...)
TypeError: missing a required argument: 'request'
request = <FixtureRequest for <Function 'test_user_creates_directory_structure_using_client1_and_using_client2_sees_that_it_has_appeared[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.8/dist-packages/pytest_bdd/scenario.py:227: 
(80 more lines...)
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: Given "there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration: storage type: POSIX mount point: /volumes/posix imported storage: true". Line 33 in scenario "Files tree with specified depth is imported to space after changing max depth option" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CSS/onedata-acceptance/tests/mixed/features/onepanel/storage_sync.feature
self = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_max_depth_option[1oz_1op_1oc-web GUI-REST]'>>
argname = 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'

    def _get_active_fixturedef(self, argname):
        try:
>           return self._fixture_defs[argname]
E           KeyError: 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'
(132 more lines...)
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: Given "there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration: storage type: POSIX mount point: /volumes/posix imported storage: true". Line 33 in scenario "Files tree with specified depth is imported to space after changing import depth and disable modification detection option" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CSS/onedata-acceptance/tests/mixed/features/onepanel/storage_sync.feature
self = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_disable_modification_detection_option[1oz_1op_1oc-REST-web GUI]'>>
argname = 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'

    def _get_active_fixturedef(self, argname):
        try:
>           return self._fixture_defs[argname]
E           KeyError: 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'
(132 more lines...)
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: Given "there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration: storage type: POSIX mount point: /volumes/posix imported storage: true". Line 33 in scenario "Files tree with specified depth is imported to space after changing max depth option" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CSS/onedata-acceptance/tests/mixed/features/onepanel/storage_sync.feature
self = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_max_depth_option[1oz_1op_1oc-REST-web GUI]'>>
argname = 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'

    def _get_active_fixturedef(self, argname):
        try:
>           return self._fixture_defs[argname]
E           KeyError: 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'
(132 more lines...)
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: Given "there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration: storage type: POSIX mount point: /volumes/posix imported storage: true". Line 33 in scenario "Files tree with specified depth is imported to space after changing import depth and enable delete detection option" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CSS/onedata-acceptance/tests/mixed/features/onepanel/storage_sync.feature
self = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_enable_delete_detection_option[1oz_1op_1oc-REST-web GUI]'>>
argname = 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'

    def _get_active_fixturedef(self, argname):
        try:
>           return self._fixture_defs[argname]
E           KeyError: 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'
(132 more lines...)
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: Given "there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration: storage type: POSIX mount point: /volumes/posix imported storage: true". Line 33 in scenario "Files tree with specified depth is imported to space after changing import depth and disable modification detection option" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CSS/onedata-acceptance/tests/mixed/features/onepanel/storage_sync.feature
self = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_disable_modification_detection_option[1oz_1op_1oc-web GUI-REST]'>>
argname = 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'

    def _get_active_fixturedef(self, argname):
        try:
>           return self._fixture_defs[argname]
E           KeyError: 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'
(132 more lines...)
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: Given "there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration: storage type: POSIX mount point: /volumes/posix imported storage: true". Line 33 in scenario "Files tree with specified depth is imported to space after changing max depth, enabling delete and disabling modification detection" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CSS/onedata-acceptance/tests/mixed/features/onepanel/storage_sync.feature
self = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_max_depth_enabling_delete_and_disabling_modification_detection[1oz_1op_1oc-REST-web GUI]'>>
argname = 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'

    def _get_active_fixturedef(self, argname):
        try:
>           return self._fixture_defs[argname]
E           KeyError: 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'
(132 more lines...)
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: Given "there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration: storage type: POSIX mount point: /volumes/posix imported storage: true". Line 33 in scenario "Files tree with specified depth is imported to space after changing max depth, enabling delete and disabling modification detection" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CSS/onedata-acceptance/tests/mixed/features/onepanel/storage_sync.feature
self = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_max_depth_enabling_delete_and_disabling_modification_detection[1oz_1op_1oc-web GUI-REST]'>>
argname = 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'

    def _get_active_fixturedef(self, argname):
        try:
>           return self._fixture_defs[argname]
E           KeyError: 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'
(132 more lines...)
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: Given "there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration: storage type: POSIX mount point: /volumes/posix imported storage: true". Line 33 in scenario "User does not see files tree changes after disabling continuous scan option" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CSS/onedata-acceptance/tests/mixed/features/onepanel/storage_sync.feature
self = <FixtureRequest for <Function 'test_user_does_not_see_files_tree_changes_after_disabling_continuous_scan_option[1oz_1op_1oc-REST-web GUI]'>>
argname = 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'

    def _get_active_fixturedef(self, argname):
        try:
>           return self._fixture_defs[argname]
E           KeyError: 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'
(132 more lines...)
pytest_bdd.exceptions.StepDefinitionNotFoundError: Step definition is not found: Given "there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration: storage type: POSIX mount point: /volumes/posix imported storage: true". Line 33 in scenario "User does not see files tree changes after disabling continuous scan option" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CSS/onedata-acceptance/tests/mixed/features/onepanel/storage_sync.feature
self = <FixtureRequest for <Function 'test_user_does_not_see_files_tree_changes_after_disabling_continuous_scan_option[1oz_1op_1oc-web GUI-REST]'>>
argname = 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'

    def _get_active_fixturedef(self, argname):
        try:
>           return self._fixture_defs[argname]
E           KeyError: 'pytestbdd_given_there is "new_storage" storage in "oneprovider-1" Oneprovider panel service used by user of onepanel with following configuration:\nstorage type: POSIX\nmount point: /volumes/posix\nimported storage: true'
(132 more lines...)