Commit Graph

358 Commits

Author SHA1 Message Date
Ben Hood c512cfa057 Got all tests working 2009-08-21 19:15:27 +01:00
Ben Hood 1a74aa3d38 Deleted all references to lib_amqp, still need to get rid of the actual module 2009-08-21 01:09:12 +01:00
Ben Hood 5e2f5d9d87 Deleted some more stuff 2009-08-20 23:40:56 +01:00
Ben Hood 9885f7a673 Merged default into bug21336 2009-08-19 10:11:31 +01:00
Ben Hood 5abe4e847d Minor refactoring 2009-08-19 00:10:47 +01:00
Ben Hood 1debc27be0 Merged default into bug20896 2009-08-18 23:07:38 +01:00
Ben Hood 80697b3b1c rabbit.hrl and rabbit_framing.hrl now get included in amqp_client.hrl 2009-08-18 18:21:04 +01:00
Ben Hood 6a77dfc2ba Merged default into bug20896 2009-08-18 17:29:34 +01:00
Ben Hood 6e07c58f38 Merged bug21406 into default 2009-08-14 18:28:29 +01:00
Matthias Radestock 83720498d7 introduce #amqp_connection_parameters
containing sensible defaults. This is used in all the
amqp_connection:start* methods, replacing the bewildering variety of
previou start* functions.
2009-08-13 07:33:25 +01:00
Matthias Radestock 8edb1e1626 test roundtripping of large(ish) content
as well as testing async_publish
2009-08-09 01:29:27 +01:00
Matthias Radestock a31de9dd22 increase timeout to prevent test from failing on tanto 2009-08-09 01:26:49 +01:00
Matthias Radestock 5a7e2d3a4c minor test refactoring 2009-08-09 01:00:46 +01:00
Vlad Ionescu 20d659450c merging from default 2009-08-06 18:07:04 +01:00
Ben Hood 118509202f Merged default into bug21305 2009-08-06 12:58:19 +01:00
Ben Hood deae93c1d8 Deleted debug statement 2009-08-06 12:56:37 +01:00
Ben Hood da3d186f7b Merged default into bug21305 2009-08-05 19:53:45 +01:00
Ben Hood 2284b6005b Merged default into bug21335 2009-08-05 19:35:05 +01:00
Ben Hood 206bb5b67f Merged bug21234 into default 2009-08-05 19:26:22 +01:00
Ben Hood 861d2e8f2a Introduced amqp_msg record to be friendlier to higher level code 2009-08-05 14:17:34 +01:00
Ben Hood f719b4c549 Found out that you cannot source a header file from inside an archive, so
basically what we're going to have to do is to explode the archive if you want
to compile against it. Given this, it is probably a better idea to have it
reside in a separate deps directory as opposed to the dist dir where it was
previously located.
2009-08-04 18:45:36 +01:00
Matthew Sackman 855c7fe475 actually bother to verify certs! 2009-08-04 18:03:06 +01:00
Matthew Sackman 2fd641ff80 modifications to the erlang client in light of changes to the location and structure of the certificates 2009-08-04 14:15:52 +01:00
Ben Hood c96056ce31 Added server header files into the common bundle.
Added the common bundle to the load path of the compiler so that you don't
need to have the server installed to compile the client.
2009-08-04 13:35:10 +01:00
Matthew Sackman a277b5c8e5 I think this is all right now. Note that we are creating certs on demand _for the client_ as it would be a silly idea to use the same certs for the server and client. 2009-07-27 15:34:02 +01:00
Matthew Sackman 265ecdd1d5 just merging in from 21234, will make work next... 2009-07-27 14:30:31 +01:00
Vlad Ionescu 357a3988b0 fixing small bugs; making sure user in non_existent_user_test does not exist; making sure vhost in non_existent_vhost_test does not exist 2009-07-25 17:20:44 +01:00
Vlad Ionescu 5552d24244 adding negative test for user with no permissions 2009-07-25 16:52:17 +01:00
Vlad Ionescu 0e54440a1b merging from bug21234 2009-07-25 16:21:23 +01:00
Vlad Ionescu 9cac0c407f make sure queue is empty after consume in pub_and_close_test 2009-07-25 16:08:05 +01:00
Vlad Ionescu be4930d24e removing symlink to server creation; changing the way the broker is run; tests are now run via erl_call to rabbit node 2009-07-24 15:16:49 +01:00
Vlad Ionescu 2efcc2bad3 removing some leftover junk 2009-07-23 13:14:13 +01:00
Vlad Ionescu 6c57bf78f6 adding negative tests for invalid user, invalid password and invalid vhost; furnishing amqp_connection:start_network calls 2009-07-23 13:07:22 +01:00
Vlad Ionescu ac9301a8c2 channel and writer are now synced; removing test_pub_and_close make target; adding pub_and_close_test_ to network_client_SUITE; removing spammer from pub_and_close_test 2009-07-22 16:33:07 +01:00
Vlad Ionescu f1e277339d fixing a merge conflict; pub_and_close_test in a separate make target; previous all_tests make target renamed to test_suites and all_tests_coverage to test_suites_coverage; other smaller tweaks 2009-07-22 11:36:27 +01:00
Essien Ita Essien f6fc065328 IANA assigned port number for AMQP over TLS/SSL is 5671 2009-07-21 15:37:13 +01:00
Essien Ita Essien e11543be87 Merge with upstream. Update start_network to support SSL options 2009-07-21 15:34:00 +01:00
Vlad Ionescu c674e6b1ed changing amqp_channel:get_writer_status to amqp_channel:is_waiting; fixing network_client_SUITE:pub_and_close_test; rewriting amqp_connection:get_channel_pids 2009-07-21 13:50:56 +01:00
Vlad Ionescu e996274833 merging from default 2009-07-21 12:34:08 +01:00
Essien Ita Essien b67d7cb40f Update test suite to use new API and fixup bug in amqp_connection
All tests pass now
2009-07-21 09:48:07 +01:00
Essien Ita Essien 263fa7e894 Merge with upstream. Port can now explicitly specified 2009-07-21 09:42:19 +01:00
Ben Hood 2c3bdaf385 Merging bug19985 into default (again).
If you're wondering why this this has happened again, read the corresponding
bug report. Basically it seemed easier to just re-merge than to extract the
patch onto a separate branch.
2009-07-17 18:55:08 +01:00
Ben Hood 44e5583e07 Merged default back into bug20539 2009-07-15 16:51:56 +01:00
Essien Ita Essien f8b77d5cc7 Move ssl tests suite into tests folder 2009-07-12 21:12:26 +01:00
Vlad Ionescu 7cc998d97a fixing dependencies in makefile targets 2009-07-10 16:49:40 +01:00
Vlad Ionescu 80c3941dda adding port number as optional parameter to start_connection; removing getting port number from env var 2009-07-10 15:45:27 +01:00
Vlad Ionescu ebf1351cfb adding pub_and_close_test in network_client_SUITE 2009-07-10 13:44:32 +01:00
Vlad Ionescu 4096c351cf merging from default 2009-07-10 13:24:57 +01:00
Vlad Ionescu 54d5c6c27d renaming tests/ to test/; renaming test suite files to xx_SUITE.erl 2009-07-06 15:58:36 +01:00
simon@lshift.net 4da5d3047f Bug 17141: Add test coverage checking. Necessitates moving all erlang
files to src/.
2007-10-03 16:13:53 +00:00
simon@lshift.net 4713212b04 disapproval of revision '18de103015dd6f8e87c4165b0fa8381319169cf2' 2007-10-03 16:08:21 +00:00
simon@lshift.net 267f95b59c Bug 17118: Add test coverage checking. Needed to move all the test code into
src/ to do this as the cover library only looks for source in src/.
2007-10-02 14:29:03 +00:00
simon@lshift.net 635736c19b Bug none: Moving rpc handler to permit merging 2007-10-04 10:38:12 +00:00
0x6e6562@gmail.com acb8aa9fea Added initial test for rpc handling 2007-10-03 21:44:46 +00:00
simon@lshift.net e2b6b74355 Bug 17118: s/rabbit/rabbitmq_server/ to find header files. 2007-10-01 16:44:56 +00:00
0x6e6562@gmail.com ed17bbf119 Changed rpc/send to call/cast 2007-10-01 07:54:54 +00:00
0x6e6562@gmail.com d83dba2615 Separated amqp_client from the rabbit tree 2007-09-30 19:52:07 +00:00
0x6e6562@gmail.com ad7329aad1 Initial checkin 2007-09-13 16:06:53 +00:00