Re: [Toaster] [PATCH 1/3] toaster/test: Bug-fix on TestProjectConfigTab::test_image_recipe_show_rows
Richard Purdie <[email protected]> Mon, 08 Jan 2024 13:32:51 +0000
| Newsgroups | org.yoctoproject.lists.toaster,org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <5461f08d3c4e37e49c775e26fac8784fbc4ffaf8.camel@linuxfoundation.org> |
Hi Alassane, On Fri, 2024-01-05 at 15:22 +0100, Alassane Yattara wrote: > Check some rows are visible in table instead of compare table row to > row_to_show, because recipe image table sometime doesn't display full ava= iblable > images >=20 > Signed-off-by: Alassane Yattara <[email protected]> > --- > lib/toaster/tests/functional/test_project_page_tab_config.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks, I've merged this series and run more tests. It is definitely improving, in the run of seven there was one failed build (4 tests): https://autobuilder.yoctoproject.org/typhoon/#/builders/161/builds/132/step= s/11/logs/stdio FAILED ../bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py::= TestNewCustomImagePage::test_new_duplicates_non_image_recipe FAILED ../bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py::= TestNewCustomImagePage::test_new_duplicates_other_project_image FAILED ../bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py::= TestNewCustomImagePage::test_new_duplicates_project_image FAILED ../bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py::= TestNewCustomImagePage::test_new_image and in a separate batch of 5 runs, there was also one failed build: https://autobuilder.yoctoproject.org/typhoon/#/builders/161/builds/124 FAILED ../bitbake/lib/toaster/tests/browser/test_builddashboard_page.py::Te= stBuildDashboardPage::test_criticals_show_as_errors which is much better than the previous failure rates. Cheers, Richard