qpid-proton-j git commit: PROTON-1965 Add additional equality tests for buffer slices

2018-11-19 Thread tabish
Repository: qpid-proton-j Updated Branches: refs/heads/master be6d9209e -> 459b84d44 PROTON-1965 Add additional equality tests for buffer slices Adds tests for equality checks on sliced buffers with non-zero offsets. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo Commit:

[2/6] qpid-proton git commit: PROTON-1887: [c] Convert C tests to use Catch2 harness.

2018-11-19 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0bdba37d/tests/include/catch.hpp -- diff --git a/tests/include/catch.hpp b/tests/include/catch.hpp new file mode 100644 index 000..f619f23 --- /dev/null +++

[4/6] qpid-proton git commit: PROTON-1887: [c] Convert C tests to use Catch2 harness.

2018-11-19 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0bdba37d/c/tests/pn_test_proactor.cpp -- diff --git a/c/tests/pn_test_proactor.cpp b/c/tests/pn_test_proactor.cpp new file mode 100644 index 000..0c06f72 --- /dev/null

[6/6] qpid-proton git commit: PROTON-1887: [c] Convert C tests to use Catch2 harness.

2018-11-19 Thread aconway
PROTON-1887: [c] Convert C tests to use Catch2 harness. Convert c/tests from home-baked test macros to the Catch2 test harness. We are using version 1.x until we can move on from supporting C++03. https://github.com/catchorg/Catch2/tree/Catch1.x Added files: test/include/ - catch.hpp - the

[5/6] qpid-proton git commit: PROTON-1887: [c] Convert C tests to use Catch2 harness.

2018-11-19 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0bdba37d/c/tests/event_test.cpp -- diff --git a/c/tests/event_test.cpp b/c/tests/event_test.cpp new file mode 100644 index 000..0a93b5c --- /dev/null +++

[3/6] qpid-proton git commit: PROTON-1887: [c] Convert C tests to use Catch2 harness.

2018-11-19 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0bdba37d/c/tests/reactor.c -- diff --git a/c/tests/reactor.c b/c/tests/reactor.c deleted file mode 100644 index 900d6a3..000 --- a/c/tests/reactor.c +++ /dev/null @@

[1/6] qpid-proton git commit: PROTON-1887: [c] Convert C tests to use Catch2 harness.

2018-11-19 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master f53c7683d -> 0bdba37da http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0bdba37d/tests/include/catch_extra.hpp -- diff --git a/tests/include/catch_extra.hpp

qpid-proton-j git commit: PROTON-1967 Reduce garbage created in the transport

2018-11-19 Thread tabish
Repository: qpid-proton-j Updated Branches: refs/heads/master ba9617831 -> be6d9209e PROTON-1967 Reduce garbage created in the transport Used cached isntances of objects that are created and immediately discared after being sent into the frame writer. In order to fix tests the FrameBody

qpid-proton-j git commit: PROTON-1966: ensure the position is always reset on return

2018-11-19 Thread robbie
Repository: qpid-proton-j Updated Branches: refs/heads/master 589504d76 -> ba9617831 PROTON-1966: ensure the position is always reset on return Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/ba961783