Skip to content

Conversation

LSriragavan
Copy link
Collaborator

@LSriragavan LSriragavan commented Aug 22, 2025

All HTTP tests files required to setup the test environment & to trigger the tests are now moved under tests\backend_integration_tests folder
Files moved,

  • initdb.js
  • DDL SQL scripts
  • Test data CSV files

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.

  • Automated Tests (Jasmine integration tests, Unit tests, and/or Performance tests)
  • Updated Manual tests / Demo Config
  • Documentation (Application guide, Admin guide, Markdown, Readme and/or Wiki)
  • Verified that local development environment is working with latest changes (integrated with latest develop branch)
  • following best practices in code review doc

Copy link
Contributor

@Copilot Copilot AI left a 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.

@LSriragavan LSriragavan added this pull request to the merge queue Sep 3, 2025
Merged via the queue into develop with commit 7619a53 Sep 3, 2025
58 checks passed
@LSriragavan LSriragavan deleted the LSriragavan/org-http-test-files branch September 3, 2025 05:31
yutingshe pushed a commit that referenced this pull request Sep 9, 2025
* 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]>
csafreen pushed a commit that referenced this pull request Sep 9, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants