OpenSearch/qa
Jason Tedor 4e97be02a9 Export HOSTNAME environment variable
We previously explicitly set the HOSTNAME environment variable so that
${HOSTNAME} could be used a placeholder for defining the node.name in
elasticsearch.yml. We removed explicitly setting this because bash
defines HOSTNAME. The problem is that bash defines HOSTNAME as a bash
variable, not as an environment variable. Therefore, to restore the
previous behavior, we export the bash value for HOSTNAME as an
environment variable named HOSTNAME. For consistency between Windows and
the Unix-like systems, we also define HOSTNAME with a value equal to the
environment variable COMPUTERNAME on Windows.

Relates #26262
2017-08-17 16:51:02 -04:00
..
evil-tests Use nio transport in test clusters (#25986) 2017-08-01 16:19:31 -05:00
full-cluster-restart Drop upgrade from full cluster restart tests (#26224) 2017-08-15 16:00:35 -04:00
mixed-cluster Update version to 7.0.0-alpha1 (#25876) 2017-08-01 15:47:48 -04:00
multi-cluster-search Respect cluster alias in `_index` aggs and queries (#25885) 2017-07-26 09:16:52 +02:00
no-bootstrap-tests Fix permissions handling on Windows spawner test 2017-04-07 06:25:24 -04:00
query-builder-bwc percolator: Store the QueryBuilder's Writable representation instead of its XContent representation. 2017-07-28 12:24:10 +02:00
reindex-from-old Shade external dependencies in the rest client jar 2017-07-24 12:55:43 -05:00
rolling-upgrade Update version to 7.0.0-alpha1 (#25876) 2017-08-01 15:47:48 -04:00
smoke-test-client Use nio transport in test clusters (#25986) 2017-08-01 16:19:31 -05:00
smoke-test-http Use nio transport in test clusters (#25986) 2017-08-01 16:19:31 -05:00
smoke-test-ingest-disabled Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-ingest-with-all-dependencies remove ingest.new_date_format (#25583) 2017-07-10 13:07:50 -07:00
smoke-test-multinode Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-plugins Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-reindex-with-all-modules test: re-enable `Reindex from remote with parent join field` test no that join field type no longer always emits its fields inside search hits. 2017-07-07 10:18:13 +02:00
smoke-test-tribe-node Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
vagrant Export HOSTNAME environment variable 2017-08-17 16:51:02 -04:00
verify-version-constants Fix docs lucene version check error message 2017-06-26 15:45:13 -07:00
wildfly Shade external dependencies in the rest client jar 2017-07-24 12:55:43 -05:00