From 52637ea2fea2e7608f280d7d6af18b535218a4da Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Fri, 19 Aug 2022 15:56:41 +0300 Subject: [PATCH] tests: ames passes %watch to gall on receiver, gall emits %deal to itself --- pkg/arvo/tests/sys/grq.hoon | 38 ++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/pkg/arvo/tests/sys/grq.hoon b/pkg/arvo/tests/sys/grq.hoon index 3f4844fa69..005e61f106 100644 --- a/pkg/arvo/tests/sys/grq.hoon +++ b/pkg/arvo/tests/sys/grq.hoon @@ -34,12 +34,12 @@ =^ t3 ames.nec %: ames-check-call:v ames.nec [~1111.1.1 0xdead.beef *roof] - [~[/sys/way/~bud/pub /init] %plea ~bud %g /ge/pub %pub [%0 %s /foo]] + [~[/sys/way/~bud/pub /init] %plea ~bud %g /ge/pub [%0 %s /foo]] :~ :- ~[//unix] :* %give %send [%& ~nec] - 0x79ca.8314.59aa.4ee3.b4bf.9f31.8a0b.1ba1.e19d.7b83. - 84a0.209b.2000.193c.d818.2da8.9309.759f.9e8c.b88e. - 1cb8.8400.0200.0132.e478.8000 + 0xae59.5b29.277b.22c1.20b7.a8db.9086.46df.31bd.f9bc. + 2633.7300.17d4.f5fc.8be5.8bfe.5c9d.36d9.2ea1.7cb3. + 8a00.0200.0132.8fd4.f000 == :- ~[/ames] [%pass /pump/~bud/0 %b %wait ~1111.1.1..00.00.01] == @@ -50,22 +50,26 @@ [~1111.1.2 0xbeef.dead *roof] :- ~[//unix] :* %hear [%& ~nec] - 0x79ca.8314.59aa.4ee3.b4bf.9f31.8a0b.1ba1.e19d.7b83. - 84a0.209b.2000.193c.d818.2da8.9309.759f.9e8c.b88e. - 1cb8.8400.0200.0132.e478.8000 + 0xae59.5b29.277b.22c1.20b7.a8db.9086.46df.31bd.f9bc. + 2633.7300.17d4.f5fc.8be5.8bfe.5c9d.36d9.2ea1.7cb3. + 8a00.0200.0132.8fd4.f000 == :~ :- ~[//unix] [%pass /qos %d %flog %text "; ~nec is your neighbor"] :- ~[//unix] - [%pass /bone/~nec/0/1 %g %plea ~nec %g /ge/pub %pub [%0 %s /foo]] + [%pass /bone/~nec/0/1 %g %plea ~nec %g /ge/pub [%0 %s /foo]] == == -:: =^ t3 gall.nec -:: %: gall-check-take:v gall.nec -:: [~1111.1.2 0xdead.beef *roof] -:: :+ /use/sub/0w1.d6Isf/out/~bud/pub/1/sub -:: ~[/init] -:: [%g %deal [~nec ~bud] %pub %watch /foo] -:: ~ -:: == - :- t4 |. :- %& ~ + :- t4 |. :- %| + =^ t5 gall.bud + %: gall-check-call:v gall.bud + [~1111.1.2 0xbeef.dead *roof] + :- ~[/bone/~nec/0/1 //unix] + [%plea ~nec %g /ge/pub [%0 %s /foo]] + :~ :- ~[/init] [%pass /sys/lag %a %heed ~nec] + :- ~[/init] [%pass /sys/era %j %public-keys (sy ~nec ~)] + :- ~[/bone/~nec/0/1 //unix] + [%pass /sys/req/~nec/pub %g %deal [~nec ~bud] %pub %watch /foo] + == + == + :- t5 |. :- %& ~ --