We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
StubTimeNow
1 parent 6accbb6 commit cc5faf5Copy full SHA for cc5faf5
pkg/server/testserver.go
@@ -671,6 +671,7 @@ func (ts *testServer) setupTenantTestingKnobs(tenantKnobs *base.TestingKnobs) {
671
InjectedLatencyOracle: ts.params.Knobs.Server.(*TestingKnobs).ContextTestingKnobs.InjectedLatencyOracle,
672
InjectedLatencyEnabled: ts.params.Knobs.Server.(*TestingKnobs).ContextTestingKnobs.InjectedLatencyEnabled,
673
}
674
+ tenantKnobs.Server.(*TestingKnobs).StubTimeNow = ts.params.Knobs.Server.(*TestingKnobs).StubTimeNow
675
676
677
0 commit comments