Ran
|
Jobs
1
|
Files
270
|
Run time
46s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci-com
Cherry pick commits from master to judith (#331) * Changes to display objects modb objects in opflex-server via gbpinspect (#319) Signed-off-by: Gautam Venkataramanan <gautam.chennai@gmail.com> (cherry picked from commit a89a04a51) * Workaround to create SysStatUniverse due to DmtreeRoot message from gbp_server First message from gbp_server erases the init time "Uni" objects. For now, creating SSU if SSU is missing. Ideally we want to avoid getting the below message. Uni objects should be created during startup of opflex-server. gbp-server must be sending only Uni's child objects. [2020-Dec-19 02:52:28.171906] [debug] [server/GbpClient.cpp:72:JsonDump] [ { "subject": "DmtreeRoot", "uri": "/", "children": [ "/RelatorUniverse/", "/GbpeVMUniverse/", "/DomainConfig/", "/InvUniverse/", "/PolicyUniverse/" ] }, Signed-off-by: Gautam Venkataramanan <gautam.chennai@gmail.com> (cherry picked from commit a4c49c84f) * Fix stale entries seen after deletion of service during make check tests (#330) Issue was happening once every few runs. But then it became unreproducible due to the way threads were scheduled. Tried 25+ times with the fix and things look good. Description: - SNAT/DNAT flows will be programmed initially from higher prio Agent thread. - Low prio Svc Stats thread today programs the flows with stats cookies later on so that snat/dnat flows become eventually consistent to correlate stats. - In case svc gets deleted, then agent io thread will delete svc flows immediately. Since svc stats thread is low priority, it could be in the process of updating SNAT/DNAT flows after agent thread deleted SNAT/DNAT flows. This can lead to stale snat/dnat flow entries for that svc. - To avoid these stale entries, call programServiceSnatDnatFlows() for the deleted svc so that the stale entries (if any) can be cleared for this service. If there are no stale en... (continued)
22302 of 28248 relevant lines covered (78.95%)
3621.24 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 1827.1 (TEST_SUITE=travis-build.sh) | 270 |
78.95 |
Travis Job 1827.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|