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

No HTML report is generated when using the parallel module #133

Open
unode opened this issue Feb 27, 2020 · 2 comments
Open

No HTML report is generated when using the parallel module #133

unode opened this issue Feb 27, 2020 · 2 comments

Comments

@unode
Copy link
Member

unode commented Feb 27, 2020

This can be seen when running for instance the parallel test with ngless --create-report -o report parallel.ngl.

The reason is that generating the final HTML report would require collect()ing reports for each sample. This final step doesn't currently happen, even if only one sample is present in the samplefile.

Since this report would require aggregating several samples, its format also needs to be different from the single sample one.

This can be one of the goals of GSoC 2020 - Improved reporting of results project idea.

@nairsajjal
Copy link
Contributor

@unode Yeah, this can be a potential fix, and a potential Goal, I would be looking into this issue asap, and communicate the further details.

@mettejoe
Copy link

Wouldn't it be a possibility to just generate one html file pr sample with the sample name in the name of the html file. That was what I was expecting to get when I was using --create report for a script using the parallel module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants