summaryrefslogtreecommitdiffstats
path: root/fortran/test/vol_connector.F90
diff options
context:
space:
mode:
authorQuincey Koziol <qkoziol@amazon.com>2023-01-09 23:18:28 (GMT)
committerGitHub <noreply@github.com>2023-01-09 23:18:28 (GMT)
commit06c12f97cd309f661926a7cbc007325cd4284d52 (patch)
tree873256a1cfdcd7d49176ec7aafb58a4abe24caa2 /fortran/test/vol_connector.F90
parent90d20764f417a1eb717293256634570fdc6f803d (diff)
downloadhdf5-06c12f97cd309f661926a7cbc007325cd4284d52.zip
hdf5-06c12f97cd309f661926a7cbc007325cd4284d52.tar.gz
hdf5-06c12f97cd309f661926a7cbc007325cd4284d52.tar.bz2
Pass-through connector testing flexibility (#2399)
* Correct concurrency bugs when running tests, along with a bugfix & small warning cleanup. * Committing clang-format changes * Allow spaces (and tabs) in VOL connector info string from environment variable. * Parse connector name from HDF5_PLUGIN_PATH environment variable better * Correct H5VLquery_optional to use H5VL routine instead of H5I. Also add an error message to the failure return value from not finding a plugin. * Play nice with existing plugin paths * Use API routine to determine if native connector is terminal. * Committing clang-format changes * Make string size larger, to allow for connectors with longer names. * Be more flexible about testing external pass through connectors, especially if they have registered new optional operations. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: AWS ParallelCluster user <ec2-user@ip-10-0-0-65.us-east-2.compute.internal> Co-authored-by: Koziol <qkoziol@88665a374c70.ant.amazon.com>
Diffstat (limited to 'fortran/test/vol_connector.F90')
-rw-r--r--fortran/test/vol_connector.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/vol_connector.F90 b/fortran/test/vol_connector.F90
index bfea2e1..e2235f4 100644
--- a/fortran/test/vol_connector.F90
+++ b/fortran/test/vol_connector.F90
@@ -235,7 +235,7 @@ PROGRAM vol_connector
INTEGER :: error
INTEGER :: ret_total_error
LOGICAL :: cleanup, status
- CHARACTER(LEN=12) :: VOL_CONNECTOR_ENV
+ CHARACTER(LEN=32) :: VOL_CONNECTOR_ENV
INTEGER :: LEN = 0
INTEGER :: CONN_NAME_LEN