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

Cleanup #389

Merged
merged 5 commits into from
Jan 30, 2025
Merged

Cleanup #389

merged 5 commits into from
Jan 30, 2025

Conversation

mpnowacki-reef
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Jan 30, 2025

Executor test report

16 tests  ±0   16 ✅ ±0   38s ⏱️ +14s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 35a6783. ± Comparison against base commit c17e674.

♻️ This comment has been updated with latest results.

@@ -159,7 +159,7 @@ def test(session):
"-x",
"-vv",
"-n",
"auto",
Copy link
Collaborator

Choose a reason for hiding this comment

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

why?

Copy link
Collaborator

Choose a reason for hiding this comment

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

ok, so that tests dont kill each others' containers, makes sense

Copy link
Collaborator

Choose a reason for hiding this comment

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

They do get a bit slower but I guess it's not a huge deal - 38s ⏱️ +14s

"docker kill $(docker ps -q --filter 'name=ch-.*-nginx')"
)
).communicate()

Copy link
Collaborator

Choose a reason for hiding this comment

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

may as well clear the network the same way - docker network rm -f with docker network ls -q --filter name=...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah but in my tests the network wasn't causing an issue

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah but in my tests the network wasn't causing an issue

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah but in my tests the network wasn't causing an issue

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah but in my tests the network wasn't causing an issue

@mpnowacki-reef mpnowacki-reef merged commit 5715ddc into master Jan 30, 2025
20 checks passed
@mpnowacki-reef mpnowacki-reef deleted the cleanup branch January 30, 2025 14:41
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