You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "Kolo7 (via GitHub)" <gi...@apache.org> on 2023/10/20 07:07:21 UTC

[I] [BUG] Execution of go test is blocked [pulsar-client-go]

Kolo7 opened a new issue, #1106:
URL: https://github.com/apache/pulsar-client-go/issues/1106

   #### Expected behavior
   
   > go test ./...
   
   Execute go test correctly, whether it passes or not.
   
   #### Actual behavior
   
   After executing go test, the command will not complete.
   
   ```
   (base) [root@iZt pulsar-client-go]# go mod download
   (base) [root@iZt pulsar-client-go]# go test ./...
   ?   	github.com/apache/pulsar-client-go/examples/consumer	[no test files]
   ?   	github.com/apache/pulsar-client-go/examples/consumer-listener	[no test files]
   ?   	github.com/apache/pulsar-client-go/examples/producer	[no test files]
   ?   	github.com/apache/pulsar-client-go/examples/reader	[no test files]
   ?   	github.com/apache/pulsar-client-go/integration-tests/pb	[no test files]
   ?   	github.com/apache/pulsar-client-go/oauth2/cache	[no test files]
   ?   	github.com/apache/pulsar-client-go/oauth2/clock	[no test files]
   ?   	github.com/apache/pulsar-client-go/oauth2/clock/testing	[no test files]
   ?   	github.com/apache/pulsar-client-go/oauth2/store	[no test files]
   ok  	github.com/apache/pulsar-client-go/oauth2	3.039s
   ?   	github.com/apache/pulsar-client-go/perf	[no test files]
   ?   	github.com/apache/pulsar-client-go/pulsar/internal/crypto	[no test files]
   ?   	github.com/apache/pulsar-client-go/pulsar/internal/pulsar_proto	[no test files]
   ?   	github.com/apache/pulsar-client-go/pulsar/log	[no test files]
   ?   	github.com/apache/pulsar-client-go/pulsaradmin	[no test files]
   ```
   
   It's a perpetual waiting game.
   
   #### Steps to reproduce
   
   Pull the repository code and run the command on the master branch.
   
   > go test ./...
   
   #### System configuration
   **Pulsar version**:  master or v0.11.0
   
   **go version**: go1.20.3 linux/amd64 or go1.20.6 darwin/arm64
   
   **OS**: macOS m2 or linux centOS7
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org