OpenSearch/x-pack/plugin
Bogdan Pintea ec4a6aa1c6 SQL: JDBC: fix temporary directory locked test errors in Windows (#56917)
* Fix temp dir locked errors

The tests involving a temporary directory (containing the JDBC JAR) fail
on Windows because they can't be deleted, due to still being in use.
This commit forces a premature closing of the JAR file, which mitigates
the failure by giving the JVM more time to collect any open FDs.
(Calling the System.gc() in the tests is another working alternative
fix.)

The stream-based JAR access is taken care by disabling the cache usage

(cherry picked from commit 04f97333a015404a68e8f19223f33aadeb396687)
2020-05-20 19:46:57 +02:00
..
analytics Move merge compatibility logic from MappedFieldType to FieldMapper (#56915) 2020-05-20 09:43:13 +01:00
async-search Muse AsyncSearchActionIT (#56897) 2020-05-18 13:36:33 +01:00
autoscaling Migrate remaining ESIntegTestCases to internalClusterTest (#56479) (#56563) 2020-05-11 21:06:04 -07:00
ccr Move merge compatibility logic from MappedFieldType to FieldMapper (#56915) 2020-05-20 09:43:13 +01:00
core Fix geotile_grid group_by field mapping (#56939) (#56990) 2020-05-20 08:22:13 -04:00
deprecation Add xpack setting deprecations to deprecation API (#56290) 2020-05-07 10:28:17 -04:00
enrich EnrichProcessorFactory should not throw NPE if missing metadata (#55977) (#56793) 2020-05-15 12:02:13 -04:00
eql EQL: Skip execution for filters with empty results (#56718) 2020-05-14 22:38:23 +03:00
frozen-indices Allow searching of snapshot taken while indexing (#55511) 2020-04-21 13:21:38 +01:00
graph Merge significant_terms into the terms package (backport of #56699) (#56715) 2020-05-13 17:36:21 -04:00
identity-provider Move publishing configuration to a separate plugin (#56727) 2020-05-14 20:23:07 -07:00
ilm Fix Missing IgnoredUnavailable Flag in 7.x SLM Retention Task (#56616) 2020-05-12 18:07:58 +02:00
logstash Deprecated xpack "enable" settings should be no-ops (#55416) (#56167) 2020-05-05 10:40:49 -04:00
mapper-constant-keyword Move merge compatibility logic from MappedFieldType to FieldMapper (#56915) 2020-05-20 09:43:13 +01:00
mapper-flattened Move merge compatibility logic from MappedFieldType to FieldMapper (#56915) 2020-05-20 09:43:13 +01:00
ml Move merge compatibility logic from MappedFieldType to FieldMapper (#56915) 2020-05-20 09:43:13 +01:00
monitoring Migrate remaining ESIntegTestCases to internalClusterTest (#56479) (#56563) 2020-05-11 21:06:04 -07:00
ql SQL: implement SUM, MIN, MAX, AVG over literals (#56786) (#56850) 2020-05-16 02:13:55 +03:00
rollup Merge significant_terms into the terms package (backport of #56699) (#56715) 2020-05-13 17:36:21 -04:00
search-business-rules Migrate remaining ESIntegTestCases to internalClusterTest (#56479) (#56563) 2020-05-11 21:06:04 -07:00
searchable-snapshots upgrade to Lucene 8.6.0 snapshot (#56661) 2020-05-13 14:25:16 +02:00
security Test adjustments for FIPS 140 (#56526) 2020-05-15 18:10:45 +03:00
spatial Move merge compatibility logic from MappedFieldType to FieldMapper (#56915) 2020-05-20 09:43:13 +01:00
sql SQL: JDBC: fix temporary directory locked test errors in Windows (#56917) 2020-05-20 19:46:57 +02:00
src/test [ML] relax throttling on expired data cleanup (#56711) (#56895) 2020-05-18 08:46:42 -04:00
transform Fix geotile_grid group_by field mapping (#56939) (#56990) 2020-05-20 08:22:13 -04:00
vectors Move merge compatibility logic from MappedFieldType to FieldMapper (#56915) 2020-05-20 09:43:13 +01:00
voting-only-node Convert remaining license methods to isAllowed (#55908) (#55991) 2020-04-30 15:52:22 -07:00
watcher Cause is tracked in #49094 (#56887) 2020-05-18 15:03:38 +03:00
wildcard Move merge compatibility logic from MappedFieldType to FieldMapper (#56915) 2020-05-20 09:43:13 +01:00
build.gradle [7.x] json spec: allow null for documentation url (#55749) (#56625) 2020-05-12 14:49:02 -05:00