Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* GH-800: Write the most basic TODOs for this card * GH-800: Add todos for renaming purposes * GH-800: Add a message scheduler for purging the stream key * GH-800: Improve the test handle_client_response_payload_purges_stream_keys_for_terminal_response * GH-800: Make delay configurable via constant * GH-800: introduce StreamSenders * GH-800: introduce channel for shutdown signal * GH-800: add test connection_shutdown_test.rs * GH-800: test drive the shutdown signal in StreamReader * GH-800: refactor test stream_reader_shuts_down_when_it_receives_the_shutdown_signal * GH-800: some refactor inside the file stream_reader * GH-800: some more refactoring * GH-800: trying_to_write_a_test_for_stream_senders was a success * GH-800: did some refactoring for trying_to_write_a_test_for_stream_senders * GH-800: stream_handler_pool_sends_shutdown_signal_when_last_data_is_true passes for the first time * GH-800: Minor refactor for the test stream_handler_pool_sends_shutdown_signal_when_last_data_is_true * GH-800: more refactoring of the test stream_handler_pool_sends_shutdown_signal_when_last_data_is_true * GH-800: stream_handler_pool_sends_shutdown_signal_when_last_data_is_true is working fine * GH-800: some more todos removed * GH-800: clean_up_dead_streams_logs_when_the_shutdown_channel_is_down is passing * GH-800: tests are passing in StreamHandlerPool * GH-800: Wrote a test for the case when the shutdown signal channel is gone * GH-800: make it easier to understand who experiences the write error * GH-800: trying to write test while_housekeeping_the_stream_senders_are_received_by_stream_handler_pool * GH-800: add test add_new_streams_works * GH-800: wip: add the log * GH-800: test proxy_client_stream_reader_dies_when_client_stream_is_killed_integration is passing * GH-800: change the channel from crossbeam to tokio * GH-800: Add fn send_shutdown_signal_to_stream_reader * GH-800: wip: fixing 2 tests * GH-800: stream_handler_pool_sends_shutdown_signal_when_last_data_is_true is passing * GH-800: all tests in stream_handler_pool.rs are passing * GH-800: add test for the logs; all tests passing * GH-800: remove lookup_ip() mock fns from a test * GH-800: remove warnings * GH-800: use fn send_shutdown_signal_to_stream_reader in clean_up_dead_streams() * Revert "GH-800: use fn send_shutdown_signal_to_stream_reader in clean_up_dead_streams()" This reverts commit ae08930. * Revert "GH-800: remove warnings" This reverts commit d81c2f0. * Revert "GH-800: remove lookup_ip() mock fns from a test" This reverts commit 1880006. * Revert "GH-800: add test for the logs; all tests passing" This reverts commit 4f8c141. * Revert "GH-800: all tests in stream_handler_pool.rs are passing" This reverts commit 31db7c4. * Revert "GH-800: stream_handler_pool_sends_shutdown_signal_when_last_data_is_true is passing" This reverts commit 54040ae. * Revert "GH-800: wip: fixing 2 tests" This reverts commit f94c8d3. * Revert "GH-800: Add fn send_shutdown_signal_to_stream_reader" This reverts commit 3b387a7. * Revert "GH-800: change the channel from crossbeam to tokio" This reverts commit 2ecfebc. * GH-800: reverted the channel to crossbeam; remove warnings * GH-800: solve some TODOs * GH-800: add refactored fn send_shutdown_signal_to_stream_reader; crtitical integration test passing * GH-800: write_failure_for_nonexistent_stream_generates_termination_message is improved * GH-800: everything is tested * GH-800: fix proxy_server_receives_terminal_response_from_hopper * GH-800: trigger actions * GH-800: assert on a different error on non-mac os * GH-80: add changes of self-review * GH-800: some other missed changes * GH-800: add review 1 changes * GH-800: add review 2 changes * GH-800: add review 3 changes * GH-800: add review 4 changes * GH-800: add better logging * GH-800: delay purge when the report_to_counterpart is false * GH-800: final changes * GH-800: review changes * GH-800: fix the final comment discussion changes * GH-800: fix multiple_stream_zero_hop_test
- Loading branch information