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

Remove bash integration tests #168

Merged
merged 10 commits into from
Dec 5, 2023
Merged

Conversation

cam-schultz
Copy link
Contributor

Why this should be merged

Removes the bash integration test setup, now that all of those integration tests have been implemented in the Ginkgo framework.

Fixes #27

How this works

Removes integration test scripts, test runner docker compose files, and the integration test CI job.

How this was tested

CI, verified that run.sh still works as expected

How is this documented

Removed all references to test.sh from the docs, and removed some related documentation bloat.

.github/workflows/test.yml Show resolved Hide resolved
README.md Show resolved Hide resolved
geoff-vball
geoff-vball previously approved these changes Dec 1, 2023
@@ -9,51 +9,6 @@ on:
- "*"

jobs:
teleporter-integration-test:
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we rename this file to be a little more specific now that it only contains one type of test?

Choose a reason for hiding this comment

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

Can we combine e2e.yml into here?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah that makes more sense!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Put everything in test.yml

Copy link

@minghinmatthewlam minghinmatthewlam left a comment

Choose a reason for hiding this comment

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

LGTM, just comment about combining e2e.yml into test.yml

Copy link

@minghinmatthewlam minghinmatthewlam left a comment

Choose a reason for hiding this comment

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

LGTM!

geoff-vball
geoff-vball previously approved these changes Dec 5, 2023
michaelkaplan13
michaelkaplan13 previously approved these changes Dec 5, 2023
@cam-schultz cam-schultz merged commit bf805e5 into main Dec 5, 2023
14 checks passed
@cam-schultz cam-schultz deleted the remove-bash-integration-tests branch December 5, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Author integration tests using Ginkgo
4 participants