gRPC interop: service_account_creds test fails
- Dominant language
- Scala
- Stars
- 5.3k
- Forks
- 494
- PR merge metrics
- No merged PRs in 30d
Description
```Jan 05, 2017 8:48:34 PM io.grpc.internal.ManagedChannelImpl
INFO: [io.grpc.internal.ManagedChannelImpl-1] Created with target directaddress:///proxy-test-4b/10.240.0.10:
4141
Running test service_account_creds
Jan 05, 2017 8:48:34 PM io.grpc.internal.ManagedChannelImpl maybeTerminateChannel
INFO: [io.grpc.internal.ManagedChannelImpl-1] Terminated
Exception in thread "main" java.lang.NullPointerException
at java.io.File.(File.java:277)
at io.grpc.testing.integration.TestServiceClient.runTest(TestServiceClient.java:240)
at io.grpc.testing.integration.TestServiceClient.run(TestServiceClient.java:200)
at io.grpc.testing.integration.TestServiceClient.main(TestServiceClient.java:84)
Shutting down```
Contributor guide
Research direction
Start with the service_account_creds interop test and inspect TestServiceClient.java around runTest at line 240, where the stack trace reports the failure. Run the test to reproduce the NullPointerException and identify the missing file value; done means the test completes without that exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, java
- Domain
- api, testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100