From ed5b70a5587e4ded8c3ffe92241e0516794bb116 Mon Sep 17 00:00:00 2001 From: Jan Christoph Uhde Date: Wed, 5 Apr 2017 18:45:53 +0200 Subject: [PATCH] merge stash --- .../HttpInterface/api-collection-rocksdb-spec.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/UnitTests/HttpInterface/api-collection-rocksdb-spec.rb b/UnitTests/HttpInterface/api-collection-rocksdb-spec.rb index 2c7f04f5f9..b8d9e32f63 100644 --- a/UnitTests/HttpInterface/api-collection-rocksdb-spec.rb +++ b/UnitTests/HttpInterface/api-collection-rocksdb-spec.rb @@ -276,6 +276,19 @@ describe ArangoDB do doc.parsed_response['status'].should eq(3) doc.parsed_response['count'].should be_kind_of(Integer) doc.parsed_response['count'].should eq(0) + #doc.parsed_response['figures']['dead']['count'].should be_kind_of(Integer) + #doc.parsed_response['figures']['dead']['count'].should eq(0) + #doc.parsed_response['figures']['alive']['count'].should be_kind_of(Integer) + #doc.parsed_response['figures']['alive']['count'].should eq(0) + #doc.parsed_response['figures']['datafiles']['count'].should be_kind_of(Integer) + #doc.parsed_response['figures']['datafiles']['fileSize'].should be_kind_of(Integer) + #doc.parsed_response['figures']['datafiles']['count'].should eq(0) + #doc.parsed_response['figures']['journals']['count'].should be_kind_of(Integer) + #doc.parsed_response['figures']['journals']['fileSize'].should be_kind_of(Integer) + #doc.parsed_response['figures']['journals']['count'].should eq(0) + #doc.parsed_response['figures']['compactors']['count'].should be_kind_of(Integer) + #doc.parsed_response['figures']['compactors']['fileSize'].should be_kind_of(Integer) + #doc.parsed_response['figures']['compactors']['count'].should eq(0) # create a few documents, this should increase counts (0...10).each{|i|