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

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

Test results

  • 547 tests in total
  • 18 tests failed
  • 28 tests were quarantined / skipped
  • 483 minutes taken in total.
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...)
Quarantined tests 28
Status Test Failing since Quarantined by View job Duration
Collapse Failed test_spaces_basic test_user_fails_to_add_metadata_to_the_archives_root_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 21 secs
Exception: Json metadata added to archives root dir, but adding should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_add_metadata_to_the_archives_root_directory[1oz_1op_1oc]'>>

    @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: 
(28 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_add_metadata_to_the_share_root_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 23 secs
AssertionError
user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537a7fd910>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537a7fd940>, 'user1': <tests.utils.user_utils.User object at 0x7f537a807c70>, ...}
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '00000000008424297368617265477569642373706163655F326331346233613430613033623363616132633365383038643335663065303363683...6333653830386433356630653033636835393965233430626536613133623566343562656466393665633234653266393339396635636862623030'
expression = '{"id": 1}'
err_msg = 'Json metadata added to share root dir, but adding should have failed'
(540 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_add_metadata_to_the_trash_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 22 secs
AssertionError
user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537ad532e0>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537ad53310>, 'user1': <tests.utils.user_utils.User object at 0x7f537ad53070>, ...}
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '000000000058F675677569642374726173685F3131303064353166353039366364346633643164346137656637633631666465636864346130233131303064353166353039366364346633643164346137656637633631666465636864346130'
expression = '{"id": 1}'
err_msg = 'Json metadata added to trash dir, but adding should have failed'
(540 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_add_metadata_to_the_user_root_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 20 secs
Exception: Json metadata added to user root dir, but adding should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_add_metadata_to_the_user_root_directory[1oz_1op_1oc]'>>

    @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: 
(28 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_add_qos_requirement_to_the_archives_root_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 21 secs
Exception: Qos requirement added to archives root dir, but adding should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_add_qos_requirement_to_the_archives_root_directory[1oz_1op_1oc]'>>

    @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: 
(29 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_add_qos_requirement_to_the_share_root_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 23 secs
AssertionError
user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537a976850>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537a976880>, 'user1': <tests.utils.user_utils.User object at 0x7f537a992910>, ...}
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '000000000084E9007368617265477569642373706163655F643132346362336437373664303265356137636430663039656130643866373763683...6364306630396561306438663737636836376166233233633263386266646338393966656538653938323937363064616534373365636863633361'
expression = 'geo=PL'
err_msg = 'Qos requirement added to share root dir, but adding should have failed'
(523 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_add_qos_requirement_to_the_trash_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 21 secs
AssertionError
user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537ad20340>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537ad063a0>, 'user1': <tests.utils.user_utils.User object at 0x7f537ad06d90>, ...}
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '0000000000583805677569642374726173685F3166313861373537353964373839613462316533343231663162363264663333636861333532233166313861373537353964373839613462316533343231663162363264663333636861333532'
expression = 'geo=PL'
err_msg = 'Qos requirement added to trash dir, but adding should have failed'
(523 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_add_qos_requirement_to_the_user_root_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 20 secs
Exception: Qos requirement added to user root dir, but adding should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_add_qos_requirement_to_the_user_root_directory[1oz_1op_1oc]'>>

    @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: 
(29 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_create_file_in_the_archives_root_directory[1oz_1op_1oc-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 20 secs
Exception: File created in archives root dir, but creation should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_create_file_in_the_archives_root_directory[1oz_1op_1oc-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: 
(31 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_create_file_in_the_archives_root_directory[1oz_1op_1oc-oneclient1]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 24 secs
Exception: File created in archives root dir, but creation should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_create_file_in_the_archives_root_directory[1oz_1op_1oc-oneclient1]'>>

    @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: 
(39 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_create_file_in_the_share_root_directory[1oz_1op_1oc-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 23 secs
AssertionError: Unexpected error occurred [400] Bad Request: {"error":{"id":"notSupported","description":"This operation is not supported."}}
client = 'rest'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537a950100>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537a9508b0>, 'user1': <tests.utils.user_utils.User object at 0x7f537a950250>, ...}
user = 'user1'
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '0000000000847EFE7368617265477569642373706163655F376661396235376237346533316637346165323432383733303166343636343263683...3234323837333031663436363432636833643663233765383539383265333436323432633331323733333633633964306164396439636862383963'
file_name = 'some_name.txt'
(144 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_create_file_in_the_trash_directory[1oz_1op_1oc-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 21 secs
Exception: File created in trash dir, but creation should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_create_file_in_the_trash_directory[1oz_1op_1oc-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: 
(31 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_create_file_in_the_trash_directory[1oz_1op_1oc-oneclient1]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 24 secs
Exception: File created in trash dir, but creation should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_create_file_in_the_trash_directory[1oz_1op_1oc-oneclient1]'>>

    @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: 
(39 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_create_file_in_the_user_root_directory[1oz_1op_1oc-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 19 secs
Exception: File created in user root dir, but creation should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_create_file_in_the_user_root_directory[1oz_1op_1oc-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: 
(31 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_create_file_in_the_user_root_directory[1oz_1op_1oc-oneclient1]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 23 secs
Exception: File created in user root dir, but creation should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_create_file_in_the_user_root_directory[1oz_1op_1oc-oneclient1]'>>

    @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: 
(39 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_establish_dataset_on_the_archives_root_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 21 secs
Exception: Established dataset on archives root dir, but establishing should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_establish_dataset_on_the_archives_root_directory[1oz_1op_1oc]'>>

    @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: 
(27 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_establish_dataset_on_the_share_root_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 23 secs
AssertionError
user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537a84aac0>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537a84aaf0>, 'user1': <tests.utils.user_utils.User object at 0x7f537a844340>, ...}
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '000000000084079D7368617265477569642373706163655F353134653130313663316533316165613966633366326562393736346639636563683...6333663265623937363466396365636838313830233764386432623961373262393531626464636138636262663538356363653130636832626162'
err_msg = 'Established dataset on share root dir, but establishing should have failed'

(520 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_establish_dataset_on_the_trash_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 21 secs
Exception: Established dataset on trash dir, but establishing should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_establish_dataset_on_the_trash_directory[1oz_1op_1oc]'>>

    @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: 
(27 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_establish_dataset_on_the_user_root_directory[1oz_1op_1oc]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 20 secs
Exception: Established dataset on user root dir, but establishing should have failed
request = <FixtureRequest for <Function 'test_user_fails_to_establish_dataset_on_the_user_root_directory[1oz_1op_1oc]'>>

    @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: 
(27 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_move_the_archives_root_directory[1oz_1op_1oc-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 21 secs
AssertionError: Unexpected error occurred [400] Bad Request: {"error":{"id":"posix","details":{"errno":"enoent"},"description":"Operation failed with POSIX error: enoent."}}
client = <tests.gui.utils.oneservices.cdmi.CDMIClient object at 0x7f537af40bb0>
user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537af3b3d0>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537b01c610>, 'user1': <tests.utils.user_utils.User object at 0x7f537b01c1f0>, ...}
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '00000000006083AA677569642361726368697665735F726F6F745F6561353235383634393835666364373835386365333564363933343264366237636832396633236561353235383634393835666364373835386365333564363933343264366237636832396633'
cdmi = <class 'tests.gui.utils.oneservices.cdmi.CDMIClient'>
(120 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_move_the_share_root_directory[1oz_1op_1oc-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 22 secs
AssertionError: Unexpected error occurred [400] Bad Request: {"error":{"id":"posix","details":{"errno":"enoent"},"description":"Operation failed with POSIX error: enoent."}}
client = <tests.gui.utils.oneservices.cdmi.CDMIClient object at 0x7f537aa04790>
user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537aa9ba60>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537aa9b940>, 'user1': <tests.utils.user_utils.User object at 0x7f537a9344f0>, ...}
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '00000000008475097368617265477569642373706163655F643638303036626336636333326434643939333638663033323331386632343263683...3336386630333233313866323432636834633430236465366233626635616633363233373031393965626262333062323332363761636839663764'
cdmi = <class 'tests.gui.utils.oneservices.cdmi.CDMIClient'>
(120 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_move_the_share_root_directory[1oz_1op_1oc-oneclient1]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 25 secs
_get_exception_class.<locals>.Derived: [Errno 36] File name too long: '/tmp/onedata/mnt/new_name/.__onedata__file_id__000000000084FEEC7368617265477569642373706163655F6433646430346463373239643839376232383732646437623031633334323361636831656561236433646430346463373239643839376232383732646437623031633334323361636831656561233934353262336337626135386436316436613061633961396562633531356235636865366137' -> None  ========= Remote Traceback (1) ========= Traceback (most recent call last):   File "/usr/lib/python3.8/shutil.py", line 791, in move     os.rename(src, real_dst) OSError: [Errno 18] Invalid cross-device link: '/tmp/onedata/mnt/xmwl2hj2agbndrb2/.__onedata__file_id__000000000084FEEC7368617265477569642373706163655F6433646430346463373239643839376232383732646437623031633334323361636831656561236433646430346463373239643839376232383732646437623031633334323361636831656561233934353262336337626135386436316436613061633961396562633531356235636865366137' -> '/tmp/onedata/mnt/new_name/.__onedata__file_id__000000000084FEEC7368617265477569642373706163655F6433646430346463373239643839376232383732646437623031633334323361636831656561236433646430346463373239643839376232383732646437623031633334323361636831656561233934353262336337626135386436316436613061633961396562633531356235636865366137'  During handling of the above exception, another exception occurred:  Traceback (most recent call last):   File "/usr/local/lib/python3.8/dist-packages/rpyc/core/protocol.py", line 324, in _dispatch_request     res = self._HANDLERS[handler](self, *args)   File "/usr/local/lib/python3.8/dist-packages/rpyc/core/protocol.py", line 592, in _handle_call     return obj(*args, **dict(kwargs))   File "/usr/lib/python3.8/shutil.py", line 807, in move     copytree(src, real_dst, copy_function=copy_function,   File "/usr/lib/python3.8/shutil.py", line 557, in copytree     return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,   File "/usr/lib/python3.8/shutil.py", line 458, in _copytree     os.makedirs(dst, exist_ok=dirs_exist_ok)   File "/usr/lib/python3.8/os.py", line 223, in makedirs     mkdir(name, mode) OSError: [Errno 36] File name too long: '/tmp/onedata/mnt/new_name/.__onedata__file_id__000000000084FEEC7368617265477569642373706163655F6433646430346463373239643839376232383732646437623031633334323361636831656561236433646430346463373239643839376232383732646437623031633334323361636831656561233934353262336337626135386436316436613061633961396562633531356235636865366137'
request = <FixtureRequest for <Function 'test_user_fails_to_move_the_share_root_directory[1oz_1op_1oc-oneclient1]'>>

    @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: 
(62 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_move_the_trash_directory[1oz_1op_1oc-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 21 secs
AssertionError: Unexpected error occurred [400] Bad Request: {"error":{"id":"posix","details":{"errno":"enoent"},"description":"Operation failed with POSIX error: enoent."}}
client = <tests.gui.utils.oneservices.cdmi.CDMIClient object at 0x7f537adb5430>
user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537af45730>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537aeaf310>, 'user1': <tests.utils.user_utils.User object at 0x7f537aed4a00>, ...}
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '000000000058F3A2677569642374726173685F6662363331623036633163333137326662363031393862316435353762336434636837343465236662363331623036633163333137326662363031393862316435353762336434636837343465'
cdmi = <class 'tests.gui.utils.oneservices.cdmi.CDMIClient'>
(120 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_move_the_user_root_directory[1oz_1op_1oc-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 19 secs
AssertionError: Unexpected error occurred [400] Bad Request: {"error":{"id":"posix","details":{"errno":"enoent"},"description":"Operation failed with POSIX error: enoent."}}
client = <tests.gui.utils.oneservices.cdmi.CDMIClient object at 0x7f537b3b81c0>
user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537b3af6a0>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537afb2970>, 'user1': <tests.utils.user_utils.User object at 0x7f537b405a30>, ...}
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '000000000058FFFB677569642373706163655F3664623634663266353766316337363238636533343065646536356137343662636839393932233664623634663266353766316337363238636533343065646536356137343662636839393932'
cdmi = <class 'tests.gui.utils.oneservices.cdmi.CDMIClient'>
(120 more lines...)
Collapse Failed test_spaces_basic test_user_fails_to_remove_the_share_root_directory[1oz_1op_1oc-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Spaces basic 22 secs
AssertionError: Unexpected error occurred (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'access-control-allow-origin': '*', 'content-length': '80', 'content-type': 'application/json', 'date': 'Fri, 23 Aug 2024 21:37:04 GMT', 'server': 'Cowboy'}) HTTP response body: {"error":{"id":"notSupported","description":"This operation is not supported."}}
client = 'rest'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f537aaf4d60>, 'admin2': <tests.utils.user_utils.User object a...s.user_utils.AdminUser object at 0x7f537aaf4e80>, 'user1': <tests.utils.user_utils.User object at 0x7f537ac6a3d0>, ...}
user = 'user1'
hosts = {'oneclient-1': {'container-id': '2b0761d4d75cf39e680c9c458ed6f371fb1dc689ab9a50b20feaf86bafba2140', 'ip': '10.244.147...bd97bc77bf3f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.147.81', 'name': 'dev-onezone', ...}}
host = 'oneprovider-1'
dir_id = '000000000084F5887368617265477569642373706163655F633563356633323964636236363838363962323561653434643961306532643763683...3235616534346439613065326437636839613461236638313536373763653633353537363238333834663938353463396265376534636837623636'
err_msg = 'share root dir was deleted!'
(529 more lines...)
Successful test_spaces_basic test_user_of_client2_fails_to_modify_privileges_of_space_after_joining_to_it_from_invitation_generated_by_user_of_client1[1oz_1op_1oc-REST-web GUI]
Wojciech Szmelich Wojciech Szmelich
Spaces basic 1 min
Collapse Failed test_storage_sync test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_enable_delete_detection_option[1oz_1op_1oc-web GUI-REST]
Failing since build #3212 (Child of ODSRV-OZP-2034) Wojciech Szmelich Wojciech Szmelich
Storage sync 27 secs
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-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...)
Collapse Failed test_workflows_with_input_files test_user_sees_successful_execution_of_all_workflows_from_automationexamples_with_their_example_input_files[1oz_1op_openfaas]
Failing since build #3176 (Child of ODSRV-OZP-2018) Wojciech Szmelich Wojciech Szmelich
Workflows with input files 24 mins
RuntimeError: workflows [{'bagit-uploader': 'bagit_archive_5GBfile.zip'}] are in ongoing state
request = <FixtureRequest for <Function 'test_user_sees_successful_execution_of_all_workflows_from_automationexamples_with_their_example_input_files[1oz_1op_openfaas]'>>

    @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: 
(36 more lines...)