Some tests which keep Fluent container running
- Dominant language
- Python
- Stars
- 497
- Forks
- 77
- Avg merge
- 22h 37m
- Merged PRs (30d)
- 45
Description
Found Fluent container is running for the following tests after the weekend runs:
```
test_add_on_affected_at_type_path
test_add_on_deleted
test_command_args_including_task_object_datamodel_se
test_command_creation_inside_singleton
test_command_return_type
test_container_warning_for_host_mount_path
test_datamodel_streaming_no_commands_diff_state
test_does_not_exit_fluent_by_default_when_connected_to_running_fluent
test_event_subscription
test_exit_fluent_when_connected_to_running_fluent
test_fluent_connection_properties
test_fluent_exit_wait
test_fluent_fatal_error[0-raises0]
test_fluent_launchers
test_get_and_set_state_for_command_arg_instance
test_independent_meshing_sessions
test_iterate_meshing_workflow_task_container
test_journal_creation[jou]
test_journal_creation[py]
test_launch_pure_meshing
test_local_parametric_run
test_long_list
test_meshing_mode
test_mixing_elbow_meshing_workflow
test_on_affected_lifetime_with_delete_all_child_objects
test_on_command_executed_lifetime
test_parent_class_attributes
test_reduction_does_not_modify_case
test_search_from_root
test_search_from_root_latest
test_setup_models_viscous_model_settings
test_solution_variables
test_transcript
test_watchdog_launch
test_wildcard_path_is_iterable
```
Some of these are due to test-failures or tests being stuck due to low-memory as other containers are already running, but there must be some issues in atleast few of them in cleaning up the Fluent container. There is no issue in the garbage collection mechanism for container runs (verified locally).
In self-hosted runners, following command will show the test names which keep the Fluent container running:
```
docker container ls --format='{{.ID}}' | xargs docker inspect --format='{{.Config.Labels.test_name}}'
```
Contributor guide
Assessment
This issue has not been assessed yet.