[JIRA] (OVIRT-1777) Upgrade Gerrit to 2.15
by Evgheni Dereveanchin (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1511360838-24462-140
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Evgheni Dereveanchin created OVIRT-1777:
-------------------------------------------
Summary: Upgrade Gerrit to 2.15
Key: OVIRT-1777
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1777
Project: oVirt - virtualization made easy
Issue Type: Task
Reporter: Evgheni Dereveanchin
Assignee: infra
Gerrit 2.15 is going to be released soon (RC2 is out now). We should upgrade Staging once the release happen and test out the new [NoteDB backend|https://gerrit-review.googlesource.com/Documentation/note-db.html] to see how it performs.
Before upgrading we need to get the latest 2.14 version installed on both Staging and Prod.
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100073)
------------=_1511360838-24462-140
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<h3>Evgheni Dereveanchin created OVIRT-1777:</h3>
<pre> Summary: Upgrade Gerrit to 2.15
Key: OVIRT-1777
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1777
Project: oVirt - virtualization made easy
Issue Type: Task
Reporter: Evgheni Dereveanchin
Assignee: infra</pre>
<p>Gerrit 2.15 is going to be released soon (RC2 is out now). We should upgrade Staging once the release happen and test out the new [NoteDB backend|<a href="https://gerrit-review.googlesource.com/Documentation/note-db.html">https://gerrit-review.googlesource.com/Documentation/note-db.html</a>] to see how it performs.</p>
<p>Before upgrading we need to get the latest 2.14 version installed on both Staging and Prod.</p>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100073)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1511360838-24462-140--
6 years, 12 months
[vdsm][tag][ovirt-4.1] Vdsm tagged: v4.19.40
by Francesco Romani
Hi infra,
we have a new Vdsm tag on branch ovirt-4.1 for oVirt 4.1.8:
tag v4.19.40
Tagger: Francesco Romani <fromani(a)redhat.com>
Date: Wed Nov 22 15:25:00 2017 +0100
Vdsm 4.19.40 for oVirt 4.1.8 RC 2 (respin)
commit 417a3a8f494903e74e428112eb235bac9508b282
Bests,
--
Francesco Romani
Senior SW Eng., Virtualization R&D
Red Hat
IRC: fromani github: @fromanirh
6 years, 12 months
[ OST Failure Report ] [ oVirt 4.2 ] [ 22-11-2017 ] [ 002_bootstrap.add_dc ]
by Dafna Ron
This is a multi-part message in MIME format.
--------------4E0BDA3C10A37D37E4CBA152
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Hi,
I am not sure we should be alerting on 4.2 versions yet but since we are
getting several cq failures for the same reasons and test, I decided
this should be communicated.
The failed test is 002_bootstrap.add_dc in OST 4.2. and all are pointing
to one patch.
Remove mandatory option for cluster in register operation -
https://gerrit.ovirt.org/#/c/84359/*
*
can you please have a look?
I was unable to determine from what log the error was coming from as
well but looking at the failed test and the patch reported there seem to
be a connection.
**
*Link and headline of suspected patches: *
**
Patch that is marked as root cause:
Remove mandatory option for cluster in register operation -
https://gerrit.ovirt.org/#/c/84359/*
*
Patches reported as failed:
1. Add discoveredTargets property to HostService -
https://gerrit.ovirt.org/#/c/84489/
*2. Document the fact that sparse/raw isn't supported on block -
https://gerrit.ovirt.org/#/c/84490/*
3. Update CHANGES.adoc for release 4.2.25 -
https://gerrit.ovirt.org/#/c/84499/*
*
4. [maven-release-plugin] prepare release 4.2.26 -
https://gerrit.ovirt.org/#/c/84500/*
*
**
*
Link to Job:
http://jenkins.ovirt.org/job/ovirt-4.2_change-queue-tester/*
*
*
*Link to all logs:*
*http://jenkins.ovirt.org/job/ovirt-4.2_change-queue-tester/75/artifact/*
*
*
*(Relevant) error snippet from the log: *
*
<error>
*
Traceback (most recent call last):
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 129, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 59, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-4.2_change-queue-tester/ovirt-system-tests/basic-suite-4.2/test-scenarios/002_bootstrap.py", line 109, in add_dc
api = prefix.virt_env.engine_vm().get_api(api_ver=4)
File "/usr/lib/python2.7/site-packages/ovirtlago/virt.py", line 329, in get_api
return self.get_api_v4()
File "/usr/lib/python2.7/site-packages/ovirtlago/virt.py", line 338, in get_api_v4
self._api_v4 = self._get_api(api_ver=4)
File "/usr/lib/python2.7/site-packages/ovirtlago/virt.py", line 316, in _get_api
while not testapi.test():
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 744, in test
six.reraise(*sys.exc_info())
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 741, in test
self.system_service().get()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 21865, in get
return self._internal_get(headers, query, wait)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 202, in _internal_get
context = self._connection.send(request)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 370, in send
return self.__send(request)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 388, in __send
self.authenticate()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 381, in authenticate
self._sso_token = self._get_access_token()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 617, in _get_access_token
sso_response = self._get_sso_response(self._sso_url, post_data)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 702, in _get_sso_response
self._check_content_type(self.__JSON_CONTENT_TYPE_RE, 'JSON', header_lines)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 887, in _check_content_type
raise Error(msg)
Error: The response content type 'text/html; charset=UTF-8' isn't the expected JSON
**
*</error>*
**
--------------4E0BDA3C10A37D37E4CBA152
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi, <br>
</p>
<p>I am not sure we should be alerting on 4.2 versions yet but since
we are getting several cq failures for the same reasons and test,
I decided this should be communicated. <br>
</p>
<p>The failed test is 002_bootstrap.add_dc in OST 4.2. and all are
pointing to one patch. <br>
</p>
<p><span style="font-weight:normal;">Remove mandatory option for
cluster in register operation -
<a class="moz-txt-link-freetext" href="https://gerrit.ovirt.org/#/c/84359/">https://gerrit.ovirt.org/#/c/84359/</a></span><b
style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-e37b-8f20-ebe3-4aa825e533e3"><br>
</b></p>
<p>can you please have a look? <br>
</p>
<p>I was unable to determine from what log the error was coming from
as well but looking at the failed test and the patch reported
there seem to be a connection. <br>
</p>
<p><b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-e37b-8f20-ebe3-4aa825e533e3">
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">Link and headline of suspected patches:
</span></p>
</b></p>
<p><span style="font-weight:normal;">Patch that is marked as root
cause: <br>
</span></p>
<p><span style="font-weight:normal;">Remove mandatory option for
cluster in register operation -
<a class="moz-txt-link-freetext" href="https://gerrit.ovirt.org/#/c/84359/">https://gerrit.ovirt.org/#/c/84359/</a></span><b
style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-e37b-8f20-ebe3-4aa825e533e3"><br>
</b></p>
Patches reported as failed: <br>
1. Add discoveredTargets property to HostService -
<a class="moz-txt-link-freetext" href="https://gerrit.ovirt.org/#/c/84489/">https://gerrit.ovirt.org/#/c/84489/</a><br>
<p><b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-e37b-8f20-ebe3-4aa825e533e3">2.
Document the fact that sparse/raw isn't supported on block -
<a class="moz-txt-link-freetext" href="https://gerrit.ovirt.org/#/c/84490/">https://gerrit.ovirt.org/#/c/84490/</a></b></p>
<p><span style="font-weight:normal;">3. Update CHANGES.adoc for
release 4.2.25 - <a class="moz-txt-link-freetext" href="https://gerrit.ovirt.org/#/c/84499/">https://gerrit.ovirt.org/#/c/84499/</a></span><b
style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-e37b-8f20-ebe3-4aa825e533e3"><br>
</b></p>
<p><span style="font-weight:normal;">4. [maven-release-plugin]
prepare release 4.2.26 - <a class="moz-txt-link-freetext" href="https://gerrit.ovirt.org/#/c/84500/">https://gerrit.ovirt.org/#/c/84500/</a></span><b
style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-e37b-8f20-ebe3-4aa825e533e3"><br>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">
</span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">Link to Job:</span></p>
<a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/ovirt-4.2_change-queue-tester/">http://jenkins.ovirt.org/job/ovirt-4.2_change-queue-tester/</a></b></p>
<p><b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-e37b-8f20-ebe3-4aa825e533e3"><br>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">Link to all logs:</span></p>
<a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/ovirt-4.2_change-queue-tester/75/artifact/">http://jenkins.ovirt.org/job/ovirt-4.2_change-queue-tester/75/artifact/</a></b></p>
<p><b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-e37b-8f20-ebe3-4aa825e533e3"><br>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;">(Relevant) error snippet from the log: </span></p>
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"><error></span></p>
<br>
<br>
</b><br>
</p>
<pre style="box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: rgb(51, 51, 51); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">Traceback (most recent call last):
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 129, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 59, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-4.2_change-queue-tester/ovirt-system-tests/basic-suite-4.2/test-scenarios/002_bootstrap.py", line 109, in add_dc
api = prefix.virt_env.engine_vm().get_api(api_ver=4)
File "/usr/lib/python2.7/site-packages/ovirtlago/virt.py", line 329, in get_api
return self.get_api_v4()
File "/usr/lib/python2.7/site-packages/ovirtlago/virt.py", line 338, in get_api_v4
self._api_v4 = self._get_api(api_ver=4)
File "/usr/lib/python2.7/site-packages/ovirtlago/virt.py", line 316, in _get_api
while not testapi.test():
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 744, in test
six.reraise(*sys.exc_info())
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 741, in test
self.system_service().get()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 21865, in get
return self._internal_get(headers, query, wait)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 202, in _internal_get
context = self._connection.send(request)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 370, in send
return self.__send(request)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 388, in __send
self.authenticate()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 381, in authenticate
self._sso_token = self._get_access_token()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 617, in _get_access_token
sso_response = self._get_sso_response(self._sso_url, post_data)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 702, in _get_sso_response
self._check_content_type(self.__JSON_CONTENT_TYPE_RE, 'JSON', header_lines)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 887, in _check_content_type
raise Error(msg)
Error: The response content type 'text/html; charset=UTF-8' isn't the expected JSON</pre>
<p><b style="font-weight:normal;"
id="docs-internal-guid-5859b7a1-e37b-8f20-ebe3-4aa825e533e3">
<p dir="ltr"
style="line-height:1.38;margin-top:0pt;margin-bottom:0pt;"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;"></error></span></p>
</b><br class="Apple-interchange-newline">
</p>
<p><br>
</p>
</body>
</html>
--------------4E0BDA3C10A37D37E4CBA152--
6 years, 12 months
[JIRA] (OVIRT-1776) gerrit: Patch content missing
by Yedidyah Bar David (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1511346209-10495-221
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1776?page=com.atlassian.jir... ]
Yedidyah Bar David commented on OVIRT-1776:
-------------------------------------------
Sorry. Web console has:
Wed Nov 22 12:03:43 GMT+200 2017 Class$841
SEVERE: (TypeError) : $wnd.CodeMirror.modes[b] is undefined
Class$S200: (TypeError) : $wnd.CodeMirror.modes[b] is undefined
at Unknown.Dld(gerrit_ui-7.js)
at Unknown.Hld(gerrit_ui-7.js)
at Unknown.Kld(gerrit_ui-7.js)
at Unknown.dld(gerrit_ui-0.js)
at Unknown.onload<(https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec)
at Unknown.M_b(https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec)
at Unknown.P_b(https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec)
at Unknown.O_b/<(https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec)
at Unknown.anonymous(Unknown)
On Wed, Nov 22, 2017 at 12:14 PM, Yedidyah Bar David (oVirt JIRA) <
--
Didi
> gerrit: Patch content missing
> -----------------------------
>
> Key: OVIRT-1776
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1776
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Yedidyah Bar David
> Assignee: infra
>
> Hi,
> When I load e.g. [1], I do not get the actual patch content. Web console
> has [2].
> Happened to me with other pages too, although most do work.
> Tried in two different browser profiles.
> [1] https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec
> [2] http://pastebin.test.redhat.com/534372
> --
> Didi
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100073)
------------=_1511346209-10495-221
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1776?page=com.atlassian.jir... ]</pre>
<h3>Yedidyah Bar David commented on OVIRT-1776:</h3>
<p>Sorry. Web console has:</p>
<p>Wed Nov 22 12:03:43 GMT+200 2017 Class$841 SEVERE: (TypeError) : $wnd.CodeMirror.modes[b] is undefined Class$S200: (TypeError) : $wnd.CodeMirror.modes[b] is undefined</p>
<pre>at Unknown.Dld(gerrit_ui-7.js)
at Unknown.Hld(gerrit_ui-7.js)
at Unknown.Kld(gerrit_ui-7.js)
at Unknown.dld(gerrit_ui-0.js)
at Unknown.onload<(https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec)
at Unknown.M_b(https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec)
at Unknown.P_b(https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec)
at Unknown.O_b/<(https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec)
at Unknown.anonymous(Unknown)</pre>
<p>On Wed, Nov 22, 2017 at 12:14 PM, Yedidyah Bar David (oVirt JIRA) <</p>
<p>— Didi</p>
<blockquote><h3>gerrit: Patch content missing</h3>
<pre> Key: OVIRT-1776
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1776
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Yedidyah Bar David
Assignee: infra</pre>
<p>Hi, When I load e.g. [1], I do not get the actual patch content. Web console has [2]. Happened to me with other pages too, although most do work. Tried in two different browser profiles. [1] <a href="https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec">https://gerrit.ovirt.org/#/c/84479/1/ovirt-host.spec</a> [2] <a href="http://pastebin.test.redhat.com/534372">http://pastebin.test.redhat.com/534372</a> — Didi</p></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100073)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1511346209-10495-221--
6 years, 12 months