-
Notifications
You must be signed in to change notification settings - Fork 11
chore: ci post deploy tests #219
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
Open
kptdobe
wants to merge
37
commits into
main
Choose a base branch
from
postdeploy
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
bosschaert
approved these changes
Dec 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Run IT / smoke tests against da-admin-ci worker.
Tests combo:
npm run test- runs unit testsnpm run test:it(= local IT) - runs "smoke tests" against a "local" setup:da-adminworker running locally in wrangler, local S3 server and local IMS server)npm run test:postdeploy(= postdeploy IT) - runs the same "smoke tests" against a ci deployed worker:da-admin-cirunning in CF withda-content-stagecontent,DA_CONFIG_STAGEKV and IMS stage (coming soon, for now IMS prod)"smoke tests" = a simple set of fetch requests validating basic api operations (check config, create folder, upload files, list folder...). First and last test of the suite is delete root folder to ensure each run starts on a fresh content structure even if a test fails.
The tests run against a predefined org (
da-admin-ci-it-org) and repo name contains the current branch name (several branches can execute tests in parallel.While the same suite is executed, there are few differences between "local IT" and "postdeploy IT":
For now,
da-admin-ciis deployed a new version (version uploadANDversion deploy). So far, it does not matter, promoting the version (version deploy) would only be interessant on the prod worker (upload version, run tests, if they succeed, deploy the version).