-
Notifications
You must be signed in to change notification settings - Fork 350
Action Service #1914
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: develop
Are you sure you want to change the base?
Action Service #1914
Conversation
@AfterEach | ||
public void cleanUp() throws Exception { | ||
try (Connection conn = dataSource.getConnection(); Statement stmt = conn.createStatement()) { | ||
stmt.execute("TRUNCATE TABLE action RESTART IDENTITY CASCADE"); |
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.
can you use the existing cleanRowsInCurrentConnection util to clean the tables ??
@SOHAMPAL23 can you fix the formatting issue ?? |
@mozzy11 Yeah working on it |
RUN |
Thanks @SOHAMPAL23 . |
462e9ba
to
1167900
Compare
Pull Requests Requirements
Testing Scope:
Summary
This PR introduces comprehensive Spring JUnit tests for the Action module, complete with a corresponding DBUnit XML dataset. It ensures full CRUD coverage, robust edge case handling, and valid integration with the service and DAO layers.
Related Issue
#1913
Other
[Add any additional information or notes here]