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

Unified Diff: logdog/common/storage/bigtable/bigtable_test.go

Issue 2575383002: Add server/cache support to gaeconfig. (Closed)
Patch Set: Un-collapse. Created 3 years, 11 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 | « logdog/client/coordinator/stream.go ('k') | logdog/common/storage/bigtable/storage.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/common/storage/bigtable/bigtable_test.go
diff --git a/logdog/common/storage/bigtable/bigtable_test.go b/logdog/common/storage/bigtable/bigtable_test.go
index a358c41decb919707f5dfc19a32685b6e0ab0667..97fce0cfb7670fb5115ef5c9610a426028a22f62 100644
--- a/logdog/common/storage/bigtable/bigtable_test.go
+++ b/logdog/common/storage/bigtable/bigtable_test.go
@@ -8,9 +8,10 @@ import (
"testing"
"time"
- "cloud.google.com/go/bigtable"
"github.com/luci/luci-go/common/errors"
"github.com/luci/luci-go/logdog/common/storage"
+
+ "cloud.google.com/go/bigtable"
"golang.org/x/net/context"
. "github.com/smartystreets/goconvey/convey"
« no previous file with comments | « logdog/client/coordinator/stream.go ('k') | logdog/common/storage/bigtable/storage.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698