Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(progress): Resolve flakiness #14223

Merged
merged 1 commit into from
Jul 9, 2024
Merged

test(progress): Resolve flakiness #14223

merged 1 commit into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. test(progress): Resolve flakiness

    This is a follow up to rust-lang#14181 which broke CI in rust-lang#14221
    
    ```
    ---- progress::always_shows_progress stdout ----
    running `/Users/runner/work/cargo/cargo/target/debug/cargo check`
    thread 'progress::always_shows_progress' panicked at tests/testsuite/progress.rs:128:10:
    
    ---- expected: tests/testsuite/progress.rs:116:13
    ++++ actual:   stderr
       1    1 | [DOWNLOADING] 1 crate                                                                              
       2    2 | [DOWNLOADING] 2 crates                                                                             
       3    3 | [DOWNLOADING] 3 crates                                                                             
       4    4 | [DOWNLOADED] 3 crates ([..]KB) in [..]s
       5      - [BUILDING] [..] 0/4: [..]
       6    5 | [BUILDING] [..] 3/4: foo                                             
       7    6 | [FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
       8    7 | ...∅
    
    Update with SNAPSHOTS=overwrite
    ```
    epage committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    955faa1 View commit details
    Browse the repository at this point in the history