Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #249 failed
Job: LUMA multiprovider tests failed
ownership of new file created on provider without luma is correctly mapped on storage with import: Test case result
The below summarizes the result of the test " ownership of new file created on provider without luma is correctly mapped on storage with import" in build 249 of Onedata Products - mixed acceptance pkg - LUMA multiprovider tests.
- Description
- ownership of new file created on provider without luma is correctly mapped on storage with import
- Test class
- mixed_oneclient.scenarios.test_luma_multiprovider
- Method
- test_ownership_of_new_file_created_on_provider_without_luma_is_correctly_mapped_on_storage_with_import
- Jira Issue
-
- Duration
- 1 sec
- Status
- Failed (Existing Failure)
Error Log
RuntimeError: Error when executing command "kubectl exec dev-oneclient-paris-6b66f954bb-prlj9 -- mkdir -p /mnt/oneclient/joe/krk-plirw-par-c/Landsat-5": mkdir: cannot create directory '/mnt/oneclient/joe/krk-plirw-par-c': Permission denied command terminated with exit code 1 ; request = <FixtureRequest for <Function 'test_ownership_of_new_file_created_on_provider_without_luma_is_correctly_mapped_on_storage_with_import'>> > ??? tests/mixed_oneclient/scenarios/test_luma_multiprovider.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) tests/mixed_oneclient/steps/oneclient/common.py:51: in create_file do_mkdir(parent_path, pod_name) tests/utils/oneclient_utils.py:36: in do_mkdir execute_command(EXEC_CMD + [pod_name, '--'] + cmd) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cmd = ['kubectl', 'exec', 'dev-oneclient-paris-6b66f954bb-prlj9', '--', 'mkdir', '-p', ...] error = None, should_fail = False def execute_command(cmd, error=None, should_fail=False): process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) output, err = process.communicate() if (process.returncode != 0) ^ should_fail: raise RuntimeError('{}: {}; {}'.format(error, err, output) if error else 'Command did not fail: {}, Err: {}, Output: {}' .format(' '.join(cmd), err, output) if should_fail else 'Error when executing command ' > '"{}": {}; {}'.format(' '.join(cmd), err, output)) E RuntimeError: Error when executing command "kubectl exec dev-oneclient-paris-6b66f954bb-prlj9 -- mkdir -p /mnt/oneclient/joe/krk-plirw-par-c/Landsat-5": mkdir: cannot create directory '/mnt/oneclient/joe/krk-plirw-par-c': Permission denied E command terminated with exit code 1 E ; tests/utils/acceptance_utils.py:70: RuntimeError