diff --git a/ci/expected/actor-capacity.run b/ci/expected/actor-capacity.run new file mode 100644 index 0000000000..4e3bd294dd --- /dev/null +++ b/ci/expected/actor-capacity.run @@ -0,0 +1,2 @@ +Actor::receive was called +Actor::receive was called diff --git a/ci/expected/actor-init.run b/ci/expected/actor-init.run new file mode 100644 index 0000000000..d86bac9de5 --- /dev/null +++ b/ci/expected/actor-init.run @@ -0,0 +1 @@ +OK diff --git a/ci/expected/actor-post.run b/ci/expected/actor-post.run new file mode 100644 index 0000000000..277f853d49 --- /dev/null +++ b/ci/expected/actor-post.run @@ -0,0 +1 @@ +Actor::receive was called diff --git a/ci/expected/actor-publish-failure.run b/ci/expected/actor-publish-failure.run new file mode 100644 index 0000000000..f573b7d55b --- /dev/null +++ b/ci/expected/actor-publish-failure.run @@ -0,0 +1,2 @@ +A::receive was called +B::receive was called diff --git a/ci/expected/actor-publish.run b/ci/expected/actor-publish.run new file mode 100644 index 0000000000..f573b7d55b --- /dev/null +++ b/ci/expected/actor-publish.run @@ -0,0 +1,2 @@ +A::receive was called +B::receive was called diff --git a/ci/expected/actor-watermark.run b/ci/expected/actor-watermark.run new file mode 100644 index 0000000000..4d03677123 --- /dev/null +++ b/ci/expected/actor-watermark.run @@ -0,0 +1,9 @@ +Actor::receive was called +Actor::receive was called +[ + Subscription { + capacity: 2, + message_type: "Message", + watermark: 2, + }, +]