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

tests: fix e2e tests #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

tests: fix e2e tests #48

wants to merge 1 commit into from

Conversation

mikeykhalil
Copy link
Contributor

@mikeykhalil mikeykhalil commented Oct 31, 2020

  • In our e2e tests, the Guardian server runs in a separate container. However, we need a way to communicate with Guardian in order to remove all entries from the internal counter cache. To do this, i created a small http server which accepts requests for deleting entries from the counter. While using pseudo random ip addresses should remove the need for deleting all entries in the counter in most cases, there are still some tests where we hard code some ip addresses in, which could lead to issues.

@mikeykhalil mikeykhalil force-pushed the fix-e2e-tests branch 3 times, most recently from 06297a2 to c2f603a Compare November 2, 2020 03:23
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.

1 participant