-
Notifications
You must be signed in to change notification settings - Fork 6
Reorganize the HTTP test files #719
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
Conversation
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.
Pull Request Overview
This PR reorganizes HTTP test files by moving SQL-related files into a dedicated sql/
subdirectory and consolidating test data into a unified data/
directory. The changes simplify file organization and standardize path references across the test infrastructure.
- Moved SQL files to
sql/
subdirectory within the test build directory - Consolidated CSV test data files into a single
data/
directory - Updated all file path references in scripts and CI workflows
Reviewed Changes
Copilot reviewed 3 out of 17 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
tests/backend_integration_tests/build/initdb.js | Updated file paths to reference reorganized SQL and data directories |
package.json | Modified npm script paths to point to new test file locations |
.github/workflows/functions-http-tests.yml | Updated CI workflow paths for SQL file processing |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: LSriragavan <[email protected]>
* re-org http test files * remove folder services/mri-db * copy hades build fix PR: #769 Signed-off-by: LSriragavan <[email protected]> --------- Signed-off-by: LSriragavan <[email protected]>
* re-org http test files * remove folder services/mri-db * copy hades build fix PR: #769 Signed-off-by: LSriragavan <[email protected]> --------- Signed-off-by: LSriragavan <[email protected]>
All HTTP tests files required to setup the test environment & to trigger the tests are now moved under
tests\backend_integration_tests
folderFiles moved,
Merge Checklist
Please cross check this list if additions / modifications needs to be done on top of your core changes and tick them off. Reviewer can as well glance through and help the developer if something is missed out.
develop
branch)