Change in ovirt-engine[master]: core: Fix stored procedure with SQL language.

2015-07-22 Thread David Maroshi

Greetings Team,

Please assist solving the build fails:

http://jenkins.ovirt.org/job/ovirt-engine_master_build-artifacts-el6-x86_64/58/console
 ^^


00:17:34 [INFO] #
00:17:34 [INFO] # There is insufficient memory for the Java Runtime Environment 
to continue.
00:17:35 [INFO] # Native memory allocation (malloc) failed to allocate 
1035993088 bytes for committing reserved memory.
00:17:35 [INFO] # An error report file with more information is saved as:
00:17:35 [INFO] # /tmp/jvm-19746/hs_error.log
00:17:37 [INFO] 


and
http://jenkins.ovirt.org/job/ovirt-engine_master_build-artifacts-fc22-x86_64/58/console
 ^^^
13:37:38 [INFO] 

13:37:38 [ERROR] Unknown lifecycle phase "EXTRA_BUILD_FLAGS=-gs 
'/etc/maven/settings.xml'". You must specify a valid lifecycle phase or a goal 
in the format : or 
:[:]:. Available 
lifecycle phases are: validate, initialize, generate-sources, process-sources, 
generate-resources, process-resources, compile, process-classes, 
generate-test-sources, process-test-sources, generate-test-resources, 
process-test-resources, test-compile, process-test-classes, test, 
prepare-package, package, pre-integration-test, integration-test, 
post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, 
pre-site, site, post-site, site-deploy. -> [Help 1]

Thanks
Joy and happiness
Dudi

-- 
Dudi Maroshi
Software Engineer
Red Hat Enterprise Virtualization project 
http://www.redhat.com/en/technologies/virtualization
maro...@redhat.com

I am perfectly imperfect.
"There is only one absolute truth, and that is: there in no one absolute truth."
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


core: Fix stored procedure with SQL language.

2015-07-22 Thread David Maroshi
Greetings team,

My patch fails Jenkins build
http://jenkins.ovirt.org/job/ovirt-engine_master_create-rpms-quick_gerrit/8844/

Please assist.
I do not know how to fix this.

Thanks
Joy and happiness
Dudi

-- 
Dudi Maroshi
Software Engineer
Red Hat Enterprise Virtualization project 
http://www.redhat.com/en/technologies/virtualization
maro...@redhat.com

I am perfectly imperfect.
"There is only one absolute truth, and that is: there in no one absolute truth."
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[findbugs fail] core: VM pinning to multiple hosts (database refactor)

2015-07-15 Thread David Maroshi
Greetings team,

Findbugs fails my patch: 
http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_gerrit/39769/findbugsResult/

With warnings unrelated to my code (probably downstream from my patch).
Please advise how to progress (rebase? when?).

Thanks
Joy and happiness
Dudi



-- 
Dudi Maroshi
Software Engineer
Red Hat Enterprise Virtualization project 
http://www.redhat.com/en/technologies/virtualization
maro...@redhat.com

I am perfectly imperfect.
"There is only one absolute truth, and that is: there in no one absolute truth."
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Change in ovirt-engine[master]: core: VM pinning to multiple hosts (database refactor)

2015-07-14 Thread David Maroshi

Greetings team,

This failed test: 
http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_created/11757/
Caused by: 
10:43:22 Tests in error: 
10:43:22   testGetVmsByIds(org.ovirt.engine.core.dao.VmDaoTest): 
PreparedStatementCallback; bad SQL grammar [select * from  getvmbyvmguid(?, ?, 
?)]; nested exception is org.postgresql.util.PSQLException: ERROR: function 
string_agg(text, unknown) does not exist

string_agg is intrinsic Postgresql function since Postgresql 9.0, but not in 
8.x . Documented here: 
http://www.postgresql.org/docs/9.0/static/functions-aggregate.html
Please explain how to solve this.
The dao test pass on my machine with Postgresql 9.2.

Thanks
Joy and happiness
Dudi

- Original Message -
> From: "Jenkins CI" gerrit.ovirt.org>
> To: "Dudi Maroshi" 
> Sent: Tuesday, July 14, 2015 1:01:50 PM
> Subject: Change in ovirt-engine[master]: core: VM pinning to multiple hosts 
> (database refactor)
> 
> Jenkins CI has posted comments on this change.
> 
> Change subject: core: VM pinning to multiple hosts (database refactor)
> ..
> 
> 
> Patch Set 2: Continuous-Integration-1
> 
> Build Failed
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_created/11757/
> : FAILURE
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-db-from-3.5_created/2744/
> : SUCCESS
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-db-from-master_created/2546/
> : SUCCESS
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_create-rpms-quick_gerrit/8750/
> : SUCCESS
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_unit-tests_gerrit/42461/ :
> SUCCESS
> 
> --
> To view, visit https://gerrit.ovirt.org/43387
> To unsubscribe, visit https://gerrit.ovirt.org/settings
> 
> Gerrit-MessageType: comment
> Gerrit-Change-Id: I9d6750936553a3f88a8a24291ecb9725611b8618
> Gerrit-PatchSet: 2
> Gerrit-Project: ovirt-engine
> Gerrit-Branch: master
> Gerrit-Owner: Dudi Maroshi 
> Gerrit-Reviewer: Dudi Maroshi 
> Gerrit-Reviewer: Eli Mesika 
> Gerrit-Reviewer: Jenkins CI
> Gerrit-Reviewer: Roy Golan 
> Gerrit-Reviewer: Yaniv Dary 
> Gerrit-Reviewer: automat...@ovirt.org
> Gerrit-HasComments: No
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Broken DAO unit test

2015-06-24 Thread David Maroshi
Greetings Infra team,

I have this broken test for the last few day.
http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_created/11240/ 
: FAILURE

Please advise if and how it is related to my code.
I wish to assist in fixing it.

Thanks
Joy and happiness
Dudi

-- 
Dudi Maroshi
Software Engineer
Red Hat Enterprise Virtualization project 
http://www.redhat.com/en/technologies/virtualization
maro...@redhat.com

I am perfectly imperfect.
"There is only one absolute truth, and that is: there in no one absolute truth."
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Fwd: Change in ovirt-engine[master]: engine: Add KSM awaremess for NUMA optimization

2015-04-22 Thread David Maroshi
- Forwarded Message -
> From: "oVirt Jenkins CI Server" 
> To: "Dudi Maroshi" 
> Cc: "Roy Golan" , "Gilad Chaplik" , 
> automat...@ovirt.org, "Eli Mesika"
> 
> Sent: Thursday, April 23, 2015 12:04:07 AM
> Subject: Change in ovirt-engine[master]: engine: Add KSM awaremess for NUMA 
> optimization
> 
> oVirt Jenkins CI Server has posted comments on this change.
> 
> Change subject: engine: Add KSM awaremess for NUMA optimization
> ..
> 
> 
> Patch Set 8:
> 
> Build Failed
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-db-from-master_created/1643/
> : FAILURE
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_dao-unit-tests_created/9562/
> : FAILURE
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-db-from-3.5_created/1841/
> : FAILURE
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_unit-tests_gerrit/33062/ :
> SUCCESS
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_create-rpms-quick_gerrit/7258/
> : There was an infra issue, please contact infra@ovirt.org

Greetings team, 
Please assist with this build.
Its failure are not related to my changes.
Thanks
Dudi
> 
> http://jenkins.ovirt.org/job/ovirt-engine_master_find-bugs_gerrit/32521/ :
> SUCCESS
> 
> --
> To view, visit https://gerrit.ovirt.org/39777
> To unsubscribe, visit https://gerrit.ovirt.org/settings
> 
> Gerrit-MessageType: comment
> Gerrit-Change-Id: I464542fd7a25ccb230ab22f45686dd3c22b394a6
> Gerrit-PatchSet: 8
> Gerrit-Project: ovirt-engine
> Gerrit-Branch: master
> Gerrit-Owner: Dudi Maroshi 
> Gerrit-Reviewer: Dudi Maroshi 
> Gerrit-Reviewer: Eli Mesika 
> Gerrit-Reviewer: Gilad Chaplik 
> Gerrit-Reviewer: Roy Golan 
> Gerrit-Reviewer: automat...@ovirt.org
> Gerrit-Reviewer: oVirt Jenkins CI Server
> Gerrit-HasComments: No
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra