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

Build: #753 failed Changes by Mike Seaton

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
7 minutes
Labels
None
Revisions
Git
410063da702f37b54f655eb9cf582f5035b9cc8a 410063da702f37b54f655eb9cf582f5035b9cc8a
Release scripts
63acfae3024f50d743ed89da44c014b3f2c7cff6 63acfae3024f50d743ed89da44c014b3f2c7cff6
Total tests
4320
Fixed in
#754 (Changes by Mike Seaton)

Tests

Responsible

Code commits

Git
Author Commit Message Commit date
Mike Seaton Mike Seaton 410063da702f37b54f655eb9cf582f5035b9cc8a 410063da702f37b54f655eb9cf582f5035b9cc8a REPORT-845 - Support data set definition based on a SQL file and configurable connection

Tests

New test failures 8
Status Test View job Duration
Collapse Failed SqlFileDataSetEvaluatorTest evaluate_shouldEvaluateSqlResourceWithParams History
Test against 1.12 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...)
Collapse Failed SqlFileDataSetEvaluatorTest evaluate_shouldEvaluateSqlResource History
Test against 1.12 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
Test against 1.11 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...)
Collapse Failed SqlFileDataSetEvaluatorTest evaluate_shouldEvaluateSqlResource History
Test against 1.11 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
Test against 2.0 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]
(63 more lines...)
Collapse Failed SqlFileDataSetEvaluatorTest evaluate_shouldEvaluateSqlResource History
Test against 2.0 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)
(61 more lines...)
Collapse Failed SqlFileDataSetEvaluatorTest evaluate_shouldEvaluateSqlResourceWithParams History
Test against 2.1 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]
(67 more lines...)
Collapse Failed SqlFileDataSetEvaluatorTest evaluate_shouldEvaluateSqlResource History
Test against 2.1 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)
(65 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeREPORT-845Could not obtain issue details from Jira