Feature/appeals 22218 #4773
Annotations
11 errors and 2 warnings
spec/models/cavc_remand_spec.rb#L52
CavcRemand.create! creates the record
Failure/Error: expect { subject }.not_to raise_error
expected no Exception, got #<ActiveRecord::StatementInvalid: PG::InFailedSqlTransaction: ERROR: current transaction is aborted,...", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"> with backtrace:
# ./app/models/metric.rb:36:in `create_metric'
# ./app/services/metrics_service.rb:107:in `store_record_metric'
# ./app/services/metrics_service.rb:68:in `rescue in record'
# ./app/services/metrics_service.rb:61:in `record'
# ./app/models/prepend/va_notify/appeal_docketed.rb:71:in `update_appeal_state_when_appeal_docketed'
# ./app/models/task.rb:824:in `update_appeal_state_on_task_creation'
# ./app/workflows/initial_tasks_factory.rb:73:in `distribution_task'
# ./app/workflows/initial_tasks_factory.rb:47:in `create_subtasks!'
# ./app/workflows/initial_tasks_factory.rb:27:in `block in create_root_and_sub_tasks!'
# ./app/workflows/initial_tasks_factory.rb:26:in `create_root_and_sub_tasks!'
# ./app/models/cavc_remand.rb:146:in `initialize_tasks'
# ./spec/models/cavc_remand_spec.rb:31:in `block (3 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:53:in `block (4 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:53:in `block (3 levels) in <top (required)>'
|
spec/models/cavc_remand_spec.rb#L57
CavcRemand.create! creates the new court_remand cavc stream
Failure/Error: create(default_object(klass, params, user))
ActiveRecord::StatementInvalid:
PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block
: INSERT INTO "metrics" ("app_name", "created_at", "duration", "end", "metric_attributes", "metric_class", "metric_message", "metric_name", "metric_product", "metric_type", "sent_to", "sent_to_info", "start", "updated_at", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"
|
spec/models/cavc_remand_spec.rb#L71
CavcRemand.create! when source appeal is AOD source appeal is AOD due to claimant's age creates new CAVC remand appeal with AOD due to age
Failure/Error: create(default_object(klass, params, user))
ActiveRecord::StatementInvalid:
PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block
: INSERT INTO "metrics" ("app_name", "created_at", "duration", "end", "metric_attributes", "metric_class", "metric_message", "metric_name", "metric_product", "metric_type", "sent_to", "sent_to_info", "start", "updated_at", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"
|
spec/models/cavc_remand_spec.rb#L81
CavcRemand.create! when source appeal is AOD source appeal has non-age-related AOD Motion copies AOD motions to new CAVC remand appeal
Failure/Error: create(default_object(klass, params, user))
ActiveRecord::StatementInvalid:
PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block
: INSERT INTO "metrics" ("app_name", "created_at", "duration", "end", "metric_attributes", "metric_class", "metric_message", "metric_name", "metric_product", "metric_type", "sent_to", "sent_to_info", "start", "updated_at", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"
|
spec/models/cavc_remand_spec.rb#L129
CavcRemand.create! when the mandate date is not set when remand subtype is MDR creates the record
Failure/Error: expect { subject }.not_to raise_error
expected no Exception, got #<ActiveRecord::StatementInvalid: PG::InFailedSqlTransaction: ERROR: current transaction is aborted,...", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"> with backtrace:
# ./app/models/metric.rb:36:in `create_metric'
# ./app/services/metrics_service.rb:107:in `store_record_metric'
# ./app/services/metrics_service.rb:68:in `rescue in record'
# ./app/services/metrics_service.rb:61:in `record'
# ./app/models/prepend/va_notify/appeal_docketed.rb:71:in `update_appeal_state_when_appeal_docketed'
# ./app/models/task.rb:824:in `update_appeal_state_on_task_creation'
# ./app/workflows/initial_tasks_factory.rb:73:in `distribution_task'
# ./app/workflows/initial_tasks_factory.rb:47:in `create_subtasks!'
# ./app/workflows/initial_tasks_factory.rb:27:in `block in create_root_and_sub_tasks!'
# ./app/workflows/initial_tasks_factory.rb:26:in `create_root_and_sub_tasks!'
# ./app/models/cavc_remand.rb:146:in `initialize_tasks'
# ./spec/models/cavc_remand_spec.rb:31:in `block (3 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:130:in `block (6 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:130:in `block (5 levels) in <top (required)>'
Shared Example Group: "works for all remand subtypes" called from ./spec/models/cavc_remand_spec.rb:162
|
spec/models/cavc_remand_spec.rb#L129
CavcRemand.create! when the judgement date is not set when remand subtype is MDR creates the record
Failure/Error: expect { subject }.not_to raise_error
expected no Exception, got #<ActiveRecord::StatementInvalid: PG::InFailedSqlTransaction: ERROR: current transaction is aborted,...", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"> with backtrace:
# ./app/models/metric.rb:36:in `create_metric'
# ./app/services/metrics_service.rb:107:in `store_record_metric'
# ./app/services/metrics_service.rb:68:in `rescue in record'
# ./app/services/metrics_service.rb:61:in `record'
# ./app/models/prepend/va_notify/appeal_docketed.rb:71:in `update_appeal_state_when_appeal_docketed'
# ./app/models/task.rb:824:in `update_appeal_state_on_task_creation'
# ./app/workflows/initial_tasks_factory.rb:73:in `distribution_task'
# ./app/workflows/initial_tasks_factory.rb:47:in `create_subtasks!'
# ./app/workflows/initial_tasks_factory.rb:27:in `block in create_root_and_sub_tasks!'
# ./app/workflows/initial_tasks_factory.rb:26:in `create_root_and_sub_tasks!'
# ./app/models/cavc_remand.rb:146:in `initialize_tasks'
# ./spec/models/cavc_remand_spec.rb:31:in `block (3 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:130:in `block (6 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:130:in `block (5 levels) in <top (required)>'
Shared Example Group: "works for all remand subtypes" called from ./spec/models/cavc_remand_spec.rb:168
|
spec/models/cavc_remand_spec.rb#L190
CavcRemand.add_cavc_dates on a JMR/JMPR appeal throws an error
Failure/Error: expect { subject }.to raise_error(Caseflow::Error::CannotUpdateMandatedRemands)
expected Caseflow::Error::CannotUpdateMandatedRemands, got #<ActiveRecord::StatementInvalid: PG::InFailedSqlTransaction: ERROR: current transaction is aborted,...", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"> with backtrace:
# ./app/models/metric.rb:36:in `create_metric'
# ./app/services/metrics_service.rb:107:in `store_record_metric'
# ./app/services/metrics_service.rb:68:in `rescue in record'
# ./app/services/metrics_service.rb:61:in `record'
# ./app/models/prepend/va_notify/appeal_docketed.rb:71:in `update_appeal_state_when_appeal_docketed'
# ./app/models/task.rb:824:in `update_appeal_state_on_task_creation'
# ./app/workflows/initial_tasks_factory.rb:73:in `distribution_task'
# ./app/workflows/initial_tasks_factory.rb:47:in `create_subtasks!'
# ./app/workflows/initial_tasks_factory.rb:27:in `block in create_root_and_sub_tasks!'
# ./app/workflows/initial_tasks_factory.rb:26:in `create_root_and_sub_tasks!'
# ./app/models/appeal.rb:799:in `create_tasks_on_intake_success!'
# ./app/models/prepend/va_notify/appeal_docketed.rb:31:in `create_tasks_on_intake_success!'
# ./spec/factories/appeal.rb:391:in `block (4 levels) in <top (required)>'
# ./spec/factories/cavc_remand.rb:43:in `block (3 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:189:in `block (4 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:186:in `block (3 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:191:in `block (5 levels) in <top (required)>'
# ./spec/models/cavc_remand_spec.rb:191:in `block (4 levels) in <top (required)>'
|
spec/models/cavc_remand_spec.rb#L198
CavcRemand.add_cavc_dates on an MDR appeal updates the cavc remand
Failure/Error: create(default_object(klass, params, user))
ActiveRecord::StatementInvalid:
PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block
: INSERT INTO "metrics" ("app_name", "created_at", "duration", "end", "metric_attributes", "metric_class", "metric_message", "metric_name", "metric_product", "metric_type", "sent_to", "sent_to_info", "start", "updated_at", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"
|
spec/models/cavc_remand_spec.rb#L211
CavcRemand.add_cavc_dates on an MDR appeal completes the MDR hold
Failure/Error: create(default_object(klass, params, user))
ActiveRecord::StatementInvalid:
PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block
: INSERT INTO "metrics" ("app_name", "created_at", "duration", "end", "metric_attributes", "metric_class", "metric_message", "metric_name", "metric_product", "metric_type", "sent_to", "sent_to_info", "start", "updated_at", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"
|
spec/models/cavc_remand_spec.rb#L227
CavcRemand.add_cavc_dates on an MDR appeal opens a CAVC Send Letter task
Failure/Error: create(default_object(klass, params, user))
ActiveRecord::StatementInvalid:
PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block
: INSERT INTO "metrics" ("app_name", "created_at", "duration", "end", "metric_attributes", "metric_class", "metric_message", "metric_name", "metric_product", "metric_type", "sent_to", "sent_to_info", "start", "updated_at", "uuid") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) RETURNING "id"
|
Artifact path is not valid: /screenshot_Preserving-a-filter-when-swapping-between-tabs-that-contains-a-'|'-character_2023-08-28-22-36-07.537.html. Contains the following character: Vertical bar |
Invalid characters include: Double quote ", Colon :, Less than <, Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage return \r, Line feed \n
The following characters are not allowed in files that are uploaded due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.
|
|
|
The logs for this run have expired and are no longer available.
Loading