Commit Graph

2373 Commits

Author SHA1 Message Date
Joe DeVivo
debe9154ec API Changed from riakc 1.2.1 to 1.3.0 2012-09-14 10:53:39 -07:00
Joe DeVivo
669b82b7cc Merge branch 'jd-2i_tests' of https://github.com/basho/riak_test into jd-2i_tests 2012-09-13 08:34:31 -07:00
Joe DeVivo
3c43ed65dc Full port of b_e 2i test 2012-09-13 08:32:34 -07:00
Dave Parfitt
2efcaadab5 Merge pull request #54 from basho/dip_riakc130
update riakc to 1.3.0
2012-09-12 12:59:52 -07:00
Joe DeVivo
823e3a7824 Added 1.3.0 tag to riak-erlang-http-client 2012-09-12 12:44:09 -07:00
Dave Parfitt
737df8a396 update riakc to 1.3.0 2012-09-12 15:21:27 -04:00
Joe DeVivo
ab2ea0ccc2 Merge pull request #32 from basho/jnd-rpc-logs
change group_leader for tests, in order to capture rpc:call and all io module calls with lager
2012-09-12 10:06:52 -07:00
Joe DeVivo
993dd74dd8 rpc_output test now a lager backend for testing 2012-09-12 10:03:55 -07:00
Joe DeVivo
00693399c3 Removed a lot of useless code and tuples, because this is a simpler case than eunit 2012-09-12 10:03:54 -07:00
Joe DeVivo
afea5866d4 group_leader io redirect working, but ugly 2012-09-12 10:03:54 -07:00
Joe DeVivo
254641baa2 POC Riak Test Group Leader 2012-09-12 10:03:54 -07:00
Joe DeVivo
af4503782e Spawning each test:commit/0 as a process. 2012-09-12 10:03:54 -07:00
Joe DeVivo
490dd312ec Full port of b_e 2i test 2012-09-12 09:49:15 -07:00
Joe DeVivo
0d4b15611e Merge pull request #51 from basho/jd-riak_stats_test
Port of the basho_expect riak_stats test
2012-09-12 09:47:08 -07:00
Joe DeVivo
793b66488d Merge pull request #52 from basho/jd-riak_lager_test
Ported riak_lager tests from basho_expect
2012-09-12 09:04:54 -07:00
Joe DeVivo
974b97d49f ?MAGIC_NUMBER. Is it possible to troll with a commit? 2012-09-12 08:47:57 -07:00
Russell Brown
db4e220bb3 Add client apps and the ibrowse app to included apps 2012-09-12 11:38:37 +01:00
Joe DeVivo
3dc9530795 Ported riak_lager tests from basho_expect 2012-09-11 15:12:04 -07:00
Joe DeVivo
2e5c427bcd Merge pull request #33 from basho/jd-help!
When in doubt, show usage info. Fixes Issue #22
2012-09-11 12:12:05 -07:00
Joe DeVivo
f1ee161c32 Fixed readme to support getopt cli 2012-09-11 11:56:25 -07:00
Joe DeVivo
df6b103901 When in doubt, show usage info. Fixes Issue #22 2012-09-11 11:54:55 -07:00
Joe DeVivo
afa6290a63 Merge pull request #20 from basho/sdc-riaknostic-rt
Port riaknostic test from basho_expect.
2012-09-11 10:39:53 -07:00
Joe DeVivo
9790812d57 Removed irrelevant comments 2012-09-11 07:18:50 -07:00
Joe DeVivo
953142aeb6 Final riak_stats test, ready for review 2012-09-10 18:43:57 -07:00
Joe DeVivo
e9ee667e7e More detailed error logging, now with stack trace 2012-09-10 18:43:30 -07:00
Joe DeVivo
0ae436db4d Added riak-erlang-http-client to riak_test 2012-09-10 18:43:00 -07:00
Joe DeVivo
b73a6008be Fully functional port of b_e riak_stats test 2012-09-10 17:35:17 -07:00
Joe DeVivo
67952b0c93 Added pbc_get/3 to rt 2012-09-10 17:34:43 -07:00
Joe DeVivo
1c26ca11e8 Initial pass at riak_stats test 2012-09-10 16:56:07 -07:00
Joe DeVivo
bb5de33a99 Added pbc client methods to rt 2012-09-10 16:55:43 -07:00
Joe DeVivo
385e70361a Added riak-erlang-client to rebar 2012-09-10 16:55:11 -07:00
Jared Morrow
6fe4f150ad Be explicit in disabling HiPE 2012-09-10 13:56:28 -06:00
Jared Morrow
c77958082c Merge pull request #50 from basho/jem-readme-nitpick
Remove HiPE flag of kerl configure instructions
2012-09-10 11:34:33 -07:00
Jared Morrow
4816b0c672 Remove HiPE flag of kerl configure instructions
We disabled HiPE on all builders from 1.2 going forward.
This change is a minor nitpick to make sure dev setups
are as close to possible to what we deliver.
2012-09-10 11:53:11 -06:00
Joe DeVivo
26ba9c0e10 After rebasing, convert riaknostic_rt to use confirm/0 2012-09-07 16:50:36 -07:00
Joe DeVivo
47c168fbf3 After rebasing, convert riaknostic_rt to use confirm/0 2012-09-07 16:49:36 -07:00
Joe DeVivo
e22ade5596 Changed to use string:str/2 as per @jtuple's suggestion 2012-09-07 16:47:36 -07:00
Joe DeVivo
6f1e76a2c0 OMG I forgot to review all files! 2012-09-07 16:47:36 -07:00
Joe DeVivo
4fa7044650 Switched from Regex to substring matching 2012-09-07 16:47:36 -07:00
Joe DeVivo
c6a8605a1f First pass at adding pattern matching to riak_test 2012-09-07 16:47:36 -07:00
Sean Cribbs
1cf7c76c6f Port riaknostic test from basho_expect.
We don't have command-output matching yet, so this could appear to pass and yet still fail in some way.
2012-09-07 16:46:12 -07:00
Joe DeVivo
3e82746d69 Changed to use string:str/2 as per @jtuple's suggestion 2012-09-07 16:45:47 -07:00
Joe DeVivo
2db3f96b77 OMG I forgot to review all files! 2012-09-07 15:23:12 -07:00
Joe DeVivo
2c42591521 Explicity set lager level to debug for per-test lager backends 2012-09-06 09:32:43 -07:00
Dave Parfitt
80dc39e34f Merge pull request #30 from basho/dip_bad_test
don't blow up if there aren't any tests to run
2012-09-05 13:04:02 -07:00
Dave Parfitt
540829daf2 fixed lager error message 2012-09-05 15:57:17 -04:00
Dave Parfitt
01b0fe7850 don't blow up if there aren't any tests to run 2012-09-05 15:53:18 -04:00
Joe DeVivo
b3de6f509c New G-rated search corpus, compliments of @slfritchie 2012-09-05 12:05:18 -04:00
Joe DeVivo
a1e9e04795 Merge pull request #21 from basho/jnd-teststar_runner
A Test Runner and Oh, so much more!
2012-09-05 07:54:04 -07:00
Joe DeVivo
0e7622493b Switched from Regex to substring matching 2012-08-31 14:35:09 -04:00