Skip to content

Add test with load-balancing #222

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 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tstirrat15
Copy link
Contributor

Description

Part of debugging #221. Adding a test (even though it only exercises one of a few potential codepaths) can help narrow things down.

Changes

  • Add a test of load balancing

Testing

Review. See that tests pass.

@tstirrat15 tstirrat15 requested a review from a team as a code owner April 21, 2025 16:17
@tstirrat15 tstirrat15 mentioned this pull request Apr 21, 2025
describe("load balancing configuration", () => {
it("can use round-robin load balancing", async () => {
const { promises: client } = NewClient(
generateTestToken("v1-promise-namespace"),

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "v1-promise-namespace" is used as
authorization header
.
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