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

chore: remove ancient docker integration in misc #3172

Merged
merged 3 commits into from
Nov 25, 2024

Conversation

zivkovicmilos
Copy link
Member

@zivkovicmilos zivkovicmilos commented Nov 21, 2024

Description

This PR removes the ancient docker integration test contained in misc that fails, and a random docker compose, also in misc.

This test package is actually never even run on master, because it requires a specific build flag docker 🤷‍♂️

Closes #3161

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests

@zivkovicmilos zivkovicmilos added the 📦 ⛰️ gno.land Issues or PRs gno.land package related label Nov 21, 2024
@zivkovicmilos zivkovicmilos requested review from sw360cab and a team November 21, 2024 03:51
@zivkovicmilos zivkovicmilos self-assigned this Nov 21, 2024
@zivkovicmilos zivkovicmilos marked this pull request as draft November 21, 2024 03:52
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@zivkovicmilos zivkovicmilos marked this pull request as ready for review November 21, 2024 03:55
@zivkovicmilos zivkovicmilos merged commit 2f162b4 into master Nov 25, 2024
100 checks passed
@zivkovicmilos zivkovicmilos deleted the dev/zivkovicmilos/docker-test branch November 25, 2024 02:58
@moul
Copy link
Member

moul commented Nov 25, 2024

It makes sense to have an integration test that differs from txtar's "simulation" of binaries. Instead, we should conduct a real test using independent containers and establishing actual TCP connections with another process. Can we create an equivalent solution that is not only functional but also more maintainable than the initial one I developed?

n0izn0iz pushed a commit to n0izn0iz/gno that referenced this pull request Nov 26, 2024
## Description

This PR removes the ancient docker integration test contained in `misc`
that fails, and a random docker compose, also in `misc`.

This test package is actually never even run on `master`, because it
requires a specific build flag `docker` 🤷‍♂️

Closes gnolang#3161 

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
</details>
@thehowl
Copy link
Member

thehowl commented Nov 26, 2024

to what you're saying @moul, I link it back to #2159

r3v4s pushed a commit to gnoswap-labs/gno that referenced this pull request Dec 10, 2024
## Description

This PR removes the ancient docker integration test contained in `misc`
that fails, and a random docker compose, also in `misc`.

This test package is actually never even run on `master`, because it
requires a specific build flag `docker` 🤷‍♂️

Closes gnolang#3161 

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related
Projects
Development

Successfully merging this pull request may close these issues.

TestDockerIntegration fails when ran locally
4 participants