[INLONG-9866][Sort] Add end to end test case(redis to redis) for sort-connector-redis-v1.15.#9869
Merged
Merged
Conversation
aloyszhang
reviewed
Mar 25, 2024
aloyszhang
reviewed
Mar 25, 2024
aloyszhang
previously approved these changes
Mar 25, 2024
Member
|
Excuse me, I didn't find RedisToRedisITCase in the test result logs, it seems the test is not runned, please check and fix it |
….13 and v1.15 and rename test case.
EMsnap
reviewed
Apr 1, 2024
EMsnap
approved these changes
Apr 2, 2024
luchunliang
approved these changes
Apr 2, 2024
aloyszhang
approved these changes
Apr 2, 2024
castorqin
pushed a commit
to castorqin/inlong
that referenced
this pull request
Apr 2, 2024
…-connector-redis-v1.15. (apache#9869)
castorqin
pushed a commit
to castorqin/inlong
that referenced
this pull request
Apr 3, 2024
…-connector-redis-v1.15. (apache#9869)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare a Pull Request
[INLONG-9866][Sort] Add end to end test case(redis to redis) for sort-connector-redis-v1.15.
Fixes [Improve][Sort] Add end to end test case for sort-connector-redis-v1.15 #9866
Motivation
Sort-connector-redis-v1.15 has not end to end test case yet, Add a redis to redis test case to it.
Modifications
Add Redis to Redis test case. It tested source and sink function. source funtion surpports GET, HGET, ZREVRANK, ZSCORE four type request and sink function supports PLAIN, HASH two sink functions.
This test case used jedis to verify that the results are correct.