Skip to content

Commit

Permalink
Update UI test lockfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Feb 28, 2024
1 parent 6f9564b commit b49d841
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions tests/integration/sdk/transpose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cases:
code: 1
- cmd: transpose dependency lift-to-workspace log --version-resolver Unambiguous
stderr: |
error: invalid value 'Unambiguous' for '--version-resolver <VERSION_RESOLVER>'
error: invalid value 'Unambiguous' for '--version-selector <VERSION_SELECTOR>'
[possible values: unambiguous, exact, highest]
tip: a similar value exists: 'unambiguous'
Expand All @@ -28,14 +28,14 @@ cases:
error: the following required arguments were not provided:
--exact-version <EXACT_VERSION>
Usage: zepter transpose dependency lift-to-workspace --exact-version <EXACT_VERSION> --version-resolver <VERSION_RESOLVER> --manifest-path <MANIFEST_PATH> --log <LEVEL> --offline <DEPENDENCIES>...
Usage: zepter transpose dependency lift-to-workspace --exact-version <EXACT_VERSION> --version-selector <VERSION_SELECTOR> --manifest-path <MANIFEST_PATH> --log <LEVEL> --offline <DEPENDENCIES>...
For more information, try '--help'.
code: 2
- cmd: transpose dependency lift-to-workspace log --exact-version 0.4.20
stderr: |
[WARN] Unstable feature - do not rely on this!
Cannot use --exact-version without --version-resolver=exact
Cannot use --exact-version without --version-selector=exact
Error: ()
code: 1
- cmd: transpose dependency lift-to-workspace log --version-resolver exact --exact-version 0.4.20
Expand Down
10 changes: 5 additions & 5 deletions tests/ui/config/v1/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ crates:
cases:
- cmd: run default
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
- cmd: run
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
- cmd: ''
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
- cmd: run my_version
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'my_version'
[INFO] 1/1 --version
Expand All @@ -36,7 +36,7 @@ cases:
[INFO] 1/1 debug --no-benchmark
- cmd: run both
stdout: |
zepter 1.3.0
zepter 1.3.1
Num workspace members: 1
Num dependencies: 1
DAG nodes: 0, links: 0
Expand Down
16 changes: 8 additions & 8 deletions tests/ui/config/v1/finds_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ crates:
cases:
- cmd: ''
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
Expand All @@ -19,7 +19,7 @@ cases:
- [ '--version' ]
- cmd: ''
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
Expand All @@ -35,7 +35,7 @@ cases:
- [ '--version' ]
- cmd: ''
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
Expand All @@ -51,7 +51,7 @@ cases:
- [ '--version' ]
- cmd: run default
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
Expand All @@ -67,7 +67,7 @@ cases:
- [ '--version' ]
- cmd: run default
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
Expand All @@ -83,7 +83,7 @@ cases:
- [ '--version' ]
- cmd: run default
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
Expand All @@ -99,7 +99,7 @@ cases:
- [ '--version' ]
- cmd: run default --config .cargo/polkadot.yaml
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
Expand All @@ -115,7 +115,7 @@ cases:
- [ '--version' ]
- cmd: run default -c .cargo/polkadot.yaml
stdout: |
zepter 1.3.0
zepter 1.3.1
stderr: |
[INFO] Running workflow 'default'
[INFO] 1/1 --version
Expand Down
4 changes: 2 additions & 2 deletions tests/ui/config/v1/version_bin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cases:
- cmd: run default
stderr: |
thread 'main' panicked at src/cmd/run.rs:27:46:
Invalid config file: "Config file version is too new. The file requires at least version 2.0.0, but the current version is 1.3.0. Please update Zepter or ignore this check with `--check-cfg-compatibility=off`."
Invalid config file: "Config file version is too new. The file requires at least version 2.0.0, but the current version is 1.3.1. Please update Zepter or ignore this check with `--check-cfg-compatibility=off`."
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
code: 101
- cmd: run default --check-cfg-compatibility=off
Expand All @@ -13,7 +13,7 @@ cases:
stderr: |
[INFO] Running workflow 'default'
thread 'main' panicked at src/cmd/run.rs:27:46:
Invalid config file: "Config file version is too new. The file requires at least version 2.0.0, but the current version is 1.3.0. Please update Zepter or ignore this check with `--check-cfg-compatibility=off`."
Invalid config file: "Config file version is too new. The file requires at least version 2.0.0, but the current version is 1.3.1. Please update Zepter or ignore this check with `--check-cfg-compatibility=off`."
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
code: 1
configs:
Expand Down
4 changes: 2 additions & 2 deletions tests/ui/root-args/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ crates: []
cases:
- cmd: --version
stdout: |
zepter 1.3.0
zepter 1.3.1
- cmd: -V
stdout: |
zepter 1.3.0
zepter 1.3.1

0 comments on commit b49d841

Please sign in to comment.