Skip to content

1936 fix tcp tls server #1983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: io_uring_tpc
Choose a base branch
from

Conversation

mayakerostasia
Copy link

Description

TCP-TLS server using compio & uring_tpc

Why

Switch to compio broke prior TLS server implementation

How

Remove todo!s and ensure source compiles. Some slight modifications to imports necessary to keep types consistent across TLS listener/sender/server files.

General Coding Remarks

  • Code Formatting: Good
  • Code Linting: Lot's of problems unrelated to these changes
  • Unit Testing: Unchecked
  • Integration Testing: Unchecked
  • Project Structure: Unchecked
  • Build Integrity: Has some problems while running, unsure if it has to do with changes
  • Check unused dependencies: Done - left "Ctrlc"
  • Sort dependencies: Done for /server

@mayakerostasia
Copy link
Author

Test Results

One

running 2 tests
test server::specific::tcp_tls_scenario_should_be_valid has been running for over 60 seconds
test server::specific::tcp_tls_self_signed_scenario_should_be_valid has been running for over 60 seconds
test server::specific::tcp_tls_self_signed_scenario_should_be_valid ... FAILED
test server::specific::tcp_tls_scenario_should_be_valid ... FAILED

failures:

---- server::specific::tcp_tls_self_signed_scenario_should_be_valid stdout ----

thread 'server::specific::tcp_tls_self_signed_scenario_should_be_valid' panicked at core/integration/src/test_server.rs:350:13:
Failed to load config from file local_data_206667835506426658079756885994169604097/runtime/current_config.toml in 60 s!
Iggy server stdout:
  ___                             ____

Two

thread 'server::specific::tcp_tls_scenario_should_be_valid' panicked at core/integration/src/test_server.rs:350:13:
Failed to load config from file local_data_131600921475352707465903685000481380353/runtime/current_config.toml in 60 s!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant