Skip to content
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

DAT-18731 - Resolving the /null problem when not finding the createTable.sql #230

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

CharlesQueiroz
Copy link
Contributor

Problem:

The system was encountering a /null path issue when attempting to locate the createTable.sql file, affecting the test reliability.

Solution

  • Modified the cleanup mechanism in GenerateChangelogTest to correctly target and remove generated files in the src/test/resources/generated/ directory
  • Implemented a pre-test cleanup routine to ensure a clean state before test execution
  • Fixed the path resolution logic for SQL file lookup

Evidence

The test execution now shows successful cleanup operations:

image

…ble.aql file

And also solving the problem of not cleaning the files generated after finishing the tests.
pom.xml Outdated Show resolved Hide resolved
@CharlesQueiroz CharlesQueiroz merged commit f6a915e into main Dec 20, 2024
18 checks passed
@CharlesQueiroz CharlesQueiroz deleted the DAT-18731 branch December 20, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants