Commit Graph

6 Commits

Author SHA1 Message Date
Fred Dushin
4e80028a9d Copied yz_rt:http functions into yokozuna_rt, and replaced direct calls to ibrowse in the yz_* tests to use this function. Added the test result status to the "Test Run Complete" notice in riak_test. 2016-05-27 15:35:39 -04:00
Zeeshan Lakhani
ba60249fc3 * clean-up yokozuna_rt for reusability
* add new types for dialyzer
* add test to reload schema and overwrite it on type change
* test nested search (e.g. nested json objects)
* test re-putting fields, include crdt map workaround, discussed in
https://gist.github.com/sdebnath/36c235e042cb35db7d1f
* increase aae concurrency for core_prop test

(cherry picked from commit 16ce998e3f)
2015-08-13 13:07:40 -04:00
Zeeshan Lakhani
e86616f38d handle possible race conds w/ trace checker and log out values too for extractor checks 2015-05-27 18:10:30 -04:00
Zeeshan Lakhani
ad5004c0df *add include file for types
*refactor yokozuna_rt some more
2015-05-27 10:36:18 -04:00
Engel A. Sanchez
0797206ef5 Add post-giddyup webhooks
Each test result plus the related Giddy Up information is posted to each
webhook in the configuration. The first user is Bishop, so it can keep
track of tests as they happen and annoy the hell out of Engineering.
An example configuration:
```erlang
    ,{webhooks, [
                [{name, "Bishop"},
                 {url, "http://basho-engbot.herokuapp.com/"}]
                ]}
```
2013-08-12 12:48:56 -04:00
Bryan Fink
cde2d2d20c convert riak_pipe eunit system tests to riak_test
This will allow us to remove the fragile setup/teardown logic in the
riak_pipe module.

pipe_verify_examples <- half of riak_pipe:basic_test_
pipe_verify_basics <- other half of riak_pipe:basic_test_
pipe_verify_exceptions <- riak_pipe:exception_test_
pipe_verify_handof <- riak_pipe:limits_test_
pipe_verify_sink_types <- riak_pipe:sink_type_test_
2013-01-11 12:25:24 -05:00