|
Ran
|
Jobs
1
|
Files
86
|
Run time
7s
|
Badge
README BADGES
|
push
travis-ci
coprocess_python: makes sure that PyBytesFromString releases memory. (#2895) Fix for #2894, similar to #1886: 1. Implemented bindings for `Py_IncRef`, `Py_DecRef` and `PyTuple_ClearFreeList` (could be potentially used). 2. Corrected `free` call in `PyBytesFromString`. 3. Added refcount handlers in `coprocess_python.go`. With this patch, GC object count looks better over time (using the middleware attached in #2894): ``` myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 myhook called 29509 ``` Under some scenarios, additional tweaks might be required (either on the plugin side or Tyk Python code side) to run the GC collection more often, etc. (cherry picked from commit 0f8d8813d)
10871 of 17842 relevant lines covered (60.93%)
148.92 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 2 | 8426.2 (LATEST_GO=true) | 0 |
60.93 |
Travis Job 8426.2 |