-
Notifications
You must be signed in to change notification settings - Fork 19
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
Overhaul E2E Tests #384
Labels
- Developer -
Torrust Improvement Experience
Code Cleanup / Refactoring
Tidying and Making Neat
Continuous Integration
Workflows and Automation
Quality & Assurance
Relates to QA, Testing, and CI
Comments
josecelano
added
Continuous Integration
Workflows and Automation
- Developer -
Torrust Improvement Experience
Quality & Assurance
Relates to QA, Testing, and CI
labels
Nov 15, 2023
This was referenced Nov 15, 2023
Closed
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 16, 2023
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 16, 2023
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 16, 2023
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 16, 2023
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 16, 2023
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 16, 2023
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 16, 2023
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 17, 2023
For both services: - The Index API - The Tracker Stattistics Importer (console cronjob)
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 17, 2023
For both services: - The Index API - The Tracker Stattistics Importer (console cronjob)
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 17, 2023
For both services: - The Index API - The Tracker Stattistics Importer (console cronjob)
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 17, 2023
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 17, 2023
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 17, 2023
For both services: - The Index API - The Tracker Stattistics Importer (console cronjob) An API was added for the Importer. The Importer API has two endpoints: - GET /health_check -> to get the crobjob status. It only checks that is running periodically. - POST /heartbeat -> used by the cronjob to inform it's alive. And a new endpoint was added the the Index API: - GET /health_check -> to check API responsiveness.
josecelano
added a commit
to josecelano/torrust-index
that referenced
this issue
Nov 22, 2023
This was referenced Nov 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
- Developer -
Torrust Improvement Experience
Code Cleanup / Refactoring
Tidying and Making Neat
Continuous Integration
Workflows and Automation
Quality & Assurance
Relates to QA, Testing, and CI
From: #383 (comment)
E2E tests were reestablished here after being disabled in this PR.
Only the essential execution was reestablished, but some other things are pending to fix/improve. This issue tracks the list of subtasks.
Subtasks
wait_for_container_to_be_healthy
#389e2e-env-reset.sh
scripts. The idea was to be able to run the E2E env and E2E test locally. Depends on Don't use the default container databases for E2E testing #392. Deprecated. Reset scripts were removed, It can be done manually if needed. You only need to delete and recreate the database.The text was updated successfully, but these errors were encountered: