-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Improve][E2E] Improve redis test for delete hash #9946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
[Improve][E2E] Improve redis test for delete hash #9946
Conversation
...edis-e2e/src/test/java/org/apache/seatunnel/e2e/connector/redis/RedisTestCaseTemplateIT.java
Show resolved
Hide resolved
|
How much can this modification time be reduced? |
This modification reduced the test time by almost 50%. @zhangshenghang |
...edis-e2e/src/test/java/org/apache/seatunnel/e2e/connector/redis/RedisTestCaseTemplateIT.java
Outdated
Show resolved
Hide resolved
Do you have actual screenshots? |
If we apply these changes, we can reduce the time even more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
...edis-e2e/src/test/java/org/apache/seatunnel/e2e/connector/redis/RedisTestCaseTemplateIT.java
Show resolved
Hide resolved
...edis-e2e/src/test/java/org/apache/seatunnel/e2e/connector/redis/RedisTestCaseTemplateIT.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1


There are currently too many use cases for redis' e2e, which will slow down the overall e2e time. Most of the use cases can be implemented through unit tests and I will optimize these e2e, which is the first merge request.