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

Reduce std. output verbosity on PARAMAETRIC scenarios #3640

Open
OmerRaviv opened this issue Dec 6, 2024 · 0 comments
Open

Reduce std. output verbosity on PARAMAETRIC scenarios #3640

OmerRaviv opened this issue Dec 6, 2024 · 0 comments

Comments

@OmerRaviv
Copy link
Contributor

At the moment, when running a PARAMETRIC test locally, my console log output becomes completely filled with noise (which seems to include a lot of things, for example, the std. output of the weblog, which for Java, means the logs of the tracers is included).

This creates a bad user experience, because I have to do a ton of scrolling to figure out if my test even failed and if so why.

I think it would be better if I could immediately see the failure, and if there is a failure, it could then direct me to the files in the logs_* folders I could look at to see the relevant things (request/response bodies, tracer logs, etc).

I realize that this may be suboptimal for the CI use case, where the user would be forced to download the logs_* folder as an artifact to debug the issue. I can offer a few possible solutions for that problem:

  • Have different behavior between running locally and CI, where in CI it would still flood the std. output
  • Provide instructions on how to download the logs_ folder for failed tests from CI
  • Change the behavior in both CI and locally so that all the logs will be written to Datadog by default, and that would become the default way of investigating failures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant