Skip to content

Commit 363402e

Browse files
committed
Add debug logging.
1 parent dee2062 commit 363402e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/state-svc/test/integration/svc_int_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ func (suite *SvcIntegrationTestSuite) TestSingleSvc() {
163163
time.Sleep(2 * time.Second) // allow for some time to stop the existing available process
164164

165165
oldCount := suite.GetNumStateSvcProcesses() // may be non-zero due to non-test state-svc processes (using different sock file)
166+
suite.T().Log("oldCount: ", oldCount)
166167
for i := 1; i <= 10; i++ {
167168
go ts.SpawnCmdWithOpts(ts.Exe, e2e.OptArgs("--version"))
168169
time.Sleep(100 * time.Millisecond) // do not spam CPU

0 commit comments

Comments
 (0)