diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-10-11 22:40:22 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-10-11 22:40:22 +0100 |
| commit | 033fc53d7aba10cc70457c24fc712ee2325f7310 (patch) | |
| tree | 822be320f99b94f300cab126e294ef15ccc01a39 /scripts | |
| parent | 8055e7d8059d9421e1232d226e5d9383c80734c1 (diff) | |
| download | rabbitmq-server-git-033fc53d7aba10cc70457c24fc712ee2325f7310.tar.gz | |
make tests wait for *exactly* the right confirms, no more, no fewer
This does introduce a 100ms pause for every invocation; hopefully
enough for the msg_store to catch up and sync (the sync interval is
25ms) the usually small numbers of messages.
The confirm capture code now uses lists rather than gb_sets, as a
convenient 'bag' data structure. This can have O(n^2) perf, but we
only need to start worrying about that when the tests call this code
with thousands of msg ids, which currently they don't.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
