Skip to content

Add failed tests#21

Open
sushantmane wants to merge 11 commits into
mainfrom
tmp-test
Open

Add failed tests#21
sushantmane wants to merge 11 commits into
mainfrom
tmp-test

Conversation

@sushantmane

@sushantmane sushantmane commented Dec 17, 2024

Copy link
Copy Markdown
Owner

Summary, imperative, start upper case, don't end with a period

Add failed tests

Resolves #XXX

How was this PR tested?

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

@github-actions

github-actions Bot commented Dec 17, 2024

Copy link
Copy Markdown
TestsPassed ✅SkippedFailed
Unit Test Report5338 ran5338 passed0 skipped0 failed
TestResult
No test annotations available

Add reproter

Revert tests

Make it green

Add commit

Add detaild summary
This reverts commit b0f9942.
sushantmane and others added 5 commits December 16, 2024 23:44
This reverts commit f4f76c5.
- Add controller handler service and gRPC server with secure mode
- Implement create store, get store, getAllStores, list stores APIs
- Add proto definitions for Stores and empty push
- Enable configuration to toggle gRPC server on/off
- Fix error handling and transport in ControllerClient for test compatibility
- Add additional routes: AdminCommandExecution, AdminTopicMetadata, Cluster, Version
- Update Docker setup for gRPC compatibility

Add experimental changes

Add integration test
sushantmane added a commit that referenced this pull request May 11, 2026
…nce 1 ->

3

Token-bucket throttler in ReadRequestThrottler refills partially
between requests on the per-second window. The test sends 21 requests
expecting #21 to trip throttling, with a tolerance of 1 extra request.
On a loaded CI (maxParallelForks=4) the first 21 requests can take
~120ms wall-clock — enough for the bucket to refill a partial token,
requiring 2 extra requests to drain.

Raise tolerance to 3. Preserves the regression-catching property —
any leak that needs more than 3 extra requests is still a real bug —
while absorbing CI scheduling jitter.
sushantmane added a commit that referenced this pull request May 14, 2026
…nce 1 ->

3

Token-bucket throttler in ReadRequestThrottler refills partially
between requests on the per-second window. The test sends 21 requests
expecting #21 to trip throttling, with a tolerance of 1 extra request.
On a loaded CI (maxParallelForks=4) the first 21 requests can take
~120ms wall-clock — enough for the bucket to refill a partial token,
requiring 2 extra requests to drain.

Raise tolerance to 3. Preserves the regression-catching property —
any leak that needs more than 3 extra requests is still a real bug —
while absorbing CI scheduling jitter.
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