On Thu, Mar 1, 2018 at 10:03 AM, Zoran Regvart wrote:
> Hello,
>
> On Thu, Mar 1, 2018 at 9:34 AM, Claus Ibsen wrote:
>> I wonder if we should not turn this off, eg remove -Pintegration for now
>
> I think that would be the best, perhaps we can have a nightly job to
> run all the integration test
Hello,
On Thu, Mar 1, 2018 at 9:34 AM, Claus Ibsen wrote:
> I wonder if we should not turn this off, eg remove -Pintegration for now
I think that would be the best, perhaps we can have a nightly job to
run all the integration tests, for Salesforce I've setup a Camel
account to be used with integ
Hi
When the test stage runs it runs with Maven profile -P integration enabled
However those can often not run on CI server as you would need to
setup testing accounts on things like twitter, box, etc.
The CI job had 100's test failures and many of these because of this.
I wonder if we should not
Hi Andrew & Cameleers,
our builds take really long time (we have a lot of modules/tests),
it's not uncommon for a full build/test to run for ~5 hours.
I think the best course would be to never run tests in two jobs or
only run them once per day. I was experimenting with throttle[1] and
ere is what