Ran
|
Jobs
1
|
Files
122
|
Run time
55s
|
Badge
Embed ▾
README BADGES
|
travis-ci
Fix double-check of task list Since commit 12a76fee3, we had a potential bug on the event mechanism: It introduced (besides the checkTasks method itself) a second run of the checkTasks() method. In the second run, however, scheduled events were not taken into consideration in how long to wait for input events afterwards. So when the after the first run of checkTasks() there were new scheduled tasks added to the task queue, they were not properly scheduled and and depended on an already existing scheduled event or an input event to trigger. This might have led to unexpected order of execution (though the order is not guaranteed by the task scheduling anyway!) or to events triggering not at all until the next input event.
5892 of 11911 relevant lines covered (49.47%)
63.48 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 804.1 (EMULATE_READER=1 USE_NO_CCACHE=1) | 122 |
49.47 |
Travis Job 804.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|