Skip to content

delete or un-multitenant TestTenantStatementTimeoutAdmissionQueueCancelation #9

Description

@iliana

// TestTenantStatementTimeoutAdmissionQueueCancelation tests that a KV request
// that is canceled via a statement timeout is properly removed from the
// admission control queue. A testing filter is used to "park" a small number of
// requests thereby consuming those CPU "slots" and testing knobs are used to
// tightly control the number of entries in the queue so that we guarantee our
// main statement with a timeout is blocked.
func TestTenantStatementTimeoutAdmissionQueueCancelation(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.IgnoreLint(t, "tenant connector requires a CCL binary")

Not immediately clear to me if this test is testing something we otherwise wouldn't be if we deleted it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanupNice-to-have cleanup work but not urgent

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions