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

improve projects/{project_id}/jobs/{job_id}/testruns performance (API and UI) #332

Open
andrejev opened this issue Jun 5, 2019 · 0 comments

Comments

@andrejev
Copy link

andrejev commented Jun 5, 2019

testruns api returns the test results with stderr and stdout traces in the case of error (which might be upto 100mb). In many case, we don't need these traces. It makes sense to define a new function which returns stderr and stdout for specific test case only and add an additional parameter (e.g traces=False) in the testruns to exclude traces from results. Huge size of testruns result also affects the UI performance.

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