Skip to content

Commit

Permalink
Logging to see address
Browse files Browse the repository at this point in the history
  • Loading branch information
chray-zhang committed Dec 4, 2024
1 parent b00e6ed commit e4b3dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/common/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ func (m *OCRv2TestState) ValidateRounds(rounds int, isSoak bool) error {

for start := time.Now(); time.Since(start) < m.Common.TestEnvDetails.TestDuration; {
m.TestConfig.L.Info().Msg(fmt.Sprintf("Elapsed time: %s, Round wait: %s ", time.Since(start), m.Common.TestEnvDetails.TestDuration))
m.TestConfig.L.Info().Msg(fmt.Sprintf("fetching Latest Transmission Details from: %s", contractAddress))
res, err2 := m.Clients.OCR2Client.LatestTransmissionDetails(ctx, contractAddress)
require.NoError(m.TestConfig.T, err2, "Failed to get latest transmission details")
// end condition: enough rounds have occurred
Expand Down

0 comments on commit e4b3dba

Please sign in to comment.