From 62750441cdfbf17f7fa5db3bbf1320c1dc5be838 Mon Sep 17 00:00:00 2001 From: Vailin Choi Date: Mon, 2 Sep 2019 12:59:48 -0500 Subject: Add comment to add tests later to verify conflicting values for MPI-specific properties on multiple opens. --- testpar/t_file.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testpar/t_file.c b/testpar/t_file.c index f1aff19..204095b 100644 --- a/testpar/t_file.c +++ b/testpar/t_file.c @@ -736,6 +736,11 @@ open_file(const char *filename, hid_t fapl, int metadata_write_strategy, return nerrors; } +/* + * NOTE: See HDFFV-10894 and add tests later to verify MPI-specific properties in the + * incoming fapl that could conflict with the existing values in H5F_shared_t on + * multiple opens of the same file. + */ void test_file_properties(void) { -- cgit v0.12