ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
72 stars 22 forks source link

unit tests seem to time out in CI sometimes #322

Open cgwalters opened 2 years ago

cgwalters commented 2 years ago

This appears to be a recent flake. Needs debugging.

cgwalters commented 2 years ago
  cargo test -- --nocapture --quiet
  shell: sh -e {0}
  env:
    CARGO_TERM_COLOR: always
    ACTION_MSRV_TOOLCHAIN: 1.58.1
    ACTION_LINTS_TOOLCHAIN: 1.58.1
    CACHE_ON_FAILURE: false
    CARGO_INCREMENTAL: 0
    Finished test [optimized + debuginfo] target(s) in 0.17s
     Running unittests src/lib.rs (target/debug/deps/ostree_ext-f7eeb5a2c82c0c91)
running 25 tests
.........................
test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
     Running tests/it/main.rs (target/debug/deps/it-ebbb646aed721830)
running 13 tests
.Imported 1 GPG key to remote "myremote"
+ ostree --repo=dest/repo ls 839823e1977af2c5f85c178ed6e5f03db17c8b12704060d31147b787878a26aa /usr/bin/newderivedfile2
++ ostree --repo=dest/repo cat 839823e1977af2c5f85c178ed6e5f03db17c8b12704060d31147b787878a26aa /usr/bin/newderivedfile
+ test 'newderivedfile v1' = 'newderivedfile v1'
+ ostree --repo=dest/repo ls 839823e1977af2c5f85c178ed6e5f03db17c8b12704060d31147b787878a26aa /usr/bin/newderivedfile3
.i..Imported 1 GPG key to remote "myremote"
.......test test_tar_write_tar_layer has been running for over 60 seconds
cgwalters commented 1 year ago

Haven't seen this in a bit, closing

cgwalters commented 1 year ago

Nope, saw it again

cgwalters commented 1 year ago

Things have been OK recently.