2019-12-07 07:44:36 +03:00
|
|
|
:: 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
|
2019-11-16 14:25:30 +03:00
|
|
|
=, strand=strand:spider
|
|
|
|
^- thread:spider
|
2019-11-16 04:37:20 +03:00
|
|
|
|= vase
|
2019-11-16 14:25:30 +03:00
|
|
|
=/ m (strand ,vase)
|
2021-06-18 08:54:17 +03:00
|
|
|
;< ~ bind:m start-azimuth
|
|
|
|
;< ~ bind:m (spawn ~bud)
|
|
|
|
;< ~ bind:m (spawn ~marbud)
|
|
|
|
;< ~ bind:m (init-ship ~bud |)
|
|
|
|
;< ~ bind:m (init-ship ~marbud |)
|
|
|
|
;< file=@t bind:m (touch-file ~bud %kids %foo)
|
2022-03-24 00:19:35 +03:00
|
|
|
;< ~ bind:m (check-file-touched ~marbud %base file)
|
2021-06-18 08:54:17 +03:00
|
|
|
;< ~ bind:m (breach ~bud)
|
|
|
|
;< ~ bind:m (init-ship ~bud |)
|
|
|
|
;< ~ bind:m
|
2022-03-24 00:19:35 +03:00
|
|
|
(dojo ~bud "|merge %base ~marbud %kids, =gem %only-this")
|
2021-06-18 08:54:17 +03:00
|
|
|
;< file=@t bind:m (touch-file ~bud %kids %bar)
|
|
|
|
;< file=@t bind:m (touch-file ~bud %kids %baz)
|
2022-03-24 00:19:35 +03:00
|
|
|
;< ~ bind:m (check-file-touched ~marbud %base file)
|
2021-06-18 08:54:17 +03:00
|
|
|
;< ~ bind:m end
|
2019-11-10 06:09:02 +03:00
|
|
|
(pure:m *vase)
|