Intent of interfaces_mock.go ×1
All 42 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/42 tests-
server/42 tests-
service/42 tests-
frontend/42 tests-
TestNamespaceRateLimitInterceptorProvider/30 tests-
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_burst_allow_when_burst_ratio_is_0.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_burst_allow_when_burst_ratio_is_1.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_burst_allow_when_burst_ratio_is_1.5_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_burst_allow_when_burst_ratio_is_1_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_burst_hit_when_burst_ratio_is_0.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_burst_hit_when_burst_ratio_is_1.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_burst_hit_when_burst_ratio_is_1.5_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_burst_hit_when_burst_ratio_is_1_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_rate_allow_when_burst_ratio_is_1 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/namespace_rate_hit_when_burst_ratio_is_1 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_burst_allow_when_burst_ratio_is_0.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_burst_allow_when_burst_ratio_is_1.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_burst_allow_when_burst_ratio_is_1.5_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_burst_allow_when_burst_ratio_is_1_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_burst_hit_when_burst_ratio_is_0.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_burst_hit_when_burst_ratio_is_1.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_burst_hit_when_burst_ratio_is_1.5_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_burst_hit_when_burst_ratio_is_1_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_rate_allow_when_burst_ratio_is_1 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/replication_inducing_op_rate_hit_when_burst_ratio_is_1 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_burst_allow_when_burst_ratio_is_0.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_burst_allow_when_burst_ratio_is_1.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_burst_allow_when_burst_ratio_is_1.5_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_burst_allow_when_burst_ratio_is_1_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_burst_hit_when_burst_ratio_is_0.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_burst_hit_when_burst_ratio_is_1.5 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_burst_hit_when_burst_ratio_is_1.5_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_burst_hit_when_burst_ratio_is_1_and_global_limit_is_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_rate_allow_when_burst_ratio_is_1 -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitInterceptorProvider/visibility_rate_hit_when_burst_ratio_is_1
-
-
TestNamespaceRateLimitMetrics/3 tests-
go.temporal.io/server/service/frontend/TestNamespaceRateLimitMetrics/global_limit_is_emitted_when_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitMetrics/host_limit_emitted_when_frontend_service_count_is_not_set -
go.temporal.io/server/service/frontend/TestNamespaceRateLimitMetrics/host_limit_emitted_when_global_limit_is_not_set
-
-
TestRateLimitInterceptorProvider/9 tests-
go.temporal.io/server/service/frontend/TestRateLimitInterceptorProvider/both_rate_limits_hit -
go.temporal.io/server/service/frontend/TestRateLimitInterceptorProvider/global_rate_limit_hit -
go.temporal.io/server/service/frontend/TestRateLimitInterceptorProvider/global_rate_limit_not_configured_and_per_instance_rate_limit_is_hit -
go.temporal.io/server/service/frontend/TestRateLimitInterceptorProvider/global_rate_limit_not_configured_and_per_instance_rate_limit_not_hit -
go.temporal.io/server/service/frontend/TestRateLimitInterceptorProvider/global_rate_limit_not_configured_and_zero_per-instance_rate_limit -
go.temporal.io/server/service/frontend/TestRateLimitInterceptorProvider/neither_rate_limit_hit -
go.temporal.io/server/service/frontend/TestRateLimitInterceptorProvider/nil_service_resolver_causes_global_RPS_limit_to_be_ignored -
go.temporal.io/server/service/frontend/TestRateLimitInterceptorProvider/no_hosts_causes_global_RPS_limit_to_be_ignored -
go.temporal.io/server/service/frontend/TestRateLimitInterceptorProvider/per_instance_rate_limit_hit_but_ignored_because_global_rate_limit_is_not_hit
-
-
-
-
-