OpenSearch/qa
Jason Tedor d4947c26ae Use jvm.options where needed in packaging tests
We have some packaging tests where we use a custom jvm.options file. The
flags we use here are barebones, just enough to exercise that using a
custom jvm.options files actually works. Due to this, we are missing a
Log4j flag that prevents Log4j from trying to use JMX. If Log4j tries to
use JMX, it hits a security manager exception and tries to log
this. This attempt to log happens before we've configured
logging. Previously, Elasticsearch was lenient here so this was treated
as harmless and the test could march on. Now, we fail startup if we
detect an attempt to log before logging is configured so this prevents
Elasticsearch from starting if we do not have jvm.options files in place
that prevent these log messages from being written before logging is
being configured. This commit adds jvm.options files in the places need
to prevent this.
2017-04-13 23:19:07 -04:00
..
backwards-5.0 Build: Find bwc version during build (#23801) 2017-03-29 12:11:38 -07:00
evil-tests Remove awaits fix from evil JNA native tests 2017-04-13 06:53:02 -04:00
multi-cluster-search Wildcard cluster names for cross cluster search (#23985) 2017-04-11 13:56:26 -05:00
no-bootstrap-tests Fix permissions handling on Windows spawner test 2017-04-07 06:25:24 -04:00
rolling-upgrade Build: Find bwc version during build (#23801) 2017-03-29 12:11:38 -07:00
smoke-test-client Introduce single-node discovery 2017-04-04 03:02:58 -04:00
smoke-test-http Rename random ASCII helper methods 2017-04-04 11:04:18 -04:00
smoke-test-ingest-disabled Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
smoke-test-ingest-with-all-dependencies Mustache: don't extend AbstractComponent (#23419) 2017-03-01 14:54:27 -05:00
smoke-test-multinode Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
smoke-test-plugins Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
smoke-test-reindex-with-painless Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
smoke-test-tribe-node Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
vagrant Use jvm.options where needed in packaging tests 2017-04-13 23:19:07 -04:00