forked from joshspicer/initcommand-example
-
Notifications
You must be signed in to change notification settings - Fork 8
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
PR for clone test #1
Open
dmgardiner25
wants to merge
35
commits into
master
Choose a base branch
from
devcontainer
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+156
−4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update run-me.sh
Note: Don't close! Used for testing scenario |
Print environment to file
…ntainer Add ~/.docker to the custom image
Add postAttachCommand to test gRPC call to run postAttach commands
… into devcontainer
Update for workspaceFolder support.
Pin to a working version of grpcio and grpcio-tools to prevent the following error. [X] Exit Code 1 -> docker exec CustomContainerTest-compute docker exec -u root e620d61c34a3 bash -c 'python3 /workspaces/cs-examples/grpc-client/client.py' stdout:: Starting client and sending request... stderr:: Traceback (most recent call last): File "/workspaces/cs-examples/grpc-client/client.py", line 10, in <module> response = stub.ExportLogsAsync(proto_pb2.ExportLogsRequest(), metadata=(('authorization','Bearer token'),)) File "/usr/local/lib/python3.8/dist-packages/grpc/_channel.py", line 1161, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/usr/local/lib/python3.8/dist-packages/grpc/_channel.py", line 1004, in _end_unary_response_blocking raise _InactiveRpcError(state) # pytype: disable=not-instantiable grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.INTERNAL details = "Received RST_STREAM with error code 1" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Received RST_STREAM with error code 1", grpc_status:13, created_time:"2023-08-11T00:25:34.808657353+00:00"}" >
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.