Re: [ovirt-devel] [VDSM] Flaky stompTests tests

2016-04-26 Thread Piotr Kliczewski
Simone,

The issue you are seeing is very interesting - a message we add to a deque
disappear next time we check and according the log you provided there is no
code  accessing the deque. It happens only for one specific message. All
the other messages work ok. Can you please gather logs so we could see what
is really happening with it?

Thanks,
Piotr
26 kwi 2016 10:18 "Simone Tiraboschi"  napisaƂ(a):

> 2016-04-25 20:15 GMT+02:00 Nir Soffer :
> > Hi all,
> >
> > We see random failures in the stomp tests for long time.
> >
> > I suggest we mark these tests as broken for now.
> >
> > See examples at the end of the message.
> >
> > Nir
> >
> > 
> >
>
> > 17:14:24
> ==
> > 17:14:24 ERROR: test_event(False) (stompTests.StompTests)
> > 17:14:24
> --
> > 17:14:24 Traceback (most recent call last):
> > 17:14:24   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testlib.py",
> > line 74, in wrapper
> > 17:14:24 return f(self, *args)
> > 17:14:24   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/stompTests.py",
> > line 110, in test_event
> > 17:14:24 client.callMethod("event", [], str(uuid4()))
> > 17:14:24   File
> >
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/lib/yajsonrpc/__init__.py",
> > line 340, in callMethod
> > 17:14:24 raise JsonRpcNoResponseError(methodName)
> > 17:14:24 JsonRpcNoResponseError: [-32605] No response for JSON-RPC
> > event request.
>
> I'd suggest to investigate this a bit more since it can hide a serious
> issue.
> I'm moving hosted-engine-setup from XMLRPC to JsonRPC and I'm facing
> exactly this kind of issue: it seams that some requests got lost and I
> just receive a JsonRpcNoResponseError after a long time.
> The real issue is that my request never reached VDSM getting lost
> somehow in the queuing mechanism.
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] [ovirt-users] [ANN] oVirt 3.6.5 Final Release is now available

2016-04-26 Thread Gianluca Cecchi
On Thu, Apr 21, 2016 at 9:53 AM, Sandro Bonazzola wrote:

[snip]


> Additional Resources:
>
> * Read more about the oVirt 3.6.5 release highlights:
> http://www.ovirt.org/release/3.6.5/
> * Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
> * Check out the latest project news on the oVirt blog:
> http://www.ovirt.org/blog/
>
> Note: ovirt.org website is suffering update issues so it may take a while
> before it receives 3.6.5 updates.
> ( https://github.com/oVirt/ovirt-site/issues/193 )
>
>
Hello,
are the issue related to oVirt web site only or to rpm packages too?

It seems that on an test environment with all-in-one hosted engine in 3.6.3
I'm not able to get any updates to put it at 3.6.5 level...

Also after "yum clean all"

  # yum update "ovirt-engine-setup*"
doesn't get anything and

  # engine-setup

lets the system at 3.6.3 level

[root@ractorshe ~]# engine-setup
[ INFO  ] Stage: Initializing
[ INFO  ] Stage: Environment setup
  Configuration files:
['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf',
'/etc/ovirt-engine-setup.conf.d/10-packaging.conf',
'/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf']
  Log file:
/var/log/ovirt-engine/setup/ovirt-engine-setup-20160426101849-i51npp.log
  Version: otopi-1.4.1 (otopi-1.4.1-1.el7.centos)
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment setup
[ INFO  ] Stage: Environment customization

  --== PRODUCT OPTIONS ==--


  --== PACKAGES ==--

[ INFO  ] Checking for product updates...
[ INFO  ] No product updates found
...

A global "yum update" pulled in only a newer ovirt-release36 from the oVirt
repo:

[root@ractorshe ~]# rpm -qi ovirt-release36
Name: ovirt-release36
Version : 005
Release : 1
Architecture: noarch
Install Date: Tue 26 Apr 2016 09:24:41 AM CEST
Group   : System Environment/Base
Size: 8344
License : ASL 2.0
Signature   : RSA/SHA1, Fri 18 Mar 2016 01:45:46 PM CET, Key ID
ab8c4f9dfe590cb7
Source RPM  : ovirt-release36-005-1.src.rpm
Build Date  : Fri 18 Mar 2016 01:43:25 PM CET
Build Host  : el7-vm02.phx.ovirt.org
Relocations : (not relocatable)
URL : http://www.ovirt.org
Summary : oVirt repository configuration
Description :
This package contains the yum configuration for oVirt repositories

Previously I had this one:
Mar 04 10:35:07 Updated: ovirt-release36-003-1.noarch

Thanks in advance,
Gianluca
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] [VDSM] Flaky stompTests tests

2016-04-26 Thread Simone Tiraboschi
2016-04-25 20:15 GMT+02:00 Nir Soffer :
> Hi all,
>
> We see random failures in the stomp tests for long time.
>
> I suggest we mark these tests as broken for now.
>
> See examples at the end of the message.
>
> Nir
>
> 
>

> 17:14:24 
> ==
> 17:14:24 ERROR: test_event(False) (stompTests.StompTests)
> 17:14:24 
> --
> 17:14:24 Traceback (most recent call last):
> 17:14:24   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testlib.py",
> line 74, in wrapper
> 17:14:24 return f(self, *args)
> 17:14:24   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/stompTests.py",
> line 110, in test_event
> 17:14:24 client.callMethod("event", [], str(uuid4()))
> 17:14:24   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/lib/yajsonrpc/__init__.py",
> line 340, in callMethod
> 17:14:24 raise JsonRpcNoResponseError(methodName)
> 17:14:24 JsonRpcNoResponseError: [-32605] No response for JSON-RPC
> event request.

I'd suggest to investigate this a bit more since it can hide a serious issue.
I'm moving hosted-engine-setup from XMLRPC to JsonRPC and I'm facing
exactly this kind of issue: it seams that some requests got lost and I
just receive a JsonRpcNoResponseError after a long time.
The real issue is that my request never reached VDSM getting lost
somehow in the queuing mechanism.
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


[ovirt-devel] Fwd: vdsm-jsonrpc-java_{master, 3.6}_build-artifacts-fc23 Failure

2016-04-26 Thread Piotr Kliczewski
-- Forwarded message --
From: Yaniv Kaul 
Date: Mon, Apr 25, 2016 at 8:56 PM
Subject: Re: vdsm-jsonrpc-java_{master,3.6}_build-artifacts-fc23 Failure
To: Piotr Kliczewski 
Cc: Eyal Edri , infra 


Since this Java update solves several CVEs, I don't see how we can roll back.
Y.

On Mon, Apr 25, 2016 at 9:43 PM, Piotr Kliczewski  wrote:
>
> I pushed [1] patch to keep specific version of java but I see jenkins 
> complaining about it:
>
> Package matching 1:java-1.8.0-openjdk-devel-1.8.0.60-14.b27.fc23.x86_64 
> already installed. Checking for update.
>
> and later:
>
> 18:39:15 error: Failed build dependencies:
> 18:39:15 java-1.8.0-openjdk-devel = 1:1.8.0.60 is needed by 
> vdsm-jsonrpc-java-1.2.2-master.fc23.noarch
>
>
>
> [1] https://gerrit.ovirt.org/#/c/56583
>
> On Mon, Apr 25, 2016 at 8:15 PM, Piotr Kliczewski  wrote:
>>
>> I downgraded to java-1.8.0-openjdk-1.8.0.60-14.b27 and it works again.
>>
>> We need to make sure that we update you spec files.
>>
>> On Mon, Apr 25, 2016 at 7:46 PM, Piotr Kliczewski  
>> wrote:
>>>
>>> I looks like it was already reported [1].
>>>
>>>
>>> [1] https://bugzilla.redhat.com/1329342
>>>
>>> On Mon, Apr 25, 2016 at 7:42 PM, Piotr Kliczewski  
>>> wrote:

 It is interesting to see that ssl communication stopped working on CI only 
 for f23.

 I have tested it for some time and was not able to reproduce the issue.

 After a while I noticed that there are some updates including java.

 In between my tests I updated my system (f23) and first attempt reproduced 
 the issue.

 One of the packages being updated:

 java-1.8.0-openjdk.x86_64 1:1.8.0.91-1.b14.fc23

 Investigating what changes were introduced in this version.

 As workaround we can downgrade java before I will find a fix.

 Thanks,
 Piotr

 On Mon, Apr 25, 2016 at 3:03 PM, Nadav Goldin  wrote:
>
> Hey Piotr and Oved,
> Can you have a look at:
> http://jenkins.ovirt.org/job/vdsm-jsonrpc-java_master_build-artifacts-fc23-x86_64/3/console
> http://jenkins.ovirt.org/job/vdsm-jsonrpc-java_3.6_build-artifacts-fc23-x86_64/1/console
>
>> >> 07:02:35 Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time 
>> >> elapsed: 560.634 sec <<< FAILURE! - in 
>> >> org.ovirt.vdsm.jsonrpc.client.reactors.stomp.SSLStompClientTestCase
>> >> 07:02:35 
>> >> testLongMessage(org.ovirt.vdsm.jsonrpc.client.reactors.stomp.SSLStompClientTestCase)
>> >>   Time elapsed: 180.56 sec  <<< ERROR!
>> >> 07:02:35 org.ovirt.vdsm.jsonrpc.client.ClientConnectionException: 
>> >> Connection timeout
>
>
> to ensure this isn't related to the Jenkins migration I re-triggered it 
> on the old instance with the same 
> results(http://jenkins-old.ovirt.org/job/vdsm-jsonrpc-java_master_build-artifacts-fc23-x86_64/14/)
>
> Thanks,
>
> Nadav.
>

>>>
>>
>


___
Infra mailing list
in...@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel