We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443b111 commit 6363251Copy full SHA for 6363251
1 file changed
controller/rpc/rpc_test.go
@@ -133,7 +133,6 @@ func TestGRPC_GetBackendStats(t *testing.T) {
133
t.Fatalf("Failed to get backend stats: %v", err)
134
}
135
log.Println(backStats)
136
- log.Println("uptime:", backStats.GetUptime())
137
138
139
func TestGRPC_GetOutboundsStats(t *testing.T) {
@@ -416,6 +415,7 @@ func TestGRPC_GetSystemStats(t *testing.T) {
416
415
log.Println("cpu_cores:", nodeStats.GetCpuCores())
417
log.Println("incoming_bandwidth:", nodeStats.GetIncomingBandwidthSpeed())
418
log.Println("outgoing_bandwidth:", nodeStats.GetOutgoingBandwidthSpeed())
+ log.Println("uptime:", nodeStats.GetUptime())
419
420
421
func TestGRPC_KeepAliveTimeout(t *testing.T) {
0 commit comments