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 "make test-e2e-docker" #1966

Merged
merged 1 commit into from
Jun 2, 2024
Merged

Conversation

joeymhills
Copy link
Contributor

What is the problem I am trying to address?

Fixes issue #1947 where make test-e2e-docker fails from calling scripts/test_e2e.sh, which does not exist.

How is the fix applied?

created scripts/test_e2e.sh which allows us to run the e2e tests in docker compose. I also modified the Makefile to use this script in make test-e2e for readability and consistency with make test-unit

What GitHub issue(s) does this PR fix or close?

Fixes #1947

@joeymhills joeymhills requested a review from a team as a code owner May 25, 2024 19:41
@joeymhills joeymhills changed the title Created a test script to that can be run in 'make test-e2e' and 'make Fixed "test-e2e-docker" May 25, 2024
@joeymhills joeymhills changed the title Fixed "test-e2e-docker" Fixed "make test-e2e-docker" May 25, 2024
@matt0x6F
Copy link
Contributor

matt0x6F commented Jun 2, 2024

@joeymhills Thank you for your contribution to Athens!

@matt0x6F matt0x6F merged commit c1891f1 into gomods:main Jun 2, 2024
11 checks passed
@matt0x6F matt0x6F added this to the 0.14.1 milestone Jun 2, 2024
matt0x6F pushed a commit to gomods/athens-charts that referenced this pull request Jun 3, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gomods/athens](https://togithub.com/gomods/athens) | patch |
`v0.14.0` -> `v0.14.1` |

---

### Release Notes

<details>
<summary>gomods/athens (gomods/athens)</summary>

### [`v0.14.1`](https://togithub.com/gomods/athens/releases/tag/v0.14.1)

[Compare
Source](https://togithub.com/gomods/athens/compare/v0.14.0...v0.14.1)

#### What's Changed

- CI dependency updates in
[gomods/athens#1962
- Fix for AWS default credentials by
[@&#8203;yongzhang](https://togithub.com/yongzhang) in
[gomods/athens#1963
- Fix for E2E test runs by
[@&#8203;joeymhills](https://togithub.com/joeymhills) in
[gomods/athens#1966
- Feature gcp/saver: Only return errors.KindAlreadyExists if all three
exist by [@&#8203;dwbuiten](https://togithub.com/dwbuiten) in
[gomods/athens#1957
- Fix to set correct content type and send only once by
[@&#8203;matt0x6F](https://togithub.com/matt0x6F) in
[gomods/athens#1965

#### New Contributors

- [@&#8203;yongzhang](https://togithub.com/yongzhang) made their first
contribution in
[gomods/athens#1963
- [@&#8203;joeymhills](https://togithub.com/joeymhills) made their first
contribution in
[gomods/athens#1966
- [@&#8203;dwbuiten](https://togithub.com/dwbuiten) made their first
contribution in
[gomods/athens#1957

**Full Changelog**:
gomods/athens@v0.14.0...v0.14.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/gomods/athens-charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@joeymhills
Copy link
Contributor Author

@joeymhills Thank you for your contribution to Athens!

Of course! happy to help.

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.

make test-e2e-docker fails
2 participants