rabbitmq-server/deps/rabbit_common/test
Jean-Sébastien Pédron bf01548a25 Move `file_handle_cache` and `vm_memory_monitor` back to `rabbit`
[Why]
They were moved from `rabbit` to `rabbit_common` several years ago to
solve an dependency issue because `amqp_client` depended on the file
handle cache. This is not the case anymore.

[How]
The modules are moved back to `rabbit`.

`rabbit_common` doesn't need to depend on `os_mon` anymore. `rabbit`
already depends on it, so no changes needed here.

`include/rabbit_memory.hrl` and some test cases are moved as well to
follow the `vm_memory_monitor` module.

(cherry picked from commit e58eb1807a)
2025-05-07 18:00:18 +00:00
..
gen_server2_test_server.erl Bump (c) line year 2025-01-01 17:54:10 -05:00
rabbit_env_SUITE.erl Bump (c) line year 2025-01-01 17:54:10 -05:00
supervisor2_SUITE.erl Bump (c) line year 2025-01-01 17:54:10 -05:00
test_event_handler.erl Bump (c) line year 2025-01-01 17:54:10 -05:00
unit_SUITE.erl Move `file_handle_cache` and `vm_memory_monitor` back to `rabbit` 2025-05-07 18:00:18 +00:00
unit_password_hashing_SUITE.erl Bump (c) line year 2025-01-01 17:54:10 -05:00
unit_priority_queue_SUITE.erl Bump (c) line year 2025-01-01 17:54:10 -05:00
worker_pool_SUITE.erl Bump (c) line year 2025-01-01 17:54:10 -05:00