Skip to content

Spurios test failures on Windows for get_position_shared #555

@vchuravy

Description

@vchuravy
Test Failed at D:\a\MPI.jl\MPI.jl\test\test_io_shared.jl:70
  Expression: MPI.File.get_position_shared(fh) == sum(1:sz)
   Evaluated: 0 == 3
ERROR: LoadError: There was an error during testing

https://github.com/JuliaParallel/MPI.jl/runs/6022508469?check_suite_focus=true

We require atomicity on the file handle

MPI.File.set_atomicity(fh, true)
, but we still seem to run into non-atomic updates...

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

    Issue actions