More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #753 failed

Job: Test against 1.11 failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Test results

  • 720 tests in total
  • 2 tests failed
  • 2 failures are new
  • 14 tests were quarantined / skipped
  • 2 minutes taken in total.

Build 753 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed SqlFileDataSetEvaluatorTest evaluate_shouldEvaluateSqlResource History
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 Failed SqlFileDataSetEvaluatorTest evaluate_shouldEvaluateSqlResourceWithParams History
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...)