|
Ran
|
Jobs
1
|
Files
38
|
Run time
1min
|
Badge
README BADGES
|
github
system_base_test: run TestGNMIClient for defined path In PR #2855 the commit https://github.com/openconfig/featureprofiles/commit/87f3397bc made a change to the path being requested when the connection is being tested. Previously an empty GetRequest was being sent, which meant that the GetResponse would also be empty. This was changed so that now the test is requesting the root node. However, its possible that the GetResponse for the root node is larger than the maximum response size for which the client is configured (i.e. the gRPC default max response size of 4MiB) To get around this we should run the request to a defined path so that we are guaranteed a small response. The response is ignored anyway, so it doesnt matter what path we request here. The /system/config/hostname is used as this path is used in other featureprofile tests (e.g. feature/system/tests/system_base_test/hostname_test.go), so all vendors should have support for it.
1983 of 3588 relevant lines covered (55.27%)
0.63 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 12582611510.1 | 38 |
55.27 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|