Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for alternate vaos-service route #18755

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Merge branch 'master' into vaos-alternate-route

e9f5386
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Add support for alternate vaos-service route #18755

Merge branch 'master' into vaos-alternate-route
e9f5386
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Oct 8, 2024 in 0s

137 fail, 5 skipped, 24 331 pass in 1h 8m 38s

    13 files  ± 0      13 suites  ±0   1h 8m 38s ⏱️ + 2m 38s
24 473 tests +86  24 331 ✅  - 51  5 💤 ±0  137 ❌ +137 
24 792 runs  +86  24 650 ✅  - 51  5 💤 ±0  137 ❌ +137 

Results for commit e9f5386. ± Comparison against earlier commit 68b5571.

Annotations

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/locations/slots_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Locations::Slots with a loa3 user GET available appointment slots using VAOS on a successful request returns list of available slots (modules.vaos.spec.requests.vaos.v2.locations.slots_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/locations/slots_spec.rb:31:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/locations/slots_spec.rb:28:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/locations/slots_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Locations::Slots with a loa3 user GET available appointment slots using VAOS on a backend service error returns a 502 status code (modules.vaos.spec.requests.vaos.v2.locations.slots_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :bad_gateway (502) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:bad_gateway)
  expected the response to have status code :bad_gateway (502) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/locations/slots_spec.rb:53:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/locations/slots_spec.rb:50:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns va appointments when systems service fails (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:535:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:531:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns va appointments (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:465:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:461:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns va appointments given a date range and multiple statuses (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:606:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:602:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and ensures no logging of facility details on mobile facility service fails (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:563:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:558:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and return… appointments and honors includes with no physical_location field (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:451:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:447:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns va appointments given date a range and single status (as array) (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
The property '#/' did not contain a required property of 'data' in schema file:///app/spec/support/schemas_camelized/vaos/v2/appointments.json
\e[1mFailure/Error: \e[0mJSON::Validator.validate!(schema_path.to_s, json, { strict: true }.merge(opts))

JSON::Schema::ValidationError:
  The property '#/' did not contain a required property of 'data'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/attribute.rb:17:in `validation_error'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/attributes/required.rb:23:in `block in validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/attributes/required.rb:12:in `each'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/attributes/required.rb:12:in `validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/schema/validator.rb:25:in `block in validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/schema/validator.rb:23:in `each'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/schema/validator.rb:23:in `validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/schema.rb:32:in `validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/validator.rb:115:in `validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/validator.rb:259:in `validate!'
./spec/support/matchers/schema_matchers.rb:18:in `valid_against_olivebranched_schema?'
./spec/support/matchers/schema_matchers.rb:34:in `block (2 levels) in <module:SchemaMatchers>'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:592:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:588:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and return… appointments given a date range and multiple statuses (as Array) (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:622:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:617:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns va appointments given a date range and single status (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
The property '#/' did not contain a required property of 'data' in schema file:///app/spec/support/schemas_camelized/vaos/v2/appointments.json
\e[1mFailure/Error: \e[0mJSON::Validator.validate!(schema_path.to_s, json, { strict: true }.merge(opts))

JSON::Schema::ValidationError:
  The property '#/' did not contain a required property of 'data'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/attribute.rb:17:in `validation_error'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/attributes/required.rb:23:in `block in validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/attributes/required.rb:12:in `each'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/attributes/required.rb:12:in `validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/schema/validator.rb:25:in `block in validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/schema/validator.rb:23:in `each'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/schema/validator.rb:23:in `validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/schema.rb:32:in `validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/validator.rb:115:in `validate'
/usr/local/bundle/cache/ruby/3.3.0/gems/json-schema-4.3.1/lib/json-schema/validator.rb:259:in `validate!'
./spec/support/matchers/schema_matchers.rb:18:in `valid_against_olivebranched_schema?'
./spec/support/matchers/schema_matchers.rb:34:in `block (2 levels) in <module:SchemaMatchers>'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:578:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:574:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns cerner appointments and honors includes (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:414:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:406:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS returns va appointments and logs CnP appointment count (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
(#<SemanticLogger::Logger:0x00007f9992e315b0 @filter=nil, @name="Rails", @level_index=nil, @level=nil>).info("Compensation and Pension count on an appointment list retrieval", "{\"CompPenCount\":2}")     expected: 1 time with arguments: ("Compensation and Pension count on an appointment list retrieval", "{\"CompPenCount\":2}")     received: 0 times
\e[1mFailure/Error: \e[0m
  expect(Rails.logger).to have_received(:info).with(
    'Compensation and Pension count on an appointment list retrieval', { CompPenCount: 2 }.to_json
  )

  (#<SemanticLogger::Logger:0x00007f9992e315b0 @filter=nil, @name="Rails", @level_index=nil, @level=nil>).info("Compensation and Pension count on an appointment list retrieval", "{\"CompPenCount\":2}")
      expected: 1 time with arguments: ("Compensation and Pension count on an appointment list retrieval", "{\"CompPenCount\":2}")
      received: 0 times
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:493:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:489:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS does not log cnp count of the returned appointments when there are no cnp appointments (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:510:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:503:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS returns va appointments and logs details when there is a PAP COMPLIANCE comment (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:479:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:475:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns a va appointments with no location id (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:521:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:517:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns va appointments when mobile facility service fails (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:548:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:544:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns va appointments and honors includes (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:394:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:390:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments requests a list of appointments using VAOS has access and returns va appointments having partial errors (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :multi_status (207) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:multi_status)
  expected the response to have status code :multi_status (207) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:638:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:633:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments as Judy Morrison using VAOS fetches appointment list and includes avs on past booked appointments (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:346:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:336:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointments as Judy Morrison using VAOS fetches appointment list and bypasses avs when query param is not included (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :ok (200) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:ok)
  expected the response to have status code :ok (200) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:365:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:356:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan PUT appointments when the appointment is successfully cancelled returns a 400 status code (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :bad_request (400) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:bad_request)
  expected the response to have status code :bad_request (400) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:861:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:859:in `block (5 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan PUT appointments when the appointment is successfully cancelled returns a status code of 200 and the cancelled appointment with the updated status (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have a success status code (2xx) but it was 500
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:success)
  expected the response to have a success status code (2xx) but it was 500
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:828:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:826:in `block (5 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan PUT appointments when the appointment is successfully cancelled when clinic and l… the service name, physical location, friendly name, and location (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
undefined method `[]' for nil
\e[1mFailure/Error: \e[0mdata = json_body_for(response)['attributes']

NoMethodError:
  undefined method `[]' for nil
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:848:in `block (7 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:844:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan PUT appointments when the backend service cannot handle the request returns a 502 status code (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :bad_gateway (502) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:bad_gateway)
  expected the response to have status code :bad_gateway (502) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:875:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:873:in `block (5 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VAOS::V2::Appointments with jacqueline morgan GET appointment when the VAOS service errors on retrieving an appointment returns a 502 status code (modules.vaos.spec.requests.vaos.v2.appointments_spec) failed

Test Results/rspec13.xml [took 0s]
Raw output
expected the response to have status code :bad_gateway (502) but it was :internal_server_error (500)
\e[1mFailure/Error: \e[0mexpect(response).to have_http_status(:bad_gateway)
  expected the response to have status code :bad_gateway (502) but it was :internal_server_error (500)
/usr/local/bundle/cache/ruby/3.3.0/gems/super_diff-0.13.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:809:in `block (6 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/cache/ruby/3.3.0/gems/vcr-6.3.1/lib/vcr.rb:194:in `use_cassette'
./modules/vaos/spec/requests/vaos/v2/appointments_spec.rb:804:in `block (5 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/webmock-3.23.1/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/cache/ruby/3.3.0/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'