(PC-32546)[API] feat: catch timeout on cinema providers #6888
2647 tests run, 2638 passed, 1 skipped, 8 failed.
Annotations
Check failure on line 239 in tests/routes/native/v1/bookings_test.py
github-actions / Pytest Report
tests/routes/native/v1/bookings_test.py.test_bookings_with_external_event_booking_infos
assert 500 == 200
+ where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Raw output
tests/routes/native/v1/bookings_test.py:277: in test_bookings_with_external_event_booking_infos
assert response.status_code == 200
E assert 500 == 200
E + where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Check failure on line 313 in tests/routes/native/v1/bookings_test.py
github-actions / Pytest Report
tests/routes/native/v1/bookings_test.py.test_bookings_with_external_event_booking_and_remaining_quantity_unlimited
assert 500 == 200
+ where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Raw output
tests/routes/native/v1/bookings_test.py:351: in test_bookings_with_external_event_booking_and_remaining_quantity_unlimited
assert response.status_code == 200
E assert 500 == 200
E + where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Check failure on line 383 in tests/routes/native/v1/bookings_test.py
github-actions / Pytest Report
tests/routes/native/v1/bookings_test.py.test_bookings_with_external_event_booking_sold_out
assert 500 == 400
+ where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Raw output
tests/routes/native/v1/bookings_test.py:413: in test_bookings_with_external_event_booking_sold_out
assert response.status_code == 400
E assert 500 == 400
E + where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Check failure on line 418 in tests/routes/native/v1/bookings_test.py
github-actions / Pytest Report
tests/routes/native/v1/bookings_test.py.test_bookings_with_external_event_booking_not_enough_quantity
assert 500 == 400
+ where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Raw output
tests/routes/native/v1/bookings_test.py:451: in test_bookings_with_external_event_booking_not_enough_quantity
assert response.status_code == 400
E assert 500 == 400
E + where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Check failure on line 456 in tests/routes/native/v1/bookings_test.py
github-actions / Pytest Report
tests/routes/native/v1/bookings_test.py.test_bookings_with_external_event_booking_when_response_fields_are_too_long
assert 500 == 400
+ where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Raw output
tests/routes/native/v1/bookings_test.py:487: in test_bookings_with_external_event_booking_when_response_fields_are_too_long
assert response.status_code == 400
E assert 500 == 400
E + where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Check failure on line 519 in tests/routes/native/v1/bookings_test.py
github-actions / Pytest Report
tests/routes/native/v1/bookings_test.py.test_bookings_with_external_event_api_return_less_tickets_than_quantity
assert 500 == 400
+ where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Raw output
tests/routes/native/v1/bookings_test.py:561: in test_bookings_with_external_event_api_return_less_tickets_than_quantity
assert response.status_code == 400
E assert 500 == 400
E + where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Check failure on line 570 in tests/routes/native/v1/bookings_test.py
github-actions / Pytest Report
tests/routes/native/v1/bookings_test.py.test_bookings_with_external_event_api_return_nothing
assert 500 == 400
+ where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Raw output
tests/routes/native/v1/bookings_test.py:602: in test_bookings_with_external_event_api_return_nothing
assert response.status_code == 400
E assert 500 == 400
E + where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Check failure on line 609 in tests/routes/native/v1/bookings_test.py
github-actions / Pytest Report
tests/routes/native/v1/bookings_test.py.test_bookings_with_external_event_api_return_more_tickets_than_quantity
assert 500 == 200
+ where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code
Raw output
tests/routes/native/v1/bookings_test.py:652: in test_bookings_with_external_event_api_return_more_tickets_than_quantity
assert response.status_code == 200
E assert 500 == 200
E + where 500 = <WrapperTestResponse streamed [500 INTERNAL SERVER ERROR]>.status_code