Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yosoyubik/owc-test
Tests the OWC issue in ames.hoon before the +qeu fix on the +puq queue
https://github.com/yosoyubik/owc-test
ames arvo hoon urbit vane
Last synced: 8 days ago
JSON representation
Tests the OWC issue in ames.hoon before the +qeu fix on the +puq queue
- Host: GitHub
- URL: https://github.com/yosoyubik/owc-test
- Owner: yosoyubik
- Created: 2019-04-08T05:53:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T09:46:34.000Z (over 5 years ago)
- Last Synced: 2024-11-06T21:52:38.395Z (about 2 months ago)
- Topics: ames, arvo, hoon, urbit, vane
- Size: 143 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OWC-test
Tests the OWC issue in ames.hoon before the +qeu fix on the +puq queue```
~rovnys-ricfer dixit: "constructing a three-element packet queue,
getting Ames to ack a packet, and then seeing
if we can confirm downstream OWC."
```
from: https://github.com/urbit/arvo/pull/1128#pullrequestreview-220842572The procedure is to try to clogg the +puq queue on ames.hoon by
sending as many %pokes as we can. In order to confirm that napping
the queue results in package(s) not being acked, we would return the
data in the poke (just an @) and confirm that we get the same value backWork in progress:
```
[...] using the pH testing framework, which virtualizes a whole Arvo inside Arvo,
rather than our usual unit test framework.See the apps :ph, :aqua, and :aqua-ames for more details
```