Actions
action #55457
closedflaky test: t/api/11-bugs.t
Start date:
2019-08-13
Due date:
% Done:
100%
Estimated time:
Description
Observation¶
See https://travis-ci.org/os-autoinst/openQA/jobs/571252106#L1021 , failed 1/20 test runs:
# Failed test 'All reported bugs'
# at ./t/api/11-bugs.t line 90.
# got: '2'
# expected: '3'
# Looks like you failed 1 test of 31.
./t/api/11-bugs.t .........................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/31 subtests
Updated by okurz over 5 years ago
- Related to action #53858: flaky test: 25-cache-service.t added
Updated by okurz over 5 years ago
- Copied to action #55460: flaky test: t/33-developer_mode.t - not ok 308 - Wait for (?^:\"set_pause_on_screen_mismatch\":\"assert_screen\") timed out added
Updated by okurz over 5 years ago
- Related to action #37638: Flaky fullstack test: 'Test 3 is scheduled' at t/full-stack.t added
Updated by tinita over 5 years ago
I can reproduce this by doing a short sleep here:
select undef, undef, undef, 0.2;
$t->get_ok('/api/v1/bugs?created_since=500');
I suggest to change this line
t_created => time2str('%Y-%m-%d %H:%M:%S', time - 500, 'UTC')
to
t_created => time2str('%Y-%m-%d %H:%M:%S', time - 490, 'UTC')
Updated by tinita over 5 years ago
- Assignee set to tinita
- Difficulty set to easy
Updated by tinita over 5 years ago
Actions