From 58eef6bd213bb90cc29373b22d911f42e65e9ae5 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 27 Sep 2021 15:27:29 +0200 Subject: [PATCH] add expected .run files --- ci/expected/actor-capacity.run | 2 ++ ci/expected/actor-init.run | 1 + ci/expected/actor-post.run | 1 + ci/expected/actor-publish-failure.run | 2 ++ ci/expected/actor-publish.run | 2 ++ ci/expected/actor-watermark.run | 9 +++++++++ 6 files changed, 17 insertions(+) create mode 100644 ci/expected/actor-capacity.run create mode 100644 ci/expected/actor-init.run create mode 100644 ci/expected/actor-post.run create mode 100644 ci/expected/actor-publish-failure.run create mode 100644 ci/expected/actor-publish.run create mode 100644 ci/expected/actor-watermark.run 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, + }, +]