Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
Fix thins so tests pass in CI
Merged liw opened 1 year ago
2 files changed +4 -4 98665ff4 32825106
modified ci-broker.md
@@ -1315,14 +1315,14 @@ error does not terminate the CI broker.

_Who:_ `cib-dev`.

-
We check this by running the CI broker without a local node. This
-
is an error it can't recover from.
+
We check this by running the CI broker without a local node. This is
+
an error it can't recover from.

~~~scenario
given an installed cib

given file broker.yaml
-
when I try to run cib --config broker.yaml queued
+
when I try to run env RAD_HOME=/does/not/exist cib --config broker.yaml queued

then stderr contains "CI broker starts"
then stderr contains "CI broker ends in unrecoverable error"
modified src/msg.rs
@@ -833,7 +833,7 @@ pub enum MessageError {
    #[error("programming error: unknown CI event {0:?}")]
    UnknownCiEvent(CiEvent),

-
    /// CI event was not set for [`Requestbuilder`].
+
    /// CI event was not set for [`RequestBuilder`].
    #[error("programming error: CI event was not set for request builder")]
    CiEventNotSet,