OpenSearch/qa
Jason Tedor 91cb563247 Provide helpful error message if a plugin exists
Today if an older version of a plugin exists, we fail to notify the user
with a helpful error message. This happens because during plugin
verification, we attempt to read the plugin descriptors for all existing
plugins. When an older version of a plugin is sitting on disk, we will
attempt to read this old plugin descriptor and fail due to a version
mismatch. This leads to an unhelpful error message. Instead, we should
check for existence of the plugin as part of the verification phase, but
before attempting to read plugin descriptors for existing plugins. This
enables us to provide a helpful error message to the user.

Relates #22305
2016-12-21 22:37:07 -05:00
..
backwards-5.0 Add BWC layer to seq no infra and enable BWC tests (#22185) 2016-12-19 13:08:24 +01:00
evil-tests Provide helpful error message if a plugin exists 2016-12-21 22:37:07 -05:00
no-bootstrap-tests Refer to system call filter instead of seccomp 2016-12-16 18:30:19 -05:00
rolling-upgrade Add BWC layer to seq no infra and enable BWC tests (#22185) 2016-12-19 13:08:24 +01:00
smoke-test-client Remove `modules/transport_netty_3` in favor of `netty_4` (#21590) 2016-11-17 12:44:42 +01:00
smoke-test-http Consolidate the last easy parser construction (#22095) 2016-12-14 15:41:25 -05:00
smoke-test-ingest-disabled Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-ingest-with-all-dependencies compile ScriptProcessor inline scripts when creating ingest pipelines (#21858) 2016-12-14 17:26:51 -08:00
smoke-test-multinode Increase suite timeout for multi-node smoke tests 2016-11-28 15:18:58 +01:00
smoke-test-plugins Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-reindex-with-painless Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
smoke-test-tribe-node Remove explicit task paths in tribe node test 2016-11-14 13:52:57 -05:00
vagrant Bump version to 5.1.2 2016-12-08 16:40:39 -05:00