Skip to content
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

Fixed issue with shared s3 buckets (#221) #222

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

tkmcmaster
Copy link
Contributor

Merging #221 into the Scripting branch.

  • PPaasTestStatus.getAllStatus on the root s3 folder were finding tests from the shared subfolders on shared s3 buckets. It was then erroring when trying to load the status for those files
  • Added export constant for the shared folder which can be overridden by SHARED_ENVIRONMENT_PREFIX env
  • Added code to the getAllStatus function to ignore s3 keys that start with SHARED_ENVIRONMENT_PREFIX when our KEYSPACE_PREFIX is an empty string

- PPaasTestStatus.getAllStatus on the root s3 folder were finding tests from the shared subfolders on shared s3 buckets. It was then erroring when trying to load the status for those files
- Added export constant for the shared folder which can be overridden by SHARED_ENVIRONMENT_PREFIX env
- Added code to the getAllStatus function to ignore s3 keys that start with SHARED_ENVIRONMENT_PREFIX when our KEYSPACE_PREFIX is an empty string
@tkmcmaster tkmcmaster requested a review from a team May 10, 2024 14:07
@tkmcmaster tkmcmaster self-assigned this May 10, 2024
@tkmcmaster tkmcmaster merged commit d09a583 into 0.6.0-scripting-dev May 10, 2024
2 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.

None yet

2 participants