Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Unified Diff: go/src/infra/gae/libs/gae/taskqueue_testable.go

Issue 1227203004: Convert 'Testable' interface into an optional filter. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@add_filters
Patch Set: final rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/gae/libs/gae/memory/taskqueue_test.go ('k') | go/src/infra/gae/libs/gae/testable.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/gae/taskqueue_testable.go
diff --git a/go/src/infra/gae/libs/gae/taskqueue_testable.go b/go/src/infra/gae/libs/gae/taskqueue_testable.go
index a863455c5dc5ae8ae805e66130eb61e3b2824cde..49b605425555429bd98b1363aaf1475f7dcf726d 100644
--- a/go/src/infra/gae/libs/gae/taskqueue_testable.go
+++ b/go/src/infra/gae/libs/gae/taskqueue_testable.go
@@ -12,8 +12,6 @@ type AnonymousQueueData map[string][]*TQTask
// TQTestable is the testable interface for fake taskqueue implementations
type TQTestable interface {
- Testable
-
CreateQueue(queueName string)
GetScheduledTasks() QueueData
GetTombstonedTasks() QueueData
« no previous file with comments | « go/src/infra/gae/libs/gae/memory/taskqueue_test.go ('k') | go/src/infra/gae/libs/gae/testable.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698