perl-CGI-Application-Plugin-RateLimit-1.0-10.fc21 fails to build sometimes due test: # Failed test at t/03complex.t line 121. # 'Content-Type: text/html; charset=ISO-8859-1 # # LOGIN' # doesn't match '(?^:TOO FAST FOR failed_login)' # Looks like you failed 1 test of 15. t/03complex.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed This happens under heavy load and it's caused by a race in the tests which do not check the elapsed test time is within limits set into tested application.
It still fails sometimes. Probably there is another race.
It still sometimes fails: # Failed test at t/03complex.t line 112. # 'Content-Type: text/html; charset=ISO-8859-1 # # ONE' # doesn't match '(?^:TOO FAST)' # Failed test at t/03complex.t line 131. # 'Content-Type: text/html; charset=ISO-8859-1 # # LOGIN' # doesn't match '(?^:TOO FAST FOR failed_login)' # Looks like you failed 2 tests of 15. t/03complex.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed
Fixed as perl-CGI-Application-Plugin-RateLimit-1.0-13.fc21 in F21.