-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[riak] add integration test #1499
Conversation
f53915f
to
61b2634
Compare
61b2634
to
25df38f
Compare
require './ci/common' | ||
|
||
def riak_version | ||
ENV['COUCHDB_VERSION'] || '2.0.5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realize that I (again) left a bad c/p, will update after review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, fixed.
993db2c
to
036a03c
Compare
for gauge in self.CHECK_GAUGES + self.CHECK_GAUGES_STATS: | ||
self.assertMetric(gauge, count=1, tags=tags) | ||
|
||
self.assertServiceCheckOK(self.check.SERVICE_CHECK_NAME, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should explicitly write the service check name here so that the test fails if someone mistakenly changes it.
Also @degemer can you rebase, it's probably a simple |
036a03c
to
9209362
Compare
Thanks @LeoCavaille ! Changes made, it should be ready. 💪 |
9209362
to
c7dbb7d
Compare
* build Riak from source (two riaks to be precise, to be able to build a cluster) * add custom tags to Riak check + usual pep8 * add a new test for Riak * do not run test on Travis if not able to use the cache And also: delete rotated log before caching
c7dbb7d
to
a496053
Compare
nice, thanks 👍 |
[riak] add integration test
Changes Unknown when pulling a496053 on quentin/test_riak into ** on master**. |
cluster)
And also: delete rotated log before caching