Feature/appeals 22218 #4773
Annotations
10 errors and 2 warnings
spec/fixes/assigned_to_search_results_spec.rb#L31
Search results for AMA appeal given undispatched appeal with no active tasks creates tasks and other records associated with a dispatched appeal
Failure/Error: expect(page).to have_content("Unknown") # in the "Appellant Name" column
expected to find text "Unknown" in "CaseflowError 500\nMenu\nSomething went wrong.\nIf you continue to see this page, please contact the Caseflow team via the VA Enterprise Service Desk at 855-673-4357 or by creating a ticket via YourIT.\nError code: 6458bf00-fdf2-4724-a8f5-bf09b3c2fab3\nSend feedback"
|
spec/models/cavc_dashboard_spec.rb#L56
CavcDashboard #remand_request_issues returns array of remand appeal's issues
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_dashboard_spec.rb#L8
CavcDashboard validates validates CAVC remand presence on create and update
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_dashboard_spec.rb#L15
CavcDashboard validates validates dates and docket numbers on update only
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_dashboard_spec.rb#L31
CavcDashboard when created sets fields from 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_dashboard_spec.rb#L38
CavcDashboard when created correctly sets joint_motion_for_remand boolean
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/feature/hearings/hearing_details_spec.rb#L774
Hearing Details with unauthorized user role (non-hearings management) Fields are not editable
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/feature/hearings/hearing_details_spec.rb#L790
Hearing Details with authorized user role when hearing is AMA user can update transcription fields
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/feature/hearings/hearing_details_spec.rb#L111
Hearing Details with authorized user role when hearing is AMA when type is Video user can select judge, hearing room, hearing coordinator, and add notes
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"
Shared Example Group: "always updatable fields" called from ./spec/feature/hearings/hearing_details_spec.rb:264
Shared Example Group: "all hearing types" called from ./spec/feature/hearings/hearing_details_spec.rb:788
|
spec/feature/hearings/hearing_details_spec.rb#L137
Hearing Details with authorized user role when hearing is AMA when type is Video user can convert hearing type to virtual
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"
Shared Example Group: "non-virtual hearing types" called from ./spec/feature/hearings/hearing_details_spec.rb:265
Shared Example Group: "all hearing types" called from ./spec/feature/hearings/hearing_details_spec.rb:788
|
|
|
The logs for this run have expired and are no longer available.
Loading