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

Fix aws broker #16

Merged
merged 4 commits into from
Sep 17, 2024
Merged

Fix aws broker #16

merged 4 commits into from
Sep 17, 2024

Conversation

rcgottlieb
Copy link
Contributor

Changes proposed in this pull request:

  • fixed the manifest to support aws-broker acceptance tests

security considerations

None

DB_TYPE: postgresql
services:
- rds-test-pg
- name: aws-rds-smoke-test-suite-oracle
Copy link
Contributor

Choose a reason for hiding this comment

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

We still have smoke tests for Oracle. Are we sure that we can remove this?

https://github.com/cloud-gov/aws-broker/blob/main/ci/pipeline.yml#L413

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, that wasn't being used as it doesn't work. The DB_TYPE is overridden for each test. The Oracle tests are still happening with this change.

Comment on lines -12 to -13
services:
- rds-test-pg
Copy link
Contributor

Choose a reason for hiding this comment

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

How do we know this is valid to remove?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It never was used. The services are created by each of the tests with a specific name to indicate which test created the service. I've been testing without it this whole time. I will test again once this is merged.

@rcgottlieb rcgottlieb merged commit ec116d1 into main Sep 17, 2024
1 check passed
@rcgottlieb rcgottlieb deleted the fix-aws-broker branch September 17, 2024 15:26
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