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

Do not have periodic tests default domains #1603

Open
bwbroersma opened this issue Dec 24, 2024 · 0 comments
Open

Do not have periodic tests default domains #1603

bwbroersma opened this issue Dec 24, 2024 · 0 comments

Comments

@bwbroersma
Copy link
Collaborator

The test run if cron is in the COMPOSE_PROFILE and CRON_15MIN_RUN_TESTS is True, which is a default and disabled in develop.env:

# enable running tests every 15 minutes for metrics collection
CRON_15MIN_RUN_TESTS=True

With these default non configurable domains:

TEST_DOMAINS = {
# domain's to use in website tests
"site": [
"internet.nl",
"example.nl",
"example.com",
"internetsociety.org",
"ripe.net",
"surf.nl",
"ecp.nl",
"forumstandaardisatie.nl",
"minez.nl",
],
# domain's to use in mail tests
"mail": [
"internetsociety.org",
"ripe.net",
"surf.nl",
"ecp.nl",
# these are currently really slow and will probably improve when
# we switch to sslyze, for now disable these in monitoring
# "internet.nl",
# "forumstandaardisatie.nl",
# "minez.nl",
],
}

This means every production instance (single test, development single test, batch, development batch) will periodically test these domains, next to all production instances not managed by Platform Internetstandards.

The domains should be configurable and not have a set of default domains.
Next to this. the domains used for performance issues used by Platform Internetstandards should be informed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant