Skip to content
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

Add Pool Manager #66

Merged
merged 2 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .scripts/internal-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ $rt test-with-features wtx cl-aux
$rt test-with-features wtx client-api-framework
$rt test-with-features wtx crypto-common
$rt test-with-features wtx database
$rt test-with-features wtx deadpool
$rt test-with-features wtx digest
$rt test-with-features wtx embassy-net,_hack
$rt test-with-features wtx embedded-tls
Expand All @@ -39,18 +38,19 @@ $rt test-with-features wtx flate2
$rt test-with-features wtx futures
$rt test-with-features wtx futures-lite
$rt test-with-features wtx glommio
$rt test-with-features wtx h2
$rt test-with-features wtx hashbrown
$rt test-with-features wtx hmac
$rt test-with-features wtx http1
$rt test-with-features wtx httparse
$rt test-with-features wtx md-5
$rt test-with-features wtx miniserde
$rt test-with-features wtx orm
$rt test-with-features wtx pool-manager
$rt test-with-features wtx postgres
$rt test-with-features wtx proptest
$rt test-with-features wtx protobuf
$rt test-with-features wtx rand
$rt test-with-features wtx reqwest
$rt test-with-features wtx ring
$rt test-with-features wtx rkyv,_hack
$rt test-with-features wtx rust_decimal
Expand All @@ -64,8 +64,8 @@ $rt test-with-features wtx sha1
$rt test-with-features wtx sha2
$rt test-with-features wtx simd-json
$rt test-with-features wtx simdutf8
$rt test-with-features wtx sm
$rt test-with-features wtx sm-dev
$rt test-with-features wtx schema-manager
$rt test-with-features wtx schema-manager-dev
$rt test-with-features wtx smol
$rt test-with-features wtx std
$rt test-with-features wtx test-strategy
Expand All @@ -92,8 +92,8 @@ $rt test-generic wtx-macros

$rt check-generic wtx-ui
$rt test-with-features wtx-ui embed-migrations
$rt test-with-features wtx-ui sm
$rt test-with-features wtx-ui sm-dev
$rt test-with-features wtx-ui schema-manager
$rt test-with-features wtx-ui schema-manager-dev
$rt test-with-features wtx-ui web-socket

cargo check --bin autobahn-client --features "flate2,web-socket-handshake"
Expand All @@ -106,4 +106,4 @@ cargo check --example web-socket-server-echo-raw-glommio --features "glommio,web
cargo check --example web-socket-server-echo-raw-smol --features "smol,web-socket-handshake"
cargo check --example web-socket-server-echo-raw-tokio --features "tokio,web-socket-handshake"
cargo check --example web-socket-server-echo-raw-tokio-rustls --features "_tokio-rustls-server,web-socket-handshake"
cargo check --example web-socket-server-pool-raw-tokio --features "deadpool,web-socket-handshake"
cargo check --example web-socket-server-pool-raw-tokio --features "pool-manager,web-socket-handshake"
Loading
Loading