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

Unified Diff: impl/memory/datastore_index_test.go

Issue 1302813003: impl/memory: Implement Queries (Closed) Base URL: https://github.com/luci/gae.git@add_multi_iterator
Patch Set: Created 5 years, 4 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
Index: impl/memory/datastore_index_test.go
diff --git a/impl/memory/datastore_index_test.go b/impl/memory/datastore_index_test.go
index 34fb269c8c952763d64c2dcad4648f8964f901ef..c36ca2e02aa3200b3de9c9886afec8ba207ebfc2 100644
--- a/impl/memory/datastore_index_test.go
+++ b/impl/memory/datastore_index_test.go
@@ -9,12 +9,14 @@ import (
"time"
ds "github.com/luci/gae/service/datastore"
+ "github.com/luci/gae/service/datastore/serialize"
"github.com/luci/gkvlite"
. "github.com/smartystreets/goconvey/convey"
)
func init() {
- indexCreationDeterministic = true
+ serializationDeterministic = true
+ serialize.WritePropertyMapDeterministic = true
}
var fakeKey = key("knd", 10, key("parentKind", "sid"))

Powered by Google App Engine
This is Rietveld 408576698