<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 6, 2021 at 11:14 PM Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2/6/21 3:09 PM, enh via Toybox wrote:<br>
> Starting two netcats at the same time and expecting them to be able to<br>
> talk to each is a little optimistic. I don't know whether `sleep .1`<br>
> will be sufficient, but wanted to try that before going to `sleep 1`<br>
> since neither the toybox nor the github nor the Android infrastructure<br>
> is running these tests in parallel, those seconds add up.<br>
<br>
Hmmm. In theory I could make it run the tests in parallel in different<br>
subdirectories. That's one of the reasons to move from having the test<br>
infrastructure source the tests to having it run them as child processes. I<br>
already added VERBOSE=nopass mode, and could have it collect error output into a<br>
variable it can printf all in one blob to avoid interleaving...<br>
<br>
I'll add it to the todo heap...<br></blockquote><div><br></div><div>well, remember i already have my own wrapper around your tests to deal with all the Android-specific stuff. i probably wouldn't benefit directly if you did this anyway.</div><div><br></div><div>it's something i've been meaning to look at, but it's not enough of a problem to warrant finding the time. (in particular, dealing with the "how do i cleanly show the results?" problem.)</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Rob<br>
</blockquote></div></div>