change: [STORIF-33] - Remove Object Storage Gen2 whitelisted regions
Description š
Whitelisted regions removed.
Author Checklists
As an Author, to speed up the review process, I considered š¤
š Doing a self review ā Our contribution guidelines š¤ Splitting feature into small PRs ā Adding a changeset š§Ŗ Providing/improving test coverage š Removing all sensitive information from the code and PR description š© Using a feature flag to protect the release š£ Providing comprehensive reproduction steps š Providing or updating our documentation š Scheduling a pair reviewing session š± Providing mobile support āæ Providing accessibility support
- [x] I have read and considered all applicable items listed above.
As an Author, before moving this PR from Draft to Open, I confirmed ā
- [ ] All tests and CI checks are passing
- [ ] TypeScript compilation succeeded without errors
- [ ] Code passes all linting rules
Cloud Manager UI test results
:small_red_triangle: 22 failing tests on test run #52 āļø
| :x: Failing | :white_check_mark: Passing | :arrow_right_hook: Skipped | :clock1: Duration |
22 Failing | 840 Passing | 11 Skipped | 91m 40s |
Details
| Failing Tests | ||
|---|---|---|
| Spec | Test | |
| :x: | attach-volume.spec.ts | Cloud Manager Cypress Testsāvolume attach and detach flows Ā» attaches a volume to a Linode |
| :x: | machine-image-upload.spec.ts | Cloud Manager Cypress Testsāmachine image Ā» uploads machine image, mock upload canceled failed event |
| :x: | machine-image-upload.spec.ts | Cloud Manager Cypress Testsāmachine image Ā» uploads machine image, mock failed to decompress failed event |
| :x: | machine-image-upload.spec.ts | Cloud Manager Cypress Testsāmachine image Ā» uploads machine image, mock expired upload event |
| :x: | create-database.spec.ts | Cloud Manager Cypress Testsācreate a database cluster, mocked data Ā» creates a g6-nanode-1 MySQL v8.x 1-node cluster |
| :x: | create-database.spec.ts | Cloud Manager Cypress Testsācreate a database cluster, mocked data Ā» creates a g6-dedicated-2 MySQL v8.x 2-node cluster |
| :x: | create-database.spec.ts | Cloud Manager Cypress Testsācreate a database cluster, mocked data Ā» creates a g6-dedicated-2 MySQL v5.x 3-node cluster |
| :x: | create-database.spec.ts | Cloud Manager Cypress Testsācreate a database cluster, mocked data Ā» creates a g6-nanode-1 PostgreSQL v13.x 3-node cluster |
| :x: | create-database.spec.ts | Cloud Manager Cypress Testsācreate a database cluster, mocked data Ā» creates a g7-premium-4 MySQL v8.x 2-node cluster |
| :x: | delete-volume.spec.ts | Cloud Manager Cypress Testsāvolume delete flow Ā» deletes a volume |
| :x: | upgrade-volume.spec.ts | Cloud Manager Cypress Testsāvolume upgrade/migration Ā» can upgrade an unattached volume to NVMe |
| :x: | upgrade-volume.spec.ts | Cloud Manager Cypress Testsāvolume upgrade/migration Ā» can upgrade an attached volume from the volumes landing page |
| :x: | upgrade-volume.spec.ts | Cloud Manager Cypress Testsāvolume upgrade/migration Ā» can upgrade an attached volume from the linode details page |
| :x: | linode-storage.spec.ts | Cloud Manager Cypress Testsālinode storage tab Ā» deletes a disk when Linode Disk Encryption is enabled |
| :x: | linode-storage.spec.ts | Cloud Manager Cypress Testsālinode storage tab Ā» deletes a disk |
| :x: | linode-storage.spec.ts | Cloud Manager Cypress Testsālinode storage tab Ā» resize disk |
| :x: | migrate-linode-with-firewall.spec.ts | Cloud Manager Cypress TestsāMigrate Linode With Firewall Ā» migrates linode with firewall - real data |
| :x: | linode-config.spec.ts | Cloud Manager Cypress TestsāLinode Config managementāEnd-to-End Ā» Clones a config |
| :x: | smoke-create-image.spec.ts | Cloud Manager Cypress Testsācreate image (using mocks) Ā» create image from a linode |
| :x: | resize-linode.spec.ts | Cloud Manager Cypress Testsāresize linode Ā» resizes a linode by increasing size: warm migration |
| :x: | resize-linode.spec.ts | Cloud Manager Cypress Testsāresize linode Ā» resizes a linode by increasing size: cold migration |
| :x: | resize-linode.spec.ts | Cloud Manager Cypress Testsāresize linode Ā» resizes a linode by decreasing size |
Troubleshooting
Use this command to re-run the failing tests:
pnpm cy:run -s "cypress/e2e/core/volumes/attach-volume.spec.ts,cypress/e2e/core/images/machine-image-upload.spec.ts,cypress/e2e/core/databases/create-database.spec.ts,cypress/e2e/core/volumes/delete-volume.spec.ts,cypress/e2e/core/volumes/upgrade-volume.spec.ts,cypress/e2e/core/linodes/linode-storage.spec.ts,cypress/e2e/core/firewalls/migrate-linode-with-firewall.spec.ts,cypress/e2e/core/linodes/linode-config.spec.ts,cypress/e2e/core/images/smoke-create-image.spec.ts,cypress/e2e/core/linodes/resize-linode.spec.ts"
This PR is stale because it has been open 15 days with no activity. Please attend to this PR or it will be closed in 5 days