-
Notifications
You must be signed in to change notification settings - Fork 3
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
e2e tests fail #132
Comments
running locally, I get this error
because either validatePassword failes, or because validateUsername fails because already exists because database is not being removed properly. so not a problem for remote runs in the github workflow. the next error is
so the LTFU flow is supposed to create a task on CHT, and when this task is completed outbound push sends an Encounter to the FHIR server.
returns 201. is the task not actually completed, cht returns 201 anyway? then the next error, for remote run in the github workflow, is |
For the error in the remote run in the GitHub workflow: |
@witash I think the database is not removed properly locally because ${COUCHDB_DATA} is a bind mount to a local directory |
Locally I'm unable to reproduce the error in: The e2e es passing:
|
@lorerod I also don't have access to actions settings for the repo. You can reach out to |
good catch, I was very confused about why the couchdb data was persisting even when the volumes were destroyed. |
After running it in on a different computer, it now works for me also. |
Co-authored-by: Maria Lorena Rodriguez Viruel <[email protected]> Co-authored-by: Maria Lorena Rodriguez Viruel <[email protected]>
for the rate limit issue, looks like a fix could be to switch to ecr |
As the e2e tests are not failing anymore due to rate limit issues, I’m closing this issue. I’ve created a follow-up issue to Switch Docker Compose to Pull Images from ECR. |
changes to user management have broken the end-to-end tests, so that the user creation request returns 400.
this is caused by validatePassword, the test password is too weak
Also, at the end of the ltfu spec, the encounter which is meant to be created on the fhir server by completing a task is not created, for unknown reasons
The text was updated successfully, but these errors were encountered: