elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.06k stars 24.52k forks source link

[CI] XPackRestIT » test {p0=xpack/15_basic/Usage stats for mappings} failure #51127

Closed jrodewig closed 4 years ago

jrodewig commented 4 years ago

Failure:

java.lang.AssertionError: Failure at [xpack/15_basic:174]: index.mappings.field_types didn't match expected value: |  
  | index.mappings.field_types: |  
  | received [6] more entries than expected |  
  |   |  
  | Caused by: |  
  | java.lang.AssertionError: index.mappings.field_types didn't match expected value: |  
  | index.mappings.field_types: |  
  | received [6] more entries than expected

Reproduce line:

./gradlew ':x-pack:plugin:integTestRunner' --tests "org.elasticsearch.xpack.test.rest.XPackRestIT.test {p0=xpack/15_basic/Usage stats for mappings}" -Dtests.seed=4393FCCB744DEE50 -Dtests.security.manager=true -Dtests.locale=th-TH -Dtests.timezone=Europe/Oslo -Dcompiler.java=13 -Druntime.java=8 -Dtests.rest.blacklist=getting_started/10_monitor_cluster_health/*

Build url:https://gradle-enterprise.elastic.co/s/lydc4bil5uvgi

elasticmachine commented 4 years ago

Pinging @elastic/es-search (:Search/Mapping)

jpountz commented 4 years ago

I disabled the test.

jpountz commented 4 years ago

This failure was caused by other services started up by XPack and has become irrelevant now that mapping stats have moved to cluster stats.