Skip to content

Replace Google Compute instance tests with stable GCS bucket resource#26

Merged
jeffreyaven merged 3 commits intomainfrom
claude/update-google-test-locations-AE07x
Mar 15, 2026
Merged

Replace Google Compute instance tests with stable GCS bucket resource#26
jeffreyaven merged 3 commits intomainfrom
claude/update-google-test-locations-AE07x

Conversation

@jeffreyaven
Copy link
Member

Switch all Google test references from google.compute.instances (stackql-integration-tests project, australia-southeast1-a zone) to google.storage.buckets (stackql project, stackql-public-releases bucket). Bucket properties (name, location, locationType) are stable and not subject to instance lifecycle costs. Remove GOOGLE_ZONE variable dependency throughout.

https://claude.ai/code/session_019CH6RrcMGtdUafvyVCKCHE

claude added 3 commits March 14, 2026 23:16
Switch all Google test references from google.compute.instances
(stackql-integration-tests project, australia-southeast1-a zone) to
google.storage.buckets (stackql project, stackql-public-releases bucket).
Bucket properties (name, location, locationType) are stable and not
subject to instance lifecycle costs. Remove GOOGLE_ZONE variable
dependency throughout.

https://claude.ai/code/session_019CH6RrcMGtdUafvyVCKCHE
stackql serialises JSON keys alphabetically, so expected result strings
must use the same order (location, locationType, name) to pass deep
equality checks.

https://claude.ai/code/session_019CH6RrcMGtdUafvyVCKCHE
assert.js: replace JSON.stringify deep equality with key-sorted
comparison so JSON objects match regardless of key order.

stackql-assert-test.yml: hardcode GOOGLE_PROJECT=stackql in the
inline jsonnet test vars instead of pulling from the repo variable
(which still pointed at stackql-integration-tests).

https://claude.ai/code/session_019CH6RrcMGtdUafvyVCKCHE
@jeffreyaven jeffreyaven merged commit 61a59c1 into main Mar 15, 2026
5 checks passed
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