mtproto_proxy/test
Sergey Prokhorov fc9ec1d326
Upgrade ranch 1.7.0 → 2.2.0
Ranch 2.x breaking changes addressed:
- Protocol callback changed from start_link/4 (Ref, Socket, Transport, Opts)
  to start_link/3 (Ref, Transport, Opts); socket obtained via ranch:handshake/1
- ranch:info/0 now returns #{Name => #{...}} instead of [{Name, [proplists]}];
  updated mtp_listeners/0, running_ports/0, and config_change_case test

Also update AGENTS.md with CT failure debugging workflow.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-05 01:41:01 +02:00
..
bench_codec_decode.erl Add option to disable crc32 check in mtp_full to save CPU 2019-10-24 23:28:24 +02:00
bench_codec_encode.erl Add benchmarks 2019-10-14 02:48:08 +02:00
mtp_prop_gen.erl Fix decoding of packets split to multiple TLS frames. Fixes gh-16 2019-08-12 19:02:37 +02:00
mtp_test_client.erl Modernisations 2026-02-17 01:11:32 +01:00
mtp_test_cmd_rpc.erl Add some statefull property-based integration tests 2019-03-13 02:12:21 +01:00
mtp_test_datacenter.erl Fix httpd "eaddrinuse" in tests 2019-04-02 00:02:10 +02:00
mtp_test_echo_rpc.erl Make it possible to change logick of test server RPC handling 2019-03-07 02:32:22 +01:00
mtp_test_metric.erl Replace Travis-CI with Github actions, add support for OTP-25 2022-11-23 00:58:53 +01:00
mtp_test_middle_server.erl Upgrade ranch 1.7.0 → 2.2.0 2026-04-05 01:41:01 +02:00
prop_mtp_abridged.erl Refactor codecs 2019-07-25 13:17:37 +02:00
prop_mtp_aes_cbc.erl Refactor codecs 2019-07-25 13:17:37 +02:00
prop_mtp_codec.erl Add option to disable crc32 check in mtp_full to save CPU 2019-10-24 23:28:24 +02:00
prop_mtp_fake_tls.erl Add domain fronting for fake-TLS connections 2026-04-03 19:35:31 +02:00
prop_mtp_full.erl Add option to disable crc32 check in mtp_full to save CPU 2019-10-24 23:28:24 +02:00
prop_mtp_intermediate.erl Refactor codecs 2019-07-25 13:17:37 +02:00
prop_mtp_obfuscated.erl Cosmetic changes: README, docker, dialyzer fixes 2019-08-12 19:02:37 +02:00
prop_mtp_rpc.erl Add some docstrings to tests 2019-03-05 01:30:38 +01:00
prop_mtp_statefull.erl Use OTP logger instead of lager. 2026-02-17 01:50:54 +01:00
single_dc_SUITE.erl Upgrade ranch 1.7.0 → 2.2.0 2026-04-05 01:41:01 +02:00
test-sys.config Use OTP logger instead of lager. 2026-02-17 01:50:54 +01:00