Skip to content

[AI Improvement] [Task] Delete abandoned legacy test scripts and assets in scripts/ - #11115

Draft
joehan wants to merge 1 commit into
mainfrom
ai-improve-563478113-task-delete-abandoned-legacy-test-s
Draft

joehan wants to merge 1 commit into
mainfrom
ai-improve-563478113-task-delete-abandoned-legacy-test-s

Conversation

@joehan

@joehan joehan commented Sep 18, 2026

Copy link
Copy Markdown
Member

Resolves Buganizer b/563478113

Proposed Improvement

Deletes obsolete, abandoned integration test scripts from early Cloud Functions development (scripts/test-functions-deploy.js, scripts/test-functions-env.js) and their supporting fixtures (scripts/assets/functions_to_test.js, scripts/assets/functions_to_test_minimal.js), removing the empty scripts/assets/ directory. Modern functions deploy tests are consolidated under scripts/functions-deploy-tests/.

Verification

  • Checked repository with git grep for all references; zero remaining references found.
  • Verified npm run build compiles cleanly.
  • Verified unit tests with mocha src/deploy/functions/prepare.spec.ts (91 passing).

@joehan joehan self-assigned this Sep 18, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes several integration test files and their associated test assets, specifically deleting 'test-functions-deploy.js', 'test-functions-env.js', and the JavaScript files containing the test functions. I have no feedback to provide as there are no review comments.

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.

2 participants