Skip to content

Add helper to reproducible shuffle the containers and schedules #738

Add helper to reproducible shuffle the containers and schedules

Add helper to reproducible shuffle the containers and schedules #738

Triggered via pull request September 9, 2023 22:57
Status Failure
Total duration 3m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

unittests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Run unittests: conflowgen/tests/flow_generator/test_assign_destination_to_container_service.py#L161
TestAssignDestinationToContainerService.test_load_container_from_truck_onto_feeder peewee.OperationalError: no such function: assign_random_value
Run unittests: conflowgen/tests/flow_generator/test_large_scheduled_vehicle_for_onward_transportation_manager.py#L236
TestLargeScheduledVehicleForExportContainersManager.test_do_not_load_if_the_time_span_is_too_long peewee.OperationalError: no such function: assign_random_value
Run unittests: conflowgen/tests/flow_generator/test_assign_destination_to_container_service.py#L197
TestAssignDestinationToContainerService.test_wrong_direction peewee.OperationalError: no such function: assign_random_value
Run unittests: conflowgen/tests/flow_generator/test_container_flow_generator_service__generate.py#L70
TestContainerFlowGeneratorService__generate.test_happy_path_no_mocking AttributeError: 'ModelSelect' object has no attribute 'orderby'. Did you mean: 'order_by'?
Run unittests: conflowgen/tests/flow_generator/test_large_scheduled_vehicle_for_onward_transportation_manager.py#L208
TestLargeScheduledVehicleForExportContainersManager.test_do_not_overload_feeder_with_train_traffic peewee.OperationalError: no such function: assign_random_value
Run unittests: conflowgen/tests/flow_generator/test_container_flow_generator_service__generate.py#L75
TestContainerFlowGeneratorService__generate.test_nothing_to_do AttributeError: 'ModelSelect' object has no attribute 'orderby'. Did you mean: 'order_by'?
Run unittests
Process completed with exit code 2.
Run unittests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/