Skip to content

Conversation

@nakamura-to
Copy link
Member

Summary

  • Changed shouldRunAfter to dependsOn for SQL test tasks to ensure SQL files are generated before tests run
  • This prevents test failures caused by missing SQL files when tasks run in parallel

Test plan

  • Run ./gradlew :codegen-h2-test:domaCodeGenH2SqlTestAll to verify SQL test files are generated correctly
  • Verify that SQL generation task runs before SQL test task
  • Check that generated test files contain proper test cases for SQL files

🤖 Generated with Claude Code

Changed shouldRunAfter to dependsOn for SQL test task to guarantee that SQL files
are generated before the test task runs, preventing test failures due to missing files.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@github-actions github-actions bot added the fix label Jun 29, 2025
@nakamura-to nakamura-to merged commit bb9b529 into master Jun 29, 2025
2 checks passed
@nakamura-to nakamura-to deleted the fix/sql-test-task branch June 29, 2025 02:24
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.

2 participants