Project

General

Profile

action #179296

Updated by ybonatakis 7 days ago

# Problem 
 https://github.com/os-autoinst/openQA/issues/6309 

 Seems that the number of builds shows the first x builds when grouping by group. 
 That leaves out recent builds from other groups.  

 # Expected 
 Instead the limit_builds should be divided among the groups in the page 

 I think the relevant function is `compute_build_results` in Buildresults.pm 
 Maybe the problem is the hash %search_opts is using the $row_limit despite the amount of builds!!

Back