|
Ran
|
Jobs
1
|
Files
476
|
Run time
12s
|
Badge
README BADGES
|
push
github
test: fix tarantool process teardown Test uses a popen module that starts tarantool process in background mode. Tarantool process started in background mode forks a new process and closes a parent, after that popen loses a PID of the started process and `ph:kill()` and `ph:terminate()` doesn't work anymore. It leads to non-terminated tarantool processes after running the test. Patch fixes that by running `kill` using os.execute with a PID of tarantool process written to a pid file. Follows up #6128 NO_CHANGELOG=fix test NO_DOC=fix test (cherry picked from commit 886862272)
62170 of 114050 branches covered (54.51%)
93147 of 108593 relevant lines covered (85.78%)
3013641.8 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 5473242027.1 | 0 |
85.78 |
GitHub Action Run |