Replaced emdedded RedisServer with testcontainers. #2221
Replaced emdedded RedisServer with testcontainers. #2221felixbarny merged 6 commits intoelastic:masterfrom
Conversation
…est classes(Lettuce*Test) - junit4 has been replaced with version5
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
|
Hi @cachedout , please check this. |
|
run elasticsearch-ci/docs |
|
@felixbarny do we need to test a specific Redis version? |
felixbarny
left a comment
There was a problem hiding this comment.
Please rename the tests extending AbstractRedisInstrumentationTest so that they end with IT (integration test). This makes them not run when doing a mvn test, only a mvn verify.
I don't think we need to test against a specific Redis server version.
…ionTest from Test to IT.
Done |
|
/test |
|
run elasticsearch-ci/docs |
closes #2175
What does this PR do?
Checklist