Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the pytest error for async io (#559)
This PR fixes #558 The root cause is that POSIX and cuFile report different error messages for the same invalid operation which attempts to read from a write-only file. The unit test needs to take account of these different messages. Authors: - Tianyu Liu (https://github.com/kingcrimsontianyu) Approvers: - Vukasin Milovanovic (https://github.com/vuule) - Mads R. B. Kristensen (https://github.com/madsbk) URL: #559
- Loading branch information