Skip to content

Commit

Permalink
test(spanner): add logs to debug the configName used for TestIntegrat…
Browse files Browse the repository at this point in the history
…ion_StartBackupOperation test (#5158)

* test(spanner): add logs to debug the configName used for TestIntegration_StartBackupOperation test

Co-authored-by: Rahul Yadav <irahul@google.com>
Co-authored-by: Hengfeng Li <hengfeng@google.com>
  • Loading branch information
3 people committed Nov 20, 2021
1 parent a93203f commit 37c240e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spanner/integration_test.go
Expand Up @@ -282,6 +282,7 @@ func initIntegrationTests() (cleanup func()) {
}
configName = config.Name
}
log.Printf("Running test by using the instance config: %s\n", configName)

// First clean up any old test instances before we start the actual testing
// as these might cause this test run to fail.
Expand Down

0 comments on commit 37c240e

Please sign in to comment.