More details of the release in https://wiki.openmrs.org/x/i4DTAw
Build: #753 failed
Job: Test against 1.11 failed
Job result summary
- Completed
- Duration
- 2 minutes
- Revision
-
410063da702f37b54f655eb9cf582f5035b9cc8a
410063da702f37b54f655eb9cf582f5035b9cc8a - Total tests
- 720
- Fixed in
- #754 (Code changes detected)
Tests
- 720 tests in total
- 2 tests failed
- 2 failures are new
- 14 tests were quarantined / skipped
- 2 minutes taken in total.
Status | Test | Duration | |
---|---|---|---|
Collapse |
SqlFileDataSetEvaluatorTest
evaluate_shouldEvaluateSqlResource
|
10 secs | |
org.openmrs.module.reporting.evaluation.EvaluationException: Failed to evaluate Errors occurred during mysql execution: Error executing statement: Timeout trying to lock table "PATIENT"; SQL statement: select t.patient_id, p.gender, p.birthdate from patient t, person p where t.patient_id = p.person_id and t.patient_id = 2 [50200-173] org.openmrs.module.reporting.evaluation.EvaluationException: Failed to evaluate Errors occurred during mysql execution: Error executing statement: Timeout trying to lock table "PATIENT"; SQL statement: select t.patient_id, p.gender, p.birthdate from patient t, person p where t.patient_id = p.person_id and t.patient_id = 2 [50200-173] at org.openmrs.module.reporting.dataset.definition.evaluator.SqlFileDataSetEvaluator.evaluate(SqlFileDataSetEvaluator.java:94) at org.openmrs.module.reporting.dataset.definition.evaluator.SqlFileDataSetEvaluator.evaluate(SqlFileDataSetEvaluator.java:49) (60 more lines...) |
|||
Collapse |
SqlFileDataSetEvaluatorTest
evaluate_shouldEvaluateSqlResourceWithParams
|
10 secs | |
org.openmrs.module.reporting.evaluation.EvaluationException: Failed to evaluate Errors occurred during mysql execution: Error executing statement: Timeout trying to lock table "PATIENT"; SQL statement: select t.patient_id, p.gender, p.birthdate, pa.value as birthplace from patient t inner join person p on t.patient_id = p.person_id left join person_attribute pa on p.person_id = pa.person_id where pa.person_attribute_type_id = @birthplace [50200-173] org.openmrs.module.reporting.evaluation.EvaluationException: Failed to evaluate Errors occurred during mysql execution: Error executing statement: Timeout trying to lock table "PATIENT"; SQL statement: select t.patient_id, p.gender, p.birthdate, pa.value as birthplace from patient t inner join person p on t.patient_id = p.person_id left join person_attribute pa on p.person_id = pa.person_id where pa.person_attribute_type_id = @birthplace [50200-173] (62 more lines...) |