Skip to content

Add migration idempotency checks #155

Add migration idempotency checks

Add migration idempotency checks #155

Triggered via pull request November 9, 2023 09:59
Status Failure
Total duration 49m 14s
Artifacts

rust-checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
unused import: `regex::Regex`: core/tests/create_snapshot.rs#L28
error: unused import: `regex::Regex` --> core/tests/create_snapshot.rs:28:5 | 28 | use regex::Regex; | ^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings`
variable does not need to be mutable: core/tests/create_snapshot.rs#L77
error: variable does not need to be mutable --> core/tests/create_snapshot.rs:77:13 | 77 | let mut child = create_snapshot(&ws_url, &snap_file_path, block_hash); | ----^^^^^ | | | help: remove this `mut` | = note: `-D unused-mut` implied by `-D warnings`
clippy-lint
Clippy had exited with the 101 exit code
rust-tests: core/tests/create_snapshot.rs#L28
unused import: `regex::Regex`
rust-tests: core/tests/create_snapshot.rs#L77
variable does not need to be mutable
rust-tests
Process completed with exit code 101.