question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[TEST] Fix Unit and Integration Tests as part of Removal of XPack code

See original GitHub issue

This meta issue tracks fixing all the tests which are failing as part of the removal of references of Elastic licensed code (CR #2)

  • @adnapibar Compile Issues (#29)
  • Build Tools Integration Tests (Gradle Task :build-tools:integTest)

REST High Level Client Tests (Gradle Task :client:rest-high-level:test) Tests with failures:

  • org.elasticsearch.client.RequestConvertersTests.testExists (#55)
  • org.elasticsearch.client.RequestConvertersTests.testGetSource (#55)
  • org.elasticsearch.client.RequestConvertersTests.testMultiGet (#55)
  • org.elasticsearch.client.RequestConvertersTests.testSourceExistsWithType (#55)
  • org.elasticsearch.client.indices.GetDataStreamResponseTests.testFromXContent

REST High Level Client Integ Tests (Gradle Task :client:rest-high-level:asyncIntegTest) Tests with failures:

  • org.elasticsearch.client.IndicesClientIT.testFreezeAndUnfreeze(#85)
  • org.elasticsearch.client.IndicesClientIT.testReloadAnalyzer(#48)
  • org.elasticsearch.client.ReindexIT.testDeleteByQuery
  • org.elasticsearch.client.analytics.AnalyticsAggsIT.testTopMetricsDoubleMetric(#59)
  • org.elasticsearch.client.analytics.AnalyticsAggsIT.testStringStats (#59)
  • org.elasticsearch.client.analytics.AnalyticsAggsIT.testTopMetricsSizeTwo (#59)
  • org.elasticsearch.client.analytics.AnalyticsAggsIT.testTopMetricsLongMetric (#59)
  • org.elasticsearch.client.analytics.AnalyticsAggsIT.testTopMetricsDateMetric (#59)
  • org.elasticsearch.client.analytics.AnalyticsAggsIT.testTopMetricsManyMetrics (#59)
  • org.elasticsearch.client.UpdateByQueryIT.testUpdateByQuery
  • org.elasticsearch.client.documentation.IndicesClientDocumentationIT.testFreezeIndex(#85)
  • org.elasticsearch.client.documentation.IndicesClientDocumentationIT.testUnfreezeIndex(#85)
  • org.elasticsearch.client.documentation.IndicesClientDocumentationIT.testReloadSearchAnalyzers(#48)
  • org.elasticsearch.client.documentation.CRUDDocumentationIT.testGetSource
  • org.elasticsearch.client.SearchIT.testSearchWithBasicLicensedQuery (#60)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
tlfengcommented, Feb 2, 2021

verification tasks (gradle check) pass in the below sub-projects:

  • benchmarks (./gradlew :benchmarks:check)
  • example-plugins (./gradlew :example-plugins:xxx:check)
  • libs (./gradlew :libs:xxx:check)
  • modules (./gradlew :modules:xxx:check)
0reactions
nknizecommented, Feb 12, 2021

Closing issue as all test issues are complete! 🎉

Read more comments on GitHub >

github_iconTop Results From Across the Web

[PURIFY] Remove DataStreams · Issue #40 - GitHub
Remove "Data Steams" codes, according to the discussion in PR #36 ... [TEST] Fix Unit and Integration Tests as part of Removal of...
Read more >
Unit testing vs integration testing | CircleCI
In this case, one solution is to test how parts of the application work together as a whole. This approach is called integration...
Read more >
Integration tests in ASP.NET Core | Microsoft Learn
Unit tests are used to test isolated software components, such as individual class methods. Integration tests confirm that two or more app ...
Read more >
7.0 Release notes | Elasticsearch Ruby Client [8.5] | Elastic
Fixed failing integration test; Updated the Manticore development dependency; Fixed a failing Manticore unit test; Removed "turn" and switched the tests to ...
Read more >
6 best practices for integration testing with continuous ...
4. Keep your testing suites separate. Integration tests should not be run together with unit tests. Developers working on specific business logic in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found