Mercurial > hg-stable
comparison tests/test-fileset.t @ 27926:4c6053a6b17d stable
run-tests: fix race condition
Before this patch, it was possible for run-tests to crash on a race condition.
The race condition happens in the following case:
- the last test finishes and calls: done.put(None)
- the context switches to the main thread that clears the channels list
- the context switches to the last test mentioned above, it tries to access
channels[channel] and crashes
This happened to me while running run-tests.
This patch fixes the issue by clearing the channel before considering that the
test is done.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Thu, 21 Jan 2016 12:37:12 -0800 |
parents | 737ffdabbde9 |
children | 4eb5496c2bd4 |
comparison
equal
deleted
inserted
replaced
27925:f6d73c8756e2 | 27926:4c6053a6b17d |
---|