Sentinel/sentinel-cluster
Robert Lu befdc56885
fix flaky tests (#3364)
* fix ParamFlowPartialIntegrationTest

mock TimeUtil to avoid time changed, and bucket moved to next.

* remove csp.sentinel.log.output.type

remove sysprop csp.sentinel.log.output.type in TimeUtilTest,
to avoid a few outputs.

* try fix testConcurrentAcquireAndRelease

* remove stdout

remove sout in ParamFlowThrottleRateLimitingCheckerTest,
to avoid a few outputs.

* ConcurrentClusterFlowCheckerTest,djust the flowId to prevent conflicts

* CurrentConcurrencyManagerTest,adjust the flowId to prevent conflicts

* update year
2024-03-25 10:09:16 +08:00
..
sentinel-cluster-client-default Move document-lint from circleci to github-actions (#3345) 2024-02-21 17:05:29 +08:00
sentinel-cluster-common-default Bump version to 1.8.7 2023-12-28 19:32:10 +08:00
sentinel-cluster-server-default fix flaky tests (#3364) 2024-03-25 10:09:16 +08:00
sentinel-cluster-server-envoy-rls Bump version to 1.8.7 2023-12-28 19:32:10 +08:00
README.md Move document-lint from circleci to github-actions (#3345) 2024-02-21 17:05:29 +08:00
pom.xml Bump version to 1.8.7 2023-12-28 19:32:10 +08:00

README.md

Sentinel Cluster Flow Control

This is the default implementation of Sentinel cluster flow control.

  • sentinel-cluster-common-default: common module for cluster transport and functions
  • sentinel-cluster-client-default: default cluster client module using Netty as underlying transport library
  • sentinel-cluster-server-default: default cluster server module