Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Fix AppendVec test breakage...#7693

Merged
ryoqun merged 1 commit intosolana-labs:masterfrom
ryoqun:append-vec-test-breakage
Jan 7, 2020
Merged

Fix AppendVec test breakage...#7693
ryoqun merged 1 commit intosolana-labs:masterfrom
ryoqun:append-vec-test-breakage

Conversation

@ryoqun
Copy link
Copy Markdown
Contributor

@ryoqun ryoqun commented Jan 6, 2020

#7373 started to break master branch's CI.. This is caused by incompatible changes introduced by my parallel PR #7464. They are met with each other for the first time on the master branch..

Comment thread runtime/src/append_vec.rs
}

#[test]
fn test_set_file_empty_data() {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread runtime/src/append_vec.rs
let file = get_append_vec_path("test_append_vec_set_file_bad_size");
let path = &file.path;
let mut av = AppendVec::new_empty_map(0);
assert_eq!(av.accounts(0).len(), 0);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryoqun
Copy link
Copy Markdown
Contributor Author

ryoqun commented Jan 7, 2020

What... never seen ci error...:

   Compiling solana-gossip v0.23.0 (/solana/gossip)
   Compiling solana-validator v0.23.0 (/solana/validator)
   Compiling solana-bench-streamer v0.23.0 (/solana/bench-streamer)
error: Failed to delete invalidated or incompatible incremental compilation session directory contents `/solana/target/debug/incremental/solana_bench_tps-yafnuyc7rtvm/s-fjhaf3fvuq-1md9dn4-working/dep-graph.bin`: No such file or directory (os error 2).
 
error: aborting due to previous error
 
error: could not compile `solana-bench-tps`.
warning: build failed, waiting for other jobs to finish...
error: build failed
🚨 Error: The command exited with status 101





@ryoqun
Copy link
Copy Markdown
Contributor Author

ryoqun commented Jan 7, 2020

Although stable failed for mysterious and unrelated reason, coverage build succeeded. :) I'm merging this.

@ryoqun ryoqun merged commit e5425d4 into solana-labs:master Jan 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant