Re: [HEADS UP] - Mock endpoints now fail fast

2019-08-04 Thread Claus Ibsen
Hi Okay I think I have it fixed. So lets see next CI build On Sat, Aug 3, 2019 at 10:00 AM Claus Ibsen wrote: > > Hi > > Okay so there are some unit test errors (approx 35) on CI after this > change. I will take a look over the weekend/monday. > I had a hunch that maybe something would be

Re: [HEADS UP] - Mock endpoints now fail fast

2019-08-03 Thread Claus Ibsen
Hi Okay so there are some unit test errors (approx 35) on CI after this change. I will take a look over the weekend/monday. I had a hunch that maybe something would be affected as the test happens early now vs late. On Fri, Aug 2, 2019 at 5:01 PM Claus Ibsen wrote: > > Hi > >

Re: [HEADS UP] - Mock endpoints now fail fast

2019-08-02 Thread Andrea Cosentino
+1 Il ven 2 ago 2019, 17:11 Pascal Schumacher ha scritto: > +1 > > Am 02.08.2019 um 17:01 schrieb Claus Ibsen: > > Hi > > > > https://issues.apache.org/jira/browse/CAMEL-12003 > > > > When you use assertIsSatisifed with mock endpoints during testing then > > they will now fail fast if a message

Re: [HEADS UP] - Mock endpoints now fail fast

2019-08-02 Thread Pascal Schumacher
+1 Am 02.08.2019 um 17:01 schrieb Claus Ibsen: Hi https://issues.apache.org/jira/browse/CAMEL-12003 When you use assertIsSatisifed with mock endpoints during testing then they will now fail fast if a message arrived that would cause an expectation to fail, and there are still more messages

[HEADS UP] - Mock endpoints now fail fast

2019-08-02 Thread Claus Ibsen
Hi https://issues.apache.org/jira/browse/CAMEL-12003 When you use assertIsSatisifed with mock endpoints during testing then they will now fail fast if a message arrived that would cause an expectation to fail, and there are still more messages expected. Before the mock endpoint would only