mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
add expected .run files
This commit is contained in:
parent
7e749ed2ef
commit
58eef6bd21
6 changed files with 17 additions and 0 deletions
2
ci/expected/actor-capacity.run
Normal file
2
ci/expected/actor-capacity.run
Normal file
|
@ -0,0 +1,2 @@
|
|||
Actor::receive was called
|
||||
Actor::receive was called
|
1
ci/expected/actor-init.run
Normal file
1
ci/expected/actor-init.run
Normal file
|
@ -0,0 +1 @@
|
|||
OK
|
1
ci/expected/actor-post.run
Normal file
1
ci/expected/actor-post.run
Normal file
|
@ -0,0 +1 @@
|
|||
Actor::receive was called
|
2
ci/expected/actor-publish-failure.run
Normal file
2
ci/expected/actor-publish-failure.run
Normal file
|
@ -0,0 +1,2 @@
|
|||
A::receive was called
|
||||
B::receive was called
|
2
ci/expected/actor-publish.run
Normal file
2
ci/expected/actor-publish.run
Normal file
|
@ -0,0 +1,2 @@
|
|||
A::receive was called
|
||||
B::receive was called
|
9
ci/expected/actor-watermark.run
Normal file
9
ci/expected/actor-watermark.run
Normal file
|
@ -0,0 +1,9 @@
|
|||
Actor::receive was called
|
||||
Actor::receive was called
|
||||
[
|
||||
Subscription {
|
||||
capacity: 2,
|
||||
message_type: "Message",
|
||||
watermark: 2,
|
||||
},
|
||||
]
|
Loading…
Reference in a new issue