|
Ran
|
Jobs
1
|
Files
305
|
Run time
66min
|
Badge
README BADGES
|
push
travis-ci
lua/fiber: Fix abort on malformed join input If I create a new fiber and the join to himself we get an abort: | tarantool> f = require('fiber') | --- | ... | | tarantool> f.join(f.self()) | tarantool: src/fiber.c:407: fiber_join: Assertion `fiber->flags & FIBER_IS_JOINABLE' failed. | Aborted (core dumped) we should better throw an error. (cherry picked from commit 404899d81)
3 of 3 new or added lines in 1 file covered. (100.0%)
41262 of 50119 relevant lines covered (82.33%)
828114.61 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 5 | 15584.5 (TARGET=coverage) | 0 |
82.33 |
Travis Job 15584.5 |