Skip to content

Test sys::test_uio::test_writev randomly fails on Solaris #2553

@SteveLauC

Description

@SteveLauC
Member

It failed in this line:

let written = write_res.expect("couldn't write");

  ---- sys::test_uio::test_writev stdout ----
  thread 'sys::test_uio::test_writev' panicked at test/sys/test_uio.rs:48:29:
  couldn't write: EINVAL

Currently, we have no idea about the root cause so we decided to disable it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @SteveLauC

        Issue actions

          Test `sys::test_uio::test_writev` randomly fails on Solaris · Issue #2553 · nix-rust/nix