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

file: parameterize file position #6381

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Merge branch 'master' into dynamic-file-position-value

546f13b
Select commit
Loading
Failed to load commit list.
Draft

file: parameterize file position #6381

Merge branch 'master' into dynamic-file-position-value
546f13b
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD 32-bit failed Sep 7, 2024 in 4m 42s

Task Summary

Instruction test failed in 04:22

Details

✅ 00:03 clone
✅ 00:13 setup
❌ 04:22 test

---- fs::file::tests::write_seek_write_err stdout ----
thread 'fs::file::tests::write_seek_write_err' panicked at tokio/src/fs/mocks.rs:16:1:
MockFile::inner_seek(?): No matching expectation found

---- fs::file::tests::write_twice_before_dispatch stdout ----
thread 'fs::file::tests::write_twice_before_dispatch' panicked at tokio/src/fs/mocks.rs:16:1:
MockFile::inner_seek(?): No matching expectation found

---- fs::file::tests::read_with_buffer_larger_than_max stdout ----
thread 'fs::file::tests::read_with_buffer_larger_than_max' panicked at tokio/src/fs/mocks.rs:16:1:
MockFile::inner_seek(?): No matching expectation found

---- fs::file::tests::write_write_err stdout ----
thread 'fs::file::tests::write_write_err' panicked at tokio/src/fs/mocks.rs:16:1:
MockFile::inner_seek(?): No matching expectation found

---- fs::file::tests::write_with_buffer_larger_than_max stdout ----
thread 'fs::file::tests::write_with_buffer_larger_than_max' panicked at tokio/src/fs/mocks.rs:16:1:
MockFile::inner_seek(?): No matching expectation found


failures:
    fs::file::tests::busy_file_seek_error
    fs::file::tests::flush_while_idle
    fs::file::tests::incomplete_flush_followed_by_write
    fs::file::tests::incomplete_partial_read_followed_by_write
    fs::file::tests::incomplete_read_followed_by_flush
    fs::file::tests::incomplete_read_followed_by_write
    fs::file::tests::open_read
    fs::file::tests::open_set_len_err
    fs::file::tests::open_set_len_ok
    fs::file::tests::open_write
    fs::file::tests::partial_read_set_len_ok
    fs::file::tests::read_err
    fs::file::tests::read_err_then_read_success
    fs::file::tests::read_twice_before_dispatch
    fs::file::tests::read_with_bigger_buf
    fs::file::tests::read_with_buffer_larger_than_max
    fs::file::tests::read_with_smaller_buf
    fs::file::tests::sync_all_err_ordered_after_write
    fs::file::tests::sync_all_ordered_after_write
    fs::file::tests::sync_data_err_ordered_after_write
    fs::file::tests::sync_data_ordered_after_write
    fs::file::tests::write_read_flush_err
    fs::file::tests::write_read_write_err
    fs::file::tests::write_seek_flush_err
    fs::file::tests::write_seek_write_err
    fs::file::tests::write_twice_before_dispatch
    fs::file::tests::write_with_buffer_larger_than_max
    fs::file::tests::write_write_err

test result: FAILED. 104 passed; 28 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.94s

error: test failed, to rerun pass `-p tokio --lib`

Exit status: 101