ZiyaoWei opened a new pull request #755:
URL: https://github.com/apache/pulsar-client-go/pull/755
### Motivation
Currently a few of the test topics aren't cleaned up after use, so if the
same test is ran twice topic creation would fail.
### Modifications
`defer` topic cleanup in unit tests.
### Verifying this change
- [ ] Make sure that the change passes the CI checks.
This change is already covered by existing tests. For example, before the
change,
`go test -timeout 5s -run ^TestHTTPTopicPartitions$
github.com/apache/pulsar-client-go/pulsar -count=2`
would fail, and now it would pass.
### Documentation
- Does this pull request introduce a new feature? no
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]