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

e2e tests maintenance #158

Merged
merged 1 commit into from
Jan 3, 2024
Merged

e2e tests maintenance #158

merged 1 commit into from
Jan 3, 2024

Conversation

okokes-akamai
Copy link
Contributor

(I understand a lot more will be done as part of #145, I just wanted to clear this up a bit.)

The following has been done:

  • Ginkgo is properly installed if missing
  • Old README is removed, a TBD is placed
  • Removed unused terraform installation
  • Removed github.com/pkg/errors in favour of fmt.Errorf
  • Removed go-sh in favour of os/exec
  • Remove --progress

Did not do:

  • Update Go in go.mod (will do with the deps overhaul)
  • Bump ginkgo and gomega - could not because of other old dependencies
  • Run tests in parallel - we don't have them set up for that (is that even possible?)
  • Added golangci-lint for our tests directory

The following has been done:

- Ginkgo is properly installed if missing
- Old README is removed, a TBD is placed
- Removed unused terraform installation
- Removed github.com/pkg/errors
- Remove --progress

Did _not_ do:

- Update Go in go.mod
- Bump deps for ginkgo and gomega - could not because of other old
  dependencies
- Run tests in parallel - we don't have them set up for that (is that
  even possible?)
- Added golangci-lint for our tests directory
@okokes-akamai
Copy link
Contributor Author

@luthermonson

@okokes-akamai okokes-akamai merged commit 2520087 into master Jan 3, 2024
1 check passed
@okokes-akamai okokes-akamai deleted the e2e_maint branch January 3, 2024 15:51
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.

3 participants