urbit/pkg/arvo/ted/ph/breach-sudden.hoon

27 lines
1.0 KiB
Plaintext
Raw Normal View History

:: This tests whether we can handle the case where our immediate
:: sponsor dies without telling us about its breach, so we must hear
:: about it from somewhere else.
::
2019-10-02 06:25:19 +03:00
/- spider
2019-10-02 06:39:49 +03:00
/+ *ph-io
=, strand=strand:spider
^- thread:spider
2019-11-16 04:37:20 +03:00
|= vase
=/ m (strand ,vase)
;< az=tid:spider bind:m start-azimuth
2019-11-15 23:46:11 +03:00
;< ~ bind:m (spawn az ~bud)
;< ~ bind:m (spawn az ~marbud)
;< ~ bind:m (real-ship az ~bud)
;< ~ bind:m (real-ship az ~marbud)
2020-07-29 07:04:59 +03:00
;< file=@t bind:m (touch-file ~bud %kids %foo)
2019-11-15 23:46:11 +03:00
;< ~ bind:m (check-file-touched ~marbud %home file)
;< ~ bind:m (breach az ~bud)
;< ~ bind:m (real-ship az ~bud)
;< ~ bind:m
(dojo ~bud "|merge %home ~marbud %kids, =gem %only-this")
2020-07-29 07:04:59 +03:00
;< file=@t bind:m (touch-file ~bud %kids %bar)
;< file=@t bind:m (touch-file ~bud %kids %baz)
2019-11-15 23:46:11 +03:00
;< ~ bind:m (check-file-touched ~marbud %home file)
;< ~ bind:m end-azimuth
(pure:m *vase)