[TEST] Fix Unit and Integration Tests as part of Removal of XPack code
See original GitHub issueThis 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:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
verification tasks (
gradle check
) pass in the below sub-projects:./gradlew :benchmarks:check
)./gradlew :example-plugins:xxx:check
)./gradlew :libs:xxx:check
)./gradlew :modules:xxx:check
)Closing issue as all test issues are complete! 🎉