GUI acceptance tests using environment deployed from packages.

Build: #2848 failed Child of ODSRV-OPRPM-2521

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Test results

  • 861 tests in total
  • 1 test failed
  • 1 failure is new
  • 16 tests were quarantined / skipped
  • 1101 minutes taken in total.
New test failures 1
Status Test View job Duration
Collapse Failed test_oneprovider_data_tab_files test_user_sees_100_files_from_200_uploaded_at_the_beginning_without_refresh_after_100_of_them_were_deleted_in_another_window[1oz_1op_deployed]
Oneprovider data tab files 7 mins
AssertionError: There are 199 files in file browser when should be 200, file list:['file1.txt', 'file10.txt', 'file100.txt', 'file101.txt', 'file102.txt', 'file103.txt', 'file104.txt', 'file105.txt', 'file106.txt', 'file107.txt', 'file108.txt', 'file109.txt', 'file11.txt', 'file110.txt', 'file111.txt', 'file112.txt', 'file113.txt', 'file114.txt', 'file115.txt', 'file116.txt', 'file117.txt', 'file118.txt', 'file119.txt', 'file12.txt', 'file120.txt', 'file121.txt', 'file122.txt', 'file123.txt', 'file124.txt', 'file125.txt', 'file126.txt', 'file127.txt', 'file128.txt', 'file129.txt', 'file13.txt', 'file130.txt', 'file131.txt', 'file132.txt', 'file133.txt', 'file134.txt', 'file135.txt', 'file136.txt', 'file137.txt', 'file138.txt', 'file139.txt', 'file14.txt', 'file140.txt', 'file141.txt', 'file142.txt', 'file143.txt', 'file144.txt', 'file145.txt', 'file146.txt', 'file147.txt', 'file148.txt', 'file149.txt', 'file15.txt', 'file150.txt', 'file151.txt', 'file152.txt', 'file153.txt', 'file154.txt', 'file155.txt', 'file156.txt', 'file157.txt', 'file158.txt', 'file159.txt', 'file16.txt', 'file160.txt', 'file161.txt', 'file162.txt', 'file163.txt', 'file164.txt', 'file165.txt', 'file166.txt', 'file167.txt', 'file168.txt', 'file169.txt', 'file17.txt', 'file170.txt', 'file171.txt', 'file172.txt', 'file173.txt', 'file174.txt', 'file175.txt', 'file176.txt', 'file177.txt', 'file178.txt', 'file179.txt', 'file18.txt', 'file180.txt', 'file181.txt', 'file182.txt', 'file183.txt', 'file184.txt', 'file185.txt', 'file186.txt', 'file187.txt', 'file188.txt', 'file189.txt', 'file19.txt', 'file190.txt', 'file191.txt', 'file192.txt', 'file193.txt', 'file194.txt', 'file195.txt', 'file196.txt', 'file197.txt', 'file198.txt', 'file199.txt', 'file2.txt', 'file20.txt', 'file21.txt', 'file22.txt', 'file23.txt', 'file24.txt', 'file25.txt', 'file26.txt', 'file27.txt', 'file28.txt', 'file29.txt', 'file3.txt', 'file30.txt', 'file31.txt', 'file32.txt', 'file33.txt', 'file34.txt', 'file35.txt', 'file36.txt', 'file37.txt', 'file38.txt', 'file39.txt', 'file4.txt', 'file40.txt', 'file41.txt', 'file42.txt', 'file43.txt', 'file44.txt', 'file45.txt', 'file46.txt', 'file47.txt', 'file48.txt', 'file49.txt', 'file5.txt', 'file50.txt', 'file51.txt', 'file52.txt', 'file53.txt', 'file54.txt', 'file55.txt', 'file56.txt', 'file57.txt', 'file58.txt', 'file59.txt', 'file6.txt', 'file60.txt', 'file61.txt', 'file62.txt', 'file63.txt', 'file64.txt', 'file65.txt', 'file66.txt', 'file67.txt', 'file68.txt', 'file69.txt', 'file7.txt', 'file70.txt', 'file71.txt', 'file72.txt', 'file73.txt', 'file74.txt', 'file75.txt', 'file76.txt', 'file77.txt', 'file78.txt', 'file79.txt', 'file8.txt', 'file80.txt', 'file81.txt', 'file82.txt', 'file83.txt', 'file84.txt', 'file85.txt', 'file86.txt', 'file87.txt', 'file88.txt', 'file89.txt', 'file9.txt', 'file90.txt', 'file91.txt', 'file92.txt', 'file93.txt', 'file94.txt', 'file95.txt', 'file96.txt', 'file97.txt', 'file98.txt', 'file99.txt']
request = <FixtureRequest for <Function 'test_user_sees_100_files_from_200_uploaded_at_the_beginning_without_refresh_after_100_of_them_were_deleted_in_another_window[1oz_1op_deployed]'>>

    @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: 
(47 more lines...)
Quarantined tests 16
Status Test Failing since Quarantined by View job Duration
Collapse Failed test_atm_stores_basic test_all_workflows_from_automationexamples_are_used_in_acceptance_tests[1oz_1op_openfaas]
Failing since build #2844 (Child of ODSRV-OPRPM-2518) Not quarantined Atm stores basic < 1 sec
AssertionError: there are workflows not included in tests: {'substitute-placeholders-example'}
request = <FixtureRequest for <Function 'test_all_workflows_from_automationexamples_are_used_in_acceptance_tests[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: 
(25 more lines...)
Successful test_atm_workflows_status test_user_resume_workflow_execution_after_pausing_execution_of_created_workflow_while_lane_had_preparing_status[1oz_1op_openfaas]
Łukasz Opioła Łukasz Opioła
Atm workflows status 2 mins
Successful test_automation_bagit test_user_sees_successful_execution_of_uploaded_bagituploader_workflow_and_input_file_bagit_archive_unpacktar[1oz_1op_openfaas]
Failing since build #2847 (Child of ODSRV-OZP-2013) Wojciech Szmelich Wojciech Szmelich
Atm BagIt 9 mins
Successful test_automation_examples_workflows_tests test_user_checks_time_series_charts_and_results_store_content_after_execution_of_uploaded_workflow_name_workflow[1oz_1op_openfaas-calculate-checksums-rest]
Katarzyna Such Katarzyna Such
automation-examples workflows 5 mins
Successful test_multiprovider_basic test_user_sees_file_is_not_visible_after_its_upload_has_been_canceled[1oz_2op_deployed]
Agnieszka Warchol Agnieszka Warchol
Multiprovider basic 3 mins
Collapse Failed test_oneprovider_archives test_user_selects_desirable_columns_to_be_visible_and_can_see_only_them_in_archive_browser[1oz_1op_deployed-["State", "Creator"]]
Failing since build #2826 (Child of ODSRV-OPRPM-2508) Not quarantined Oneprovider archives 1 min
AssertionError: there is different number of columns visible: 0 than expected: 2, in archive browser
request = <FixtureRequest for <Function 'test_user_selects_desirable_columns_to_be_visible_and_can_see_only_them_in_archive_browser[1oz_1op_deployed-["State", "Creator"]]'>>

    @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: 
(34 more lines...)
Successful test_oneprovider_archives_recall test_user_sees_that_recall_has_been_cancelled_after_cancelling_it[1oz_2op_slow_file_operations]
Katarzyna Such Katarzyna Such
Oneprovider archives recall 2 mins
Successful test_oneprovider_data_tab test_user_jumps_to_the_end_of_the_list_after_writing_zzz_to_jump_input[1oz_1op_deployed]
Łukasz Opioła Łukasz Opioła
Oneprovider data tab 25 secs
Collapse Failed test_oneprovider_data_tab test_user_selects_desirable_columns_to_be_visible_and_can_see_only_them_in_file_browser[1oz_1op_deployed-["Size", "Owner"]]
Failing since build #2826 (Child of ODSRV-OPRPM-2508) Not quarantined Oneprovider data tab 1 min
AssertionError: there is different number of columns visible: 0 than expected: 2, in file browser
request = <FixtureRequest for <Function 'test_user_selects_desirable_columns_to_be_visible_and_can_see_only_them_in_file_browser[1oz_1op_deployed-["Size", "Owner"]]'>>

    @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: 
(34 more lines...)
Successful test_oneprovider_data_tab test_user_successfully_jumps_to_a_previously_nonvisible_file_after_writing_its_name_prefix_to_jump_input[1oz_1op_deployed]
Łukasz Opioła Łukasz Opioła
Oneprovider data tab 25 secs
Collapse Failed test_oneprovider_datasets test_user_selects_desirable_columns_to_be_visible_and_can_see_only_them_in_dataset_browser[1oz_1op_deployed-["Archives"]]
Failing since build #2826 (Child of ODSRV-OPRPM-2508) Not quarantined Oneprovider datasets 1 min
AssertionError: there is different number of columns visible: 0 than expected: 1, in dataset browser
request = <FixtureRequest for <Function 'test_user_selects_desirable_columns_to_be_visible_and_can_see_only_them_in_dataset_browser[1oz_1op_deployed-["Archives"]]'>>

    @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: 
(34 more lines...)
Successful test_oneprovider_transfers_files test_user_tries_to_migrate_file_to_too_small_space_on_remote_provider[1oz_2op_deployed]
Agnieszka Warchol Agnieszka Warchol
Transfers files 51 secs
Successful test_oneprovider_transfers_files test_user_tries_to_replicate_file_to_too_small_space_on_remote_provider[1oz_2op_deployed]
Agnieszka Warchol Agnieszka Warchol
Transfers files 47 secs
Collapse Failed test_onezone_automation test_each_lambda_dump_from_automationexamples_remains_the_same_after_uploading_and_downloading_it_from_automation_inventory[1oz_1op_deployed]
Failing since build #2844 (Child of ODSRV-OPRPM-2518) Not quarantined Onezone automations 5 mins
RuntimeError: no "1" found in Lambda in LambdasPage in AutomationPage in Onezone page
request = <FixtureRequest for <Function 'test_each_lambda_dump_from_automationexamples_remains_the_same_after_uploading_and_downloading_it_from_automation_inventory[1oz_1op_deployed]'>>

    @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: 
(45 more lines...)
Successful test_onezone_harvesters_effective_privileges test_user_sees_that_group_effective_privileges_are_the_sum_of_its_direct_parent_direct_privileges_and_its_direct_privileges[1oz_1op_elasticsearch]
Wojciech Szmelich Wojciech Szmelich
Onezone harvesters effective privileges 3 mins
Collapse Failed test_shares_basic test_user_selects_desirable_columns_to_be_visible_and_can_see_only_them_in_files_table[1oz_1op_deployed-["Size", "Modified"]]
Failing since build #2826 (Child of ODSRV-OPRPM-2508) Not quarantined Shares basic 1 min
AssertionError: there is different number of columns visible: 0 than expected: 2, in file browser
request = <FixtureRequest for <Function 'test_user_selects_desirable_columns_to_be_visible_and_can_see_only_them_in_files_table[1oz_1op_deployed-["Size", "Modified"]]'>>

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