Skip to content

Commit

Permalink
changes to partial array indexing tests
Browse files Browse the repository at this point in the history
Change-Id: I7f8535afc1121ed943bce34e91844b8588586173
Reviewed-on: http://review.couchbase.org/62460
Reviewed-by: Prerna Manaktala <prerna.manaktala@couchbase.com>
Tested-by: Prerna Manaktala <prerna.manaktala@couchbase.com>
  • Loading branch information
PRERNA MANAKTALA committed Apr 5, 2016
1 parent fa89591 commit d8ecb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests/tuqquery/tuq_2i_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ def test_array_partial_index_distinct_covering(self):
created_indexes = []
try:
idx = "idx"
self.query = "CREATE INDEX %s ON %s( distinct array i FOR i in %s END,hobbies.hobby,name,department) WHERE (department = 'Support') USING %s" % (
self.query = "CREATE INDEX %s ON %s( distinct array i FOR i in %s END,hobbies.hobby,name) WHERE (department = 'Support') USING %s" % (
idx, bucket.name, "hobbies.hobby", self.index_type)
# if self.gsi_type:
# self.query += " WITH {'index_type': 'memdb'}"
Expand Down

0 comments on commit d8ecb26

Please sign in to comment.