Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When running the TestDisconnected function of the otlp_integration_test.go file appears error #1951

Closed
hanyuancheung opened this issue May 27, 2021 · 4 comments
Labels
bug Something isn't working response needed Waiting on user input before progress can be made
Projects

Comments

@hanyuancheung
Copy link
Member

hanyuancheung commented May 27, 2021

Description

When running make test according to the CONTRIBUTING.md, I found something wrong with TestDisconnected function. The error message is that as newGRPCExporter() was called and then tracesDriver start a connection, it occurs WaitForStateChange error. But after I comment out the otlpgrpc.WithDialOption() used in newGRPCExporter function as a param, the test case could access normally. Please make sure if the otlpgrpc.WithDialOption() configuration should be there in this test function thx.

Environment

  • OS: MacOS X 10.15.7
  • Architecture: amd64
  • Go Version: Both 1.16.3 & 1.15.6
  • opentelemetry-go version: v0.19.0

Steps To Reproduce

  1. Clone the latest repo as the source code with https://github.com/open-telemetry/opentelemetry-go
  2. Run make test as CONTRIBUTING.md going
  3. See error with panic: test timed out, which is caused by TestDisconnected function in otlp_integration_test.go file

Expected behavior

It could be helpful if all of the test case can run successfully so that other guys could get started faster to contribute. Great honor~!

@dashpole
Copy link
Contributor

dashpole commented Jun 2, 2021

I am not able to reproduce this... Can anyone else?

@p0r7m
Copy link

p0r7m commented Jun 3, 2021

@zhyChesterCheung Test works perfectly fine for mentioned environment specification.

@MrAlias
Copy link
Contributor

MrAlias commented Jun 3, 2021

I am unable to reproduce.

$ uname -s -r -v -m -o    
Linux 5.12.3-arch1-1 #1 SMP PREEMPT Wed, 12 May 2021 17:54:18 +0000 x86_64 GNU/Linux

$ git rev-parse --verify HEAD                                          
aed458026f8171751eb415f37f2815629fcd0848

$ go version
go version go1.16.4 linux/amd64

$ make test > /dev/null; echo $?
0

@MrAlias MrAlias added the response needed Waiting on user input before progress can be made label Jun 3, 2021
@MrAlias MrAlias added this to Needs triage in Bugs via automation Jun 3, 2021
@Aneurysm9
Copy link
Member

The old OTLP exporter (and thus this test) was removed in #1990. Feel free to create a new issue if this error is reproducible with the new exporter implementation.

Bugs automation moved this from Needs triage to Closed Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working response needed Waiting on user input before progress can be made
Projects
Archived in project
Bugs
  
Closed
Development

No branches or pull requests

5 participants