elasticsearch/plugins
David Turner 1cf15a7ae3
Fail tests on unknown actions (#81230)
Today in tests we handle requests for unknown actions much as in
production code, dropping the message and logging a warning. Tests may
fail if they hit such an error, but there might be many retries first
and and the failure might just be reported as a timeout which is hard to
diagnose. Some tests might even still pass if, for instance, the bad
message is something like a background stats request.

Nonetheless we should not be sending requests for unknown actions in
(almost all) tests. We should instead be making sure that the
destination node has a new enough version to understand the request
first. Therefore with this commit we fail tests immediately on the first
unknown action they encounter.

Relates #81116
2021-12-02 16:57:40 +00:00
..
analysis-icu Script: Ordinal field data plumbing (#80970) 2021-12-02 09:18:48 -06:00
analysis-kuromoji Fix shadowed vars pt5 (#80855) 2021-11-19 10:47:26 +00:00
analysis-nori Upgrade Lucene 9 snapshot cc2a31f2be8 (#80213) 2021-11-02 15:50:33 -04:00
analysis-phonetic Upgrade Lucene 9 snapshot cc2a31f2be8 (#80213) 2021-11-02 15:50:33 -04:00
analysis-smartcn Upgrade Lucene 9 snapshot cc2a31f2be8 (#80213) 2021-11-02 15:50:33 -04:00
analysis-stempel Upgrade Lucene 9 snapshot cc2a31f2be8 (#80213) 2021-11-02 15:50:33 -04:00
analysis-ukrainian Upgrade Lucene 9 snapshot cc2a31f2be8 (#80213) 2021-11-02 15:50:33 -04:00
discovery-azure-classic Fix shadowed vars pt5 (#80855) 2021-11-19 10:47:26 +00:00
discovery-ec2 Fix shadowed vars pt5 (#80855) 2021-11-19 10:47:26 +00:00
discovery-gce Fix shadowed vars pt5 (#80855) 2021-11-19 10:47:26 +00:00
examples Replace usages with HLRC in plugin examples with new client (#80786) 2021-11-17 09:15:52 -08:00
ingest-attachment Extract more standard metadata from binary files (#78754) 2021-11-23 05:01:08 +01:00
mapper-annotated-text Fix shadowed vars pt5 (#80855) 2021-11-19 10:47:26 +00:00
mapper-murmur3 Split off the values supplier for ScriptDocValues (#80635) 2021-11-29 09:41:03 -08:00
mapper-size Reformat Elasticsearch source 2021-10-27 08:19:51 -07:00
repository-azure Fix shadowed vars pt5 (#80855) 2021-11-19 10:47:26 +00:00
repository-gcs Fix shadowed vars pt5 (#80855) 2021-11-19 10:47:26 +00:00
repository-hdfs Fix shadowed vars pt5 (#80855) 2021-11-19 10:47:26 +00:00
repository-s3 Fix shadowed vars pt5 (#80855) 2021-11-19 10:47:26 +00:00
store-smb Reformat Elasticsearch source 2021-10-27 08:19:51 -07:00
transport-nio Fail tests on unknown actions (#81230) 2021-12-02 16:57:40 +00:00
build.gradle Introduce Cloud docker variant (#74980) 2021-08-20 20:11:05 +01:00