diff options
| author | kjnilsson <knilsson@pivotal.io> | 2020-07-20 15:49:23 +0100 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2020-09-07 09:42:11 +0100 |
| commit | 15c4f8288c6c05234f3997f3f70fcc9d4472d97d (patch) | |
| tree | b3fa0981810557903f6c7dd731e798e62aeb04fd /test | |
| parent | 749817ec6093760d6930e9c1f57d2e705a485b78 (diff) | |
| download | rabbitmq-server-git-15c4f8288c6c05234f3997f3f70fcc9d4472d97d.tar.gz | |
rabbit_fifo test change
Diffstat (limited to 'test')
| -rw-r--r-- | test/rabbit_fifo_SUITE.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/rabbit_fifo_SUITE.erl b/test/rabbit_fifo_SUITE.erl index ceab563865..ce2e4d435a 100644 --- a/test/rabbit_fifo_SUITE.erl +++ b/test/rabbit_fifo_SUITE.erl @@ -1501,7 +1501,9 @@ machine_version_test(_) -> {3, rabbit_fifo_v0:make_checkout(Cid, {auto, 1, unsettled}, #{})} ], {S1, _Effects} = rabbit_fifo_v0_SUITE:run_log(S0, Entries), - {#rabbit_fifo{messages = Msgs}, ok, []} = apply(meta(Idx), + Self = self(), + {#rabbit_fifo{enqueuers = #{Self := #enqueuer{}}, + messages = Msgs}, ok, []} = apply(meta(Idx), {machine_version, 0, 1}, S1), %% validate message conversion to lqueue ?assertEqual(1, lqueue:len(Msgs)), |
