action #63244
Updated by livdywan over 4 years ago
I used qa_automation/qa_run to schedule bash,bzip2,openssl,php5 testsuites. The job completed successfully but I could not open the test result from dashboard web page. I think it's because that php5 has more than 10000 test cases. openQA version: openQA-4.6.1581058621.9523164cd-2260.1.noarc in the /var/log/openqa ``` ... [2020-02-07T19:24:15.0620 CST] [debug] [pid:8897] Reading information from {"_source":"parser","display_title":"PHPTEST-tests-lang-foreachLoopObjects.001","num":12484,"result":"ok","text":"php5-1_php5-12484.txt","title":"PHPTEST-tests-lang-foreachLoopObjects.001"} [2020-02-07T19:24:15.0620 CST] [debug] [pid:8897] Reading information from {"_source":"parser","display_title":"PHPTEST-tests-lang-foreachLoopObjects.002","num":12485,"result":"ok","text":"php5-1_php5-12485.txt","title":"PHPTEST-tests-lang-foreachLoopObjects.002"} [2020-02-07T19:24:15.0620 CST] [debug] [pid:8897] Reading information from {"_source":"parser","display_title":"PHPTEST-tests-lang-foreachLoopObjects.003","num":12486,"result":"ok","text":"php5-1_php5-12486.txt","title":"PHPTEST-tests-lang-foreachLoopObjects.003"} [2020-02-07T19:24:15.0620 CST] [debug] [pid:8897] Reading information from {"_source":"parser","display_title":"PHPTEST-tests-lang-foreachLoopObjects.004","num":12487,"result":"ok","text":"php5-1_php5-12487.txt","title":"PHPTEST-tests-lang-foreachLoopObjects.004"} [2020-02-07T19:24:15.0620 CST] [debug] [pid:8897] Reading information from {"_source":"parser","display_title":"PHPTEST-tests-lang-foreachLoopObjects.005","num":12488,"result":"ok","text":"php5-1_php5-12488.txt","title":"PHPTEST-tests-lang-foreachLoopObjects.005"} [2020-02-07T19:24:15.0620 CST] [debug] [pid:8897] Reading information from {"_source":"parser","display_title":"PHPTEST-tests-lang-foreachLoopObjects.006","num":12489,"result":"ok","text":"php5-1_php5-12489.txt","title":"PHPTEST-tests-lang-foreachLoopObjects.006"} [2020-02-07T19:24:15.0620 CST] [debug] [pid:8897] Reading information from {"_source":"parser","display_title":"PHPTEST-tests-lang-foreach_with_object_001","num":12490,"result":"ok","text":"php5-1_php5-12490.txt","title":"PHPTEST-tests-lang-foreach_with_object_001"} [2020-02-07T19:24:15.0620 CST] [debug] [pid:8897] Reading information from {"_source":"parser","display_title":"PHPTEST-tests-lang-foreach_with_references_001","num":12491,"result":"ok","text":"php5-1_php5-12491.txt","title":"PHPTEST-tests-lang-foreach_with_references_001"} [2020-02-07T19:24:15.0621 CST] [debug] [pid:8897] Reading information from {"_source":"parser","display_title":"PHPTEST-tests-lang-func_get_arg.001","num":12492,"result":"ok","text":"php5-1_php5-12492.txt","title":"PHPTEST-tests-lang-func_get_arg.001"} [2020-02-07T19:24:15.0621 CST] [debug] [pid:8897] Reading information from {"_source":"p .... [2020-02-07T19:24:15.0661 CST] [debug] [79574130] Rendering template "test/result.html.ep" [2020-02-07T19:24:15.0666 CST] [debug] [79574130] Rendering template "layouts/info.html.ep" [2020-02-07T19:24:15.0668 CST] [debug] [79574130] Rendering template "test/infopanel.html.ep" [2020-02-07T19:24:15.0682 CST] [debug] [79574130] Rendering template "test/details.html.ep" [2020-02-07T19:24:15.0683 CST] [debug] [79574130] Rendering template "test/module_table.html.ep" [2020-02-07T19:24:15.0713 CST] [debug] [79574130] Rendering template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0724 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0733 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0741 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0749 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0757 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0765 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0773 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0781 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0789 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0797 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0805 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0812 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0820 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" [2020-02-07T19:24:15.0828 CST] [debug] [79574130] Rendering cached template "branding/openSUSE/external_reporting.html.ep" ``` ...