Skip to content

added the test infra using gtest, and some tests#49

Merged
xianshijing-lk merged 3 commits intomainfrom
sxian/CLT-2518/add_integration_stress_tests
Feb 4, 2026
Merged

added the test infra using gtest, and some tests#49
xianshijing-lk merged 3 commits intomainfrom
sxian/CLT-2518/add_integration_stress_tests

Conversation

@xianshijing-lk
Copy link
Collaborator

Build the tests:
./build.sh debug-tests

Setup

export LIVEKIT_URL="wss://your-server.livekit.cloud"
export LIVEKIT_CALLER_TOKEN=""
export LIVEKIT_RECEIVER_TOKEN=""

Or run test executables directly

./build-debug/bin/livekit_integration_tests
./build-debug/bin/livekit_stress_tests

Run specific test suites

./build-debug/bin/livekit_integration_tests --gtest_filter="Rpc"
./build-debug/bin/livekit_stress_tests --gtest_filter="MaxPayloadStress"

@xianshijing-lk
Copy link
Collaborator Author

landing it now. the integration and stress tests work well on my computer

@xianshijing-lk xianshijing-lk merged commit c30ab13 into main Feb 4, 2026
6 checks passed
@xianshijing-lk xianshijing-lk deleted the sxian/CLT-2518/add_integration_stress_tests branch February 4, 2026 02:05
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