Closed wenovus closed 5 months ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
sysrib/zapi.go | 9 | 71.5% | ||
gnsi/pathz/pathz.go | 13 | 84.03% | ||
dataplane/saiserver/saiserver.go | 29 | 61.86% | ||
dataplane/saiserver/ports.go | 84 | 82.77% | ||
dataplane/saiserver/switch.go | 89 | 86.33% | ||
<!-- | Total: | 224 | --> |
Totals | |
---|---|
Change from base Build 9321685208: | 0.01% |
Covered Lines: | 18441 |
Relevant Lines: | 658042 |
this test is still failing on the presubmit
this test is still failing on the presubmit
Yeah I'm not sure what's going on, the test consistently passes locally. Will dig through the logs.
Currently it's failing because the
Await
check before theGet
wait for any prefix rather than the prefixGet
is looking for. This makes some of the checks fail intermittently when multiple prefixes are checked at the same time.