Skip to content

Commit 4b3179d

Browse files
committed
adding index stats collection to n1ql tests
Change-Id: I3f73ad8694452d8e03c4da7d976dfb7938ff81e1 Reviewed-on: http://review.couchbase.org/c/perfrunner/+/149095 Tested-by: Build Bot <[email protected]> Reviewed-by: Bo-Chun Wang <[email protected]>
1 parent 2f2c788 commit 4b3179d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

perfrunner/tests/n1ql.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class N1QLTest(PerfTest):
1616
'n1ql_latency': True,
1717
'n1ql_stats': True,
1818
'secondary_stats': True,
19+
'secondary_debugstats': True,
20+
'secondary_debugstats_index': True,
1921
'ns_server_system': True
2022
}
2123

@@ -196,6 +198,8 @@ class N1QLThroughputTest(N1QLTest):
196198
'n1ql_latency': False,
197199
'n1ql_stats': True,
198200
'secondary_stats': True,
201+
'secondary_debugstats': True,
202+
'secondary_debugstats_index': True,
199203
'ns_server_system': True
200204
}
201205

0 commit comments

Comments
 (0)