OpenSearch/modules
Jason Tedor 39c5f98de7
Introduce test issue logging (#44477)
Today we have an annotation for controlling logging levels in
tests. This annotation serves two purposes, one is to control the
logging level used in tests, when such control is needed to impact and
assert the behavior of loggers in tests. The other use is when a test is
failing and additional logging is needed. This commit separates these
two concerns into separate annotations.

The primary motivation for this is that we have a history of leaving
behind the annotation for the purpose of investigating test failures
long after the test failure is resolved. The accumulation of these stale
logging annotations has led to excessive disk consumption. Having
recently cleaned this up, we would like to avoid falling into this state
again. To do this, we are adding a link to the test failure under
investigation to the annotation when used for the purpose of
investigating test failures. We will add tooling to inspect these
annotations, in the same way that we have tooling on awaits fix
annotations. This will enable us to report on the use of these
annotations, and report when stale uses of the annotation exist.
2019-07-18 05:33:33 +09:00
..
aggs-matrix-stats Remove generic on AggregatorFactory (#43664) (#44079) 2019-07-10 13:20:28 -04:00
analysis-common Don't use index_phrases on graph queries (#44340) 2019-07-17 16:46:00 +01:00
ingest-common Reorder HandledTransportAction ctor args (#44291) 2019-07-12 13:45:09 -07:00
ingest-geoip Remove -Xlint exclusions in the ingest-geoip module. (#40629) 2019-04-01 16:21:07 +02:00
ingest-user-agent convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
lang-expression Upgrade to lucene-8.2.0-snapshot-6413aae226 (#44480) 2019-07-17 13:28:28 +02:00
lang-mustache Reorder HandledTransportAction ctor args (#44291) 2019-07-12 13:45:09 -07:00
lang-painless Removed writeTo from TransportResponse and ActionResponse (#44092) 2019-07-10 12:42:04 -07:00
mapper-extras Ensure field caps doesn't error on rank feature fields. (#44370) 2019-07-16 15:56:50 -07:00
parent-join Remove generic on AggregatorFactory (#43664) (#44079) 2019-07-10 13:20:28 -04:00
percolator Refactor index engines to manage readers instead of searchers (#43860) 2019-07-04 22:49:43 +02:00
rank-eval Removed writeTo from TransportResponse and ActionResponse (#44092) 2019-07-10 12:42:04 -07:00
reindex Reindex ScrollableHitSource pump data out (#43864) 2019-07-09 11:50:09 +02:00
repository-url Remove blobExists Method from BlobContainer (#44472) (#44475) 2019-07-17 11:56:02 +02:00
transport-netty4 Introduce test issue logging (#44477) 2019-07-18 05:33:33 +09:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00