Skip to content

Conversation

kostis
Copy link
Collaborator

@kostis kostis commented May 18, 2021

There is also a place where a type error exists - @pablocostass please take a look

@pablocostass
Copy link
Contributor

pablocostass commented May 18, 2021

Yep, I don't remember at which point I wrongly mistyped samples, but the match clause from line 2202 to 2206 (in your PR) can be removed. We can always concatenate the samples since most of the time we do not have anything in there, and even if we do it should not be costly (they would not be really really long lists).

Otherwise, feel free to change the match in L2202 to

 {worker_msg, #pass{performed = PassedRcvd, samples = []}, From, Id} ->

@kostis
Copy link
Collaborator Author

kostis commented May 18, 2021

Let us discuss the issue a bit, once you have some time.

@kostis kostis merged commit 1daf130 into proper-testing:master May 18, 2021
@kostis kostis deleted the parallel-cleanup branch May 18, 2021 19:18
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

Successfully merging this pull request may close these issues.

2 participants