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

1239 stream html report #206

Merged
merged 3 commits into from
Nov 21, 2018
Merged

1239 stream html report #206

merged 3 commits into from
Nov 21, 2018

Conversation

sriv
Copy link
Member

@sriv sriv commented Nov 20, 2018

accumulate chunks of result and build the report. getgauge/gauge#1239

@gaugebot gaugebot bot added the cla-signed label Nov 20, 2018
@sriv sriv added the ready label Nov 20, 2018
@BugDiver BugDiver self-assigned this Nov 21, 2018
for _, protoSpecRes := range psr.GetSpecResults() {
suiteResult.SpecResults = append(suiteResult.SpecResults, toSpec(protoSpecRes))
jobs <- protoSpecRes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might be wrong, but just thinking should we start the goroutines after writing to the jobs channel?

@gaugebot gaugebot bot added the ready label Nov 21, 2018
@BugDiver BugDiver merged commit fd0206e into master Nov 21, 2018
@BugDiver BugDiver deleted the 1239_stream_html_report branch November 21, 2018 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants