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

Applying tests with large protobuf schemas return a could not consolidate grpc file error #3090

Closed
danielbdias opened this issue Aug 22, 2023 · 0 comments · Fixed by #3091
Closed
Assignees
Labels
bug Something isn't working

Comments

@danielbdias
Copy link
Contributor

Describe the bug

When applying a test with a large protobuf file, we are receiving the following error: cannot preprocess Apply request: could not consolidate grpc file: cannot read protobuf file: could not read definition file.

To Reproduce

Steps to reproduce the behavior:

  1. Download OTel Demo and run make run-tracetesting
  2. After waiting for all tests to run, execute tracetest get test --id shipping-order > mytest.yaml
  3. Then try to apply this file without changes: tracetest apply test --file mytest.yaml
  4. The CLI will dump part of the test file and return two errors: cannot preprocess Apply request: could not consolidate grpc file: cannot read protobuf file: could not read definition file at the top and : file name too long at the bottom

Expected behavior

The test should be applied normally.

@danielbdias danielbdias added bug Something isn't working triage requires triage labels Aug 22, 2023
@danielbdias danielbdias self-assigned this Aug 22, 2023
@danielbdias danielbdias removed the triage requires triage label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant