From b21ab32ba94c2e8b0be834dc1fb881b551919beb Mon Sep 17 00:00:00 2001 From: "Glenn K. Lockwood" Date: Sat, 6 Oct 2018 09:27:41 -0700 Subject: [PATCH] update known issues of 3.2.0 release --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 4ff935d..670df56 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,14 @@ General developer improvements: - Added continuous integration support (Enno Zickler, U Hamburg) - Added better support for automated testing (Julian Kunkel, U Reading) +Known issues: + +- `api=RADOS` cannot work correctly if specified in a config file (via `-f`) + because `-u`/`-c`/`-p` cannot be specified (issue #98) +- `writeCheck` cannot be enabled for write-only tests using some AIORIs such as + MPI-IO (pull request #89) + + Version 3.0.2 -------------------------------------------------------------------------------- - IOR and mdtest now share a common codebase. This will make it easier