shrub/lib/ph.hoon

452 lines
11 KiB
Plaintext
Raw Normal View History

2019-02-06 05:21:41 +03:00
::
:::: /hoon/ph/lib
::
2019-03-21 00:38:42 +03:00
:: XXX should raw-ship and others be stateless-test-core?
2019-02-06 05:21:41 +03:00
/- aquarium
=, aquarium
|%
:: Defines a complete integration test.
::
2019-03-07 10:31:14 +03:00
++ raw-test-core
2019-03-21 00:38:42 +03:00
$_ ^|
|_ now=@da
2019-02-12 22:26:48 +03:00
::
:: Unique name, used as a cache label.
::
2019-03-06 23:22:37 +03:00
++ label *@ta
2019-02-12 22:26:48 +03:00
::
:: List of ships that are part of the test.
::
:: We'll only hear effects from these ships, and only these will
:: be in the cache points.
::
2019-02-12 02:25:25 +03:00
++ ships *(list ship)
2019-02-12 22:26:48 +03:00
::
:: Called first to kick off the test.
::
2019-03-21 00:38:42 +03:00
++ start *(quip ph-event _^|(..start))
2019-02-12 22:26:48 +03:00
::
:: Called on every effect from a ship.
::
2019-03-21 00:38:42 +03:00
++ route |~([ship unix-effect] *[? (quip ph-event _^|(..start))])
2019-03-07 10:31:14 +03:00
--
::
2019-03-20 23:57:24 +03:00
:: XXX doc
::
2019-03-07 10:31:14 +03:00
++ porcelain-test-core
2019-03-21 00:38:42 +03:00
$_ ^|
|_ now=@da
2019-03-07 10:31:14 +03:00
:: Called first to kick off the test.
::
2019-03-21 00:38:42 +03:00
++ start *(quip ph-event _^|(..start))
2019-03-07 10:31:14 +03:00
::
:: Called on every effect from a ship.
::
2019-03-21 00:38:42 +03:00
++ route |~([ship unix-effect] *(quip ph-event _^|(..start)))
2019-02-06 05:21:41 +03:00
--
::
2019-03-20 23:57:24 +03:00
:: XXX doc
::
++ stateless-test-core
2019-03-21 00:38:42 +03:00
$_ ^|
|_ now=@da
++ start *(list ph-event)
++ route |~([ship unix-effect] *(list ph-event))
2019-03-20 23:57:24 +03:00
--
::
2019-02-06 05:21:41 +03:00
++ ph-event
$% [%test-done p=?]
aqua-event
==
::
2019-03-20 23:57:24 +03:00
:: XXX doc
::
2019-03-07 10:31:14 +03:00
++ porcelain-test
|= [label=@ta porcelain=porcelain-test-core]
^- raw-test-core
2019-03-21 00:38:42 +03:00
|_ now=@da
2019-03-07 10:31:14 +03:00
++ label ^label
++ ships ~
++ start
2019-03-21 00:38:42 +03:00
=^ events porcelain ~(start porcelain now)
2019-03-07 10:31:14 +03:00
[events ..start]
::
++ route
2019-03-21 00:38:42 +03:00
|= args=[ship unix-effect]
=^ events porcelain (~(route porcelain now) args)
2019-03-07 10:31:14 +03:00
[& events ..start]
--
::
2019-03-20 23:57:24 +03:00
:: XXX doc
::
++ stateless-test
|= [label=@tas stateless=stateless-test-core]
%+ porcelain-test
label
^- porcelain-test-core
2019-03-21 00:38:42 +03:00
|_ now=@da
2019-03-20 23:57:24 +03:00
++ start
2019-03-21 00:38:42 +03:00
[~(start stateless now) ..start]
2019-03-20 23:57:24 +03:00
::
++ route
2019-03-21 00:38:42 +03:00
|= args=[ship unix-effect]
[(~(route stateless now) args) ..start]
2019-03-20 23:57:24 +03:00
--
::
2019-02-06 05:21:41 +03:00
++ send-events-to
|= [who=ship what=(list unix-event)]
^- (list ph-event)
%+ turn what
2019-03-07 10:31:14 +03:00
|= ue=unix-event
[%event who ue]
2019-02-06 05:21:41 +03:00
::
++ init
2019-03-06 23:22:37 +03:00
|= [who=ship keys=(unit dawn-event)]
2019-02-06 05:21:41 +03:00
^- (list ph-event)
2019-03-06 23:22:37 +03:00
[%init-ship who keys]~
2019-02-06 05:21:41 +03:00
::
:: factor out send-events-to
::
++ dojo
|= [who=ship what=tape]
^- (list ph-event)
%+ send-events-to who
^- (list unix-event)
:~
[//term/1 %belt %ctl `@c`%e]
[//term/1 %belt %ctl `@c`%u]
[//term/1 %belt %txt ((list @c) what)]
[//term/1 %belt %ret ~]
==
::
2019-02-09 02:21:40 +03:00
++ insert-file
2019-02-23 02:52:18 +03:00
|= [who=ship des=desk pax=path txt=@t]
2019-02-09 02:21:40 +03:00
^- (list ph-event)
?> ?=([@ @ @ *] pax)
2019-02-15 04:18:04 +03:00
=/ file [/text/plain (as-octs:mimes:html txt)]
2019-02-09 02:21:40 +03:00
%+ send-events-to who
:~
2019-02-23 02:52:18 +03:00
[//sync/0v1n.2m9vh %into des | [t.t.t.pax `file]~]
2019-02-09 02:21:40 +03:00
==
::
2019-03-20 23:57:24 +03:00
++ is-dojo-output
|= [who=ship her=ship uf=unix-effect what=tape]
?& =(who her)
?=(%blit -.q.uf)
::
%+ lien p.q.uf
|= =blit:dill
2019-02-06 05:21:41 +03:00
?. ?=(%lin -.blit)
|
!=(~ (find what p.blit))
2019-03-20 23:57:24 +03:00
==
2019-02-09 06:18:38 +03:00
::
++ expect-dojo-output
2019-03-07 10:31:14 +03:00
|= [who=ship her=ship uf=unix-effect what=tape]
2019-02-09 06:18:38 +03:00
^- (list ph-event)
2019-03-20 23:57:24 +03:00
?. (is-dojo-output who her uf what)
~
2019-02-06 05:21:41 +03:00
[%test-done &]~
2019-02-12 02:25:25 +03:00
::
2019-03-13 14:50:56 +03:00
++ is-ergo
|= [who=ship her=ship uf=unix-effect]
?& =(who her)
?=(%ergo -.q.uf)
==
::
2019-02-15 04:18:04 +03:00
++ on-ergo
2019-03-13 14:50:56 +03:00
|= [who=ship her=ship uf=unix-effect fun=$-($~ (list ph-event))]
?. (is-ergo who her uf)
2019-02-15 04:18:04 +03:00
~
(fun)
::
2019-03-06 23:22:37 +03:00
++ azimuth
|%
++ dawn
|= who=ship
^- dawn-event
:* (need (private-key who))
(^sein:title who)
czar
~[~['arvo' 'netw' 'ork']]
0
`(need (de-purl:html 'http://localhost:8545'))
~
==
::
++ czar
^- (map ship [life pass])
%- my
^- (list (pair ship [life pass]))
%+ murn (gulf 0x0 0xff)
|= her=ship
^- (unit [ship life pass])
=/ pub (public-key her)
?~ pub
~
`[her u.pub]
::
++ private-key
|= who=ship
=- (~(get by -) who)
^- (map ship seed:able:jael)
%- my
:~ [~bud ~bud 1 'BbudB' ~]
[~dev ~dev 1 'Bdev' ~]
==
::
++ public-key
|= who=ship
^- (unit [life pass])
=/ priv (private-key who)
?~ priv
~
=/ cub (nol:nu:crub:crypto key.u.priv)
`[lyf.u.priv pub:ex:cub]
--
::
2019-02-12 05:46:36 +03:00
++ test-lib
|_ our=ship
++ compose-tests
2019-03-07 10:31:14 +03:00
|= [a=raw-test-core b=raw-test-core]
^- raw-test-core
2019-02-12 05:46:36 +03:00
=/ done-with-a |
2019-02-22 02:57:51 +03:00
=>
|%
++ filter-a
|= [now=@da events=(list ph-event)]
^- (quip ph-event _..filter-a)
=+ ^- [done=(list ph-event) other-events=(list ph-event)]
%+ skid events
|= e=ph-event
=(%test-done -.e)
?~ done
[other-events ..filter-a]
?> ?=(%test-done -.i.done)
?. p.i.done
[[%test-done |]~ ..filter-a]
=. done-with-a &
=/ snap-event [%snap-ships label:a ships:a]
2019-03-21 00:38:42 +03:00
=^ events-start b ~(start b now)
2019-02-22 02:57:51 +03:00
[(welp other-events [snap-event events-start]) ..filter-a]
--
2019-03-21 00:38:42 +03:00
|_ now=@da
2019-02-12 05:46:36 +03:00
::
:: Cache lookup label
::
++ label `@tas`:((cury cat 3) label:a '--' label:b)
2019-02-12 05:46:36 +03:00
::
:: Union of ships in a and b
::
++ ships ~(tap in (~(uni in (silt ships.a)) (silt ships.b)))
::
:: Start with start of a
::
++ start
^- (quip ph-event _..start)
=/ have-cache
2019-02-15 04:18:04 +03:00
(scry-aqua ? now /fleet-snap/[label:a]/noun)
2019-03-21 03:37:05 +03:00
?: have-cache
~& [%caching-in label:a label]
=. done-with-a &
=/ restore-event [%restore-snap label:a]
=^ events-start b ~(start b now)
=^ events ..filter-a (filter-a now restore-event events-start)
[events ..start]
2019-03-21 00:38:42 +03:00
=^ events a ~(start a now)
2019-02-12 02:25:25 +03:00
[events ..start]
2019-02-12 05:46:36 +03:00
::
:: Keep going on a until it's done. If success, go to b.
::
:: In theory, we should be able to just swap out the whole core
:: for b, but in practice the types are hard, and we generally
:: try to avoid changing the structure of a core in the middle
:: like that.
::
++ route
2019-03-21 00:38:42 +03:00
|= [who=ship uf=unix-effect]
2019-03-07 10:31:14 +03:00
^- [? (quip ph-event _..start)]
2019-02-12 05:46:36 +03:00
?: done-with-a
2019-03-07 10:31:14 +03:00
=+ ^- [thru=? events=(list ph-event) cor=raw-test-core]
2019-03-21 00:38:42 +03:00
(~(route b now) who uf)
2019-03-07 10:31:14 +03:00
=. b cor
[thru events ..start]
=+ ^- [thru=? events=(list ph-event) cor=raw-test-core]
2019-03-21 00:38:42 +03:00
(~(route a now) who uf)
2019-03-07 10:31:14 +03:00
=. a cor
2019-02-22 02:57:51 +03:00
=^ events ..filter-a (filter-a now events)
2019-03-07 10:31:14 +03:00
[thru events ..start]
2019-02-12 05:46:36 +03:00
--
::
2019-02-12 02:53:23 +03:00
:: Don't use directly, or else you might not have a parent.
::
:: Consider ++galaxy, ++star, ++planet, and ++ship-with-ancestors.
::
++ raw-ship
2019-03-06 23:22:37 +03:00
|= [her=ship keys=(unit dawn-event)]
2019-03-07 10:31:14 +03:00
^- raw-test-core
2019-03-21 00:38:42 +03:00
|_ now=@da
2019-03-06 23:22:37 +03:00
++ label :((cury cat 3) 'init-' (scot %p her) '-' (scot %uw (mug (fall keys *dawn-event))))
2019-02-12 02:53:23 +03:00
++ ships ~[her]
2019-02-12 02:25:25 +03:00
++ start
^- (quip ph-event _..start)
2019-03-06 23:22:37 +03:00
[(init her keys) ..start]
2019-02-12 02:25:25 +03:00
::
++ route
2019-03-21 00:38:42 +03:00
|= [who=ship uf=unix-effect]
2019-03-07 10:31:14 +03:00
^- [? (quip ph-event _..start)]
:- &
2019-02-12 02:25:25 +03:00
:_ ..start
%- zing
2019-02-12 02:53:23 +03:00
:: This is a pretty bad heuristic, but in general galaxies will
:: hit the first of these cases, and other ships will hit the
:: second.
::
2019-02-12 02:25:25 +03:00
:~
2019-03-20 23:57:24 +03:00
?. %^ is-dojo-output her who :- uf
"+ /{(scow %p her)}/base/2/web/testing/udon"
~
2019-02-12 02:53:23 +03:00
[%test-done &]~
2019-02-12 02:25:25 +03:00
::
2019-03-20 23:57:24 +03:00
?. %^ is-dojo-output her who :- uf
"is your neighbor"
~
2019-02-12 02:25:25 +03:00
[%test-done &]~
==
--
2019-02-12 22:26:48 +03:00
::
2019-02-12 02:53:23 +03:00
++ galaxy
|= her=ship
?> =(%czar (clan:title her))
2019-03-06 23:22:37 +03:00
(raw-ship her ~)
2019-02-12 02:53:23 +03:00
::
++ star
|= her=ship
?> =(%king (clan:title her))
%+ compose-tests (galaxy (^sein:title her))
2019-03-06 23:22:37 +03:00
(raw-ship her ~)
2019-02-12 02:53:23 +03:00
::
++ planet
|= her=ship
?> =(%duke (clan:title her))
%+ compose-tests (star (^sein:title her))
2019-03-06 23:22:37 +03:00
(raw-ship her ~)
2019-02-12 02:53:23 +03:00
::
++ ship-with-ancestors
|= her=ship
%. her
?- (clan:title her)
%czar galaxy
%king star
%duke planet
%earl ~|(%moon-not-implemented !!)
%pawn ~|(%comet-not-implemented !!)
==
2019-02-15 04:18:04 +03:00
::
2019-02-15 04:36:30 +03:00
:: Touches /sur/aquarium/hoon on the given ship.
::
:: Ship must have been started.
2019-02-15 04:36:30 +03:00
::
++ touch-file
2019-02-23 02:52:18 +03:00
|= [her=ship des=desk]
2019-03-07 10:31:14 +03:00
%+ porcelain-test
(cat 3 'touch-file-' (scot %p her))
2019-03-13 14:50:56 +03:00
=| [warped=@t change-sent=_|]
2019-03-21 00:38:42 +03:00
^- porcelain-test-core
|_ now=@da
2019-02-15 04:36:30 +03:00
++ start
^- (pair (list ph-event) _..start)
:_ ..start
2019-03-13 14:50:56 +03:00
(dojo her "|mount /={(trip des)}=")
2019-02-15 04:36:30 +03:00
::
++ route
2019-03-21 00:38:42 +03:00
|= [who=ship uf=unix-effect]
2019-02-15 04:36:30 +03:00
^- (quip ph-event _..start)
2019-03-13 14:50:56 +03:00
?. (is-ergo her who uf)
`..start
?. change-sent
=/ host-pax
/(scot %p our)/home/(scot %da now)/sur/aquarium/hoon
=. warped (cat 3 '=> . ' .^(@t %cx host-pax))
=. change-sent &
[(insert-file her des host-pax warped) ..start]
2019-02-15 04:36:30 +03:00
:_ ..start
2019-03-13 14:50:56 +03:00
=/ pax /i/(scot %p her)/[des]/(scot %da now)/sur/aquarium/hoon/noun
?: =(warped (need (scry-aqua (unit @) now pax)))
[%test-done &]~
~
2019-02-15 04:36:30 +03:00
--
::
:: Checks that /sur/aquarium/hoon has been touched, as by ++touch-file
::
:: Ship must have been started.
::
++ check-file-touched
2019-02-23 02:52:18 +03:00
|= [her=ship des=desk]
2019-03-21 00:52:05 +03:00
%+ stateless-test
2019-03-07 10:31:14 +03:00
(cat 3 'check-file-touched-' (scot %p her))
2019-03-21 00:38:42 +03:00
|_ now=@da
++ start
:: mounting is not strictly necessary since we check via scry,
:: but this way we don't have to check on every event, just
:: ergos (and dojo because we can't guarantee an ergo if the desk
:: is already mounted)
::
2019-03-21 00:52:05 +03:00
(dojo her "|mount /={(trip des)}=")
::
++ route
2019-03-21 00:38:42 +03:00
|= [who=ship uf=unix-effect]
2019-03-21 00:52:05 +03:00
^- (list ph-event)
2019-03-20 23:57:24 +03:00
?. ?| (is-ergo her who uf)
(is-dojo-output her who uf ">=")
2019-02-23 02:52:18 +03:00
==
~
2019-03-20 23:57:24 +03:00
=/ pax /home/(scot %da now)/sur/aquarium/hoon
=/ warped (cat 3 '=> . ' .^(@t %cx (weld /(scot %p our) pax)))
=/ aqua-pax
;: weld
/i/(scot %p her)
pax(- des)
/noun
==
?: =(warped (need (scry-aqua (unit @) now aqua-pax)))
[%test-done &]~
~
--
2019-02-22 02:57:51 +03:00
::
:: Reload vane from filesystem
::
:: Ship must have been started.
::
++ reload-vane
|= [her=ship vane=term]
2019-03-21 00:52:05 +03:00
%+ stateless-test
2019-03-07 10:31:14 +03:00
:((cury cat 3) 'reload-vane-' (scot %p her) '-' vane)
2019-03-21 00:38:42 +03:00
|_ now=@da
2019-02-22 02:57:51 +03:00
++ start
2019-03-21 00:52:05 +03:00
^- (list ph-event)
2019-02-22 02:57:51 +03:00
=/ pax
/(scot %p our)/home/(scot %da now)/sys/vane/[vane]/hoon
%- zing
2019-02-23 02:52:18 +03:00
:~ (dojo her "|mount /=home=")
(insert-file her %home pax .^(@t %cx pax))
2019-02-22 02:57:51 +03:00
[%test-done &]~
==
::
++ route
2019-03-21 00:38:42 +03:00
|= [who=ship uf=unix-effect]
2019-03-21 00:52:05 +03:00
~
2019-02-22 02:57:51 +03:00
--
::
2019-02-15 04:18:04 +03:00
++ scry-aqua
|* [a=mold now=@da pax=path]
.^ a
%gx
(scot %p our)
%aqua
(scot %da now)
pax
==
2019-02-12 05:46:36 +03:00
--
2019-02-06 05:21:41 +03:00
--