Skip to content

Explicitly cleanup test index with shared data path#136048

Merged
rjernst merged 15 commits intoelastic:mainfrom
rjernst:entitlements/data_path_test_cleanup
Dec 16, 2025
Merged

Explicitly cleanup test index with shared data path#136048
rjernst merged 15 commits intoelastic:mainfrom
rjernst:entitlements/data_path_test_cleanup

Conversation

@rjernst
Copy link
Member

@rjernst rjernst commented Oct 6, 2025

This commit adds explicit cleanup of a test index using a shared data path. Otherwise the rest test infra tries to clean it up, which checks the data_path setting, and emits a warning which fails the test.

closes #132223

This commit adds explicit cleanup of a test index using a shared data
path. Otherwise the rest test infra tries to clean it up, which checks
the data_path setting, and emits a warning which fails the test.

closes elastic#132223
@rjernst rjernst added >test Issues or PRs that are addressing/adding tests :Core/Infra/Entitlements Entitlements infrastructure labels Oct 6, 2025
@rjernst rjernst requested a review from mosche October 6, 2025 18:21
@elasticsearchmachine elasticsearchmachine added Team:Core/Infra Meta label for core/infra team v9.3.0 labels Oct 6, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

Copy link
Contributor

@mosche mosche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks for fixing

@rjernst rjernst requested a review from a team as a code owner December 1, 2025 23:57
Copy link
Contributor

@mosche mosche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for debugging the test issues / indeterminism here, or are you intending to keep those loggers?

@rjernst
Copy link
Member Author

rjernst commented Dec 2, 2025

It's just for debugging. Whether we hit this deprecation on delete seems to be non-deterministic, so I'm trying to identify which part of code is reading the setting during delete.

@rjernst rjernst merged commit 795781b into elastic:main Dec 16, 2025
34 checks passed
@rjernst rjernst deleted the entitlements/data_path_test_cleanup branch December 16, 2025 22:58
szybia added a commit to szybia/elasticsearch that referenced this pull request Dec 17, 2025
…-err-message

* upstream/main: (45 commits)
  Add sort field usage to telemetry (elastic#139530)
  ES|QL: Release CCS support for FORK (elastic#139630)
  Parameterize VectorSimilarityFunctionsTests on the similarity function (elastic#139516)
  fix broken links from ccs file move (elastic#139655)
  Update docs for v9.2.3 release (elastic#139479)
  Move tsdb bwc tests to x-pack/logsdb (elastic#139671)
  Fix FirstDocIdGroupingAggregatorFunction (elastic#139619)
  Fix release test for node_reduction profiling (elastic#139515)
  Unmute RestClientSingleHostIntegTests.testRequestResetAndAbort (elastic#139656)
  Unmute VerifyVersionConstantsIT.testLuceneVersionConstant (elastic#139644)
  Mute org.elasticsearch.repositories.gcs.GoogleCloudStorageBlobStoreRepositoryTests testReadNonExistingPath elastic#139665
  Mute org.elasticsearch.smoketest.WatcherYamlRestIT test {p0=mustache/10_webhook/Test webhook action with mustache integration} elastic#139663
  [ES|QL] Run aggregations on aggregate metric double with default metric (elastic#138647)
  Enable TDigest field mapper and ES|QL type (elastic#139607)
  Mute org.elasticsearch.index.mapper.HalfFloatSyntheticSourceNativeArrayIntegrationTests testSynthesizeArrayRandom elastic#139658
  Explicitly cleanup test index with shared data path (elastic#136048)
  Mute org.elasticsearch.xpack.core.action.XPackUsageResponseTests testVersionDependentSerializationWriteToOldStream elastic#139576
  Make XPackUsageResponseTests a wire serializing test case (elastic#139643)
  Mute org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT test {p0=mixed_cluster/90_ml_data_frame_analytics_crud/Start and stop old regression job} elastic#139654
  Relax error bounds for RandomizedTimeSeriesIT (elastic#139641)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Core/Infra/Entitlements Entitlements infrastructure Team:Core/Infra Meta label for core/infra team >test Issues or PRs that are addressing/adding tests v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] MDPYamlTestSuiteIT test {yaml=mdp/10_basic/Index using shared data path} failing

3 participants

Comments