Attempt to resolve ovm3 jenkins failure#497
Conversation
|
cloudstack-pull-requests #551 FAILURE |
|
cloudstack-pull-requests #553 FAILURE |
|
cloudstack-pull-requests #552 ABORTED |
|
cloudstack-pull-requests #550 SUCCESS |
|
cloudstack-pull-requests #554 SUCCESS |
|
cloudstack-pull-requests #555 SUCCESS |
|
cloudstack-pull-requests #558 FAILURE |
|
cloudstack-pull-requests #557 ABORTED |
|
cloudstack-pull-requests #556 SUCCESS |
|
cloudstack-pull-requests #560 FAILURE |
|
cloudstack-pull-requests #563 FAILURE |
|
cloudstack-pull-requests #561 ABORTED |
|
cloudstack-pull-requests #562 ABORTED |
|
cloudstack-pull-requests #559 SUCCESS |
|
cloudstack-pull-requests #566 FAILURE |
|
cloudstack-pull-requests #564 SUCCESS |
|
cloudstack-pull-requests #565 SUCCESS |
|
cloudstack-pull-requests #567 SUCCESS |
|
cloudstack-pull-requests #570 FAILURE |
|
cloudstack-pull-requests #571 FAILURE |
|
cloudstack-pull-requests #568 SUCCESS |
|
cloudstack-pull-requests #574 FAILURE |
|
cloudstack-pull-requests #569 SUCCESS |
|
cloudstack-pull-requests #572 SUCCESS |
|
cloudstack-pull-requests #573 SUCCESS |
|
cloudstack-pull-requests #579 FAILURE |
|
cloudstack-pull-requests #577 FAILURE |
|
cloudstack-pull-requests #578 ABORTED |
|
cloudstack-pull-requests #581 FAILURE |
|
cloudstack-pull-requests #576 SUCCESS |
|
Just as i said travis was stable, got a lot of failures haha :) |
|
cloudstack-pull-requests #601 FAILURE |
|
cloudstack-pull-requests #602 SUCCESS |
|
cloudstack-pull-requests #605 ABORTED |
|
cloudstack-pull-requests #604 SUCCESS |
|
cloudstack-pull-requests #603 SUCCESS |
|
Victory! |
|
cloudstack-pull-requests #606 SUCCESS |
Add some debug config to compiler plugin
20fcd98 to
de40a35
Compare
Upgrade to lang3 and change usage of deprecated xmlparse method Add another missing dependency
de40a35 to
d06ed93
Compare
|
@bhaisaab you can go ahead and merge now :) |
|
cloudstack-pull-requests #607 SUCCESS |
|
cloudstack-pull-requests #608 SUCCESS |
There was a problem hiding this comment.
Can we resuse the version number(cs.xmlrpc.version) from parent pom?
There was a problem hiding this comment.
We can and should, i just kept this one the way it was, version was already specified in the version currently in master, will update
|
@karuturi done in a nicer way, as requested :) All the rest are just minor improvements made along the testing of the problem, but none are related to actually fixing it. The minor improvements i referred to are simply getting rid of some lint checker warnings about serializable classes not having the serialversionuid and doing redundant explicit casts. Also added a couple of non declared dependencies to the pom, and that's it :) |
|
cloudstack-pull-requests #618 SUCCESS |
|
Thanks for the update @rsafonseca |
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com> This closes apache#497
…ation (apache#497) * Improve logging to include more identifiable information for kvm plugin * Update logging for scaleio plugin * Improve logging to include more identifiable information for default volume storage plugin * Improve logging to include more identifiable information for agent managers * Improve logging to include more identifiable information for Listeners * Replace ids with objects or uuids * Improve logging to include more identifiable information for engine * Improve logging to include more identifiable information for server * Improve logging to include more identifiable information for plugins * Improve logging to include more identifiable information for Cmd classes
Resolve unsafe cast warnings reported by lint checker
Add some debug config to compiler plugin