test: in acceptance scenarios, search for log ids, not message texts
modified ci-broker.md
@@ -299,9 +299,9 @@ when I run ./env.sh synthetic-events synt.sock event.json --log log.txt
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -614,7 +614,7 @@ _Who:_ `node-ops`
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -891,8 +891,8 @@ when I run cibtool --db ci-broker.db event shutdown
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1490,8 +1490,8 @@ given a Radicle node, with CI configured with broker.yaml and adapter dummy.sh
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1510,8 +1510,8 @@ an error it can't recover from.
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -103,20 +103,12 @@ enum Id {
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -125,6 +117,14 @@ enum Id {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|