OpenSearch/qa/evil-tests
Jason Tedor 5b1b146099
Normalize environment paths (#45179)
This commit applies a normalization process to environment paths, both
in how they are stored internally, also their settings values. This
normalization is done via two means:
 - we make the paths absolute
 - we remove redundant name elements from the path (what Java calls
   "normalization")

This change ensures that when we compare and refer to these paths within
the system, we are using a common ground. For example, prior to the
change if the data path was relative, we would not compare it correctly
to paths from disk usage. This is because the paths in disk usage were
being made absolute.
2019-08-06 06:04:30 -04:00
..
src/test Normalize environment paths (#45179) 2019-08-06 06:04:30 -04:00
build.gradle Testclusters: Convert additional projects (#43625) 2019-06-28 16:44:42 +03:00