inlong icon indicating copy to clipboard operation
inlong copied to clipboard

[INLONG-9866][Sort] Add end to end test case(redis to redis) for sort-connector-redis-v1.15.

Open XiaoYou201 opened this issue 1 year ago • 1 comments

Prepare a Pull Request

  • [INLONG-9866][Sort] Add end to end test case(redis to redis) for sort-connector-redis-v1.15.

  • Fixes #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.

XiaoYou201 avatar Mar 24 '24 07:03 XiaoYou201

Excuse me, I didn't find RedisToRedisITCase in the test result logs, it seems the test is not runned, please check and fix it

EMsnap avatar Mar 25 '24 06:03 EMsnap