You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by Robbie Gemmell <ro...@gmail.com> on 2016/01/25 17:32:54 UTC

cpp binding failing builds in CI (WAS: [2/2] qpid-proton git commit: PROTON-1062: c++: proton::connection_engine with client and server examples.)

On 24 January 2016 at 07:19,  <ac...@apache.org> wrote:
> PROTON-1062: c++: proton::connection_engine with client and server examples.
>
> Easier to use proton::connction_engine:
> - inherit and override io_read, io_write, io_close to provide IO functionality.
> - processing logic (read/write/dispatch) built into connction_engine.
>
> Support for socket IO out of the box
> - socket_engine implements socket-based IO
> - examples/engine/direct_*.cpp simple single connection servers.
> - examples/engine/broker.cpp is a full select-based broker
>   - uses same handler as the reactor broker, only changes the IO logic
>
> Full set of engine-based examples using socket IO.
>
> TODO:
> - Broker example needs to be ported to windows.
> - Documentation& fixes.
>
>
> Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
> Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b0c66544
> Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b0c66544
> Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/b0c66544
>
> Branch: refs/heads/master
> Commit: b0c6654486a26e16d3877a23fb9580b4b021f50b
> Parents: e39baba
> Author: Alan Conway <ac...@redhat.com>
> Authored: Tue Jan 19 17:16:05 2016 -0500
> Committer: Alan Conway <ac...@redhat.com>
> Committed: Sun Jan 24 02:17:49 2016 -0500
>

<snip>

The CI builds (on ASF Jenkins, Travis, and Appveyor) all appear to
have started failing consistently with this commit, either failing
during compilation or timing out running the examples during test.

Robbie

Re: cpp binding failing builds in CI (WAS: [2/2] qpid-proton git commit: PROTON-1062: c++: proton::connection_engine with client and server examples.)

Posted by Alan Conway <ac...@redhat.com>.
On Mon, 2016-01-25 at 16:32 +0000, Robbie Gemmell wrote:
> On 24 January 2016 at 07:19,  <ac...@apache.org> wrote:
> <snip>
> 
> The CI builds (on ASF Jenkins, Travis, and Appveyor) all appear to
> have started failing consistently with this commit, either failing
> during compilation or timing out running the examples during test.

Appveyor still an issue, on it...