Skip to content

Commit 0a46432

Browse files
committed
Added logging.
1 parent bf13310 commit 0a46432

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
@@ -183,6 +183,7 @@ func (suite *SvcIntegrationTestSuite) TestSingleSvc() {
183183
// with due to other integration tests not always waiting for state-svc to have fully shut down before running the next test
184184
suite.Fail(fmt.Sprintf("spawning multiple state processes should only result in one more state-svc process at most, newCount: %d, oldCount: %d", newCount, oldCount))
185185
}
186+
suite.T().Log("oldCount:", oldCount, "newCount:", newCount)
186187

187188
// ts.Close() has logic to stop state-svc if ts.SvcExe exists.
188189
// It does this by invoking `state-svc stop`.

0 commit comments

Comments
 (0)