OpenSearch/plugins/discovery-file/src/test
David Roberts 749c3ec716
Remove the single argument Environment constructor (#27235)
Only tests should use the single argument Environment constructor.  To
enforce this the single arg Environment constructor has been replaced with
a test framework factory method.

Production code (beyond initial Bootstrap) should always use the same
Environment object that Node.getEnvironment() returns.  This Environment
is also available via dependency injection.
2017-11-04 13:25:09 +00:00
..
java/org/elasticsearch/discovery/file Remove the single argument Environment constructor (#27235) 2017-11-04 13:25:09 +00:00
resources/rest-api-spec/test/discovery_file Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00