This bug was fixed in the package python-etcd3gw -
0.2.1-1ubuntu0.18.04.1
---
python-etcd3gw (0.2.1-1ubuntu0.18.04.1) bionic; urgency=medium
* d/p/lp1820083-set-transport-options-on-requests-session.patch
- Sets TLS parameters for session (LP: #1820083)
* d/p/0001-lp1900617-W
This bug was fixed in the package python-etcd3gw -
0.2.1-3ubuntu1.20.04.1
---
python-etcd3gw (0.2.1-3ubuntu1.20.04.1) focal; urgency=medium
* d/p/lp1820083-Set-transport-options-on-requests-session.patch
- Sets TLS parameters for session (LP: #1820083)
*
d/p/0001-lp1900617-Wh
** Tags removed: verification-needed-focal
** Tags added: verification-done-bionic verification-done-focal
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not pa
## 1900617 gateway error detail is not passed along in raised exception
# TEST CASE BIONIC
Version tested - 0.2.1-1ubuntu0.18.04.1
1. use Bionic series lxc container
2. Enable proposed repo in /etc/apt/sources.list
3. deb http://archive.ubuntu.com/ubuntu focal-proposed main universe
4. sudo apt-g
## 1900617 gateway error detail is not passed along in raised exception
# TEST CASE FOCAL
1. use focal series lxc container
2. Enable proposed repo in /etc/apt/sources.list
3. deb http://archive.ubuntu.com/ubuntu focal-proposed main universe
4. sudo apt-get update
5. apt install etcd-client
6. apt-
https://bugs.launchpad.net/ubuntu/focal/+source/python-
etcd3gw/+bug/1900617/comments/17
But I am still trying to confirm if this touched the modified code in
the client.py
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.
Is there any reproducer that could exercise the code path you have
modified ?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not passed along in raised exceptio
Is there any reproducer that could exercise the code you have modified ?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not passed along in raised exception
To
Not having a good test for the binary package would be a blocker here
for the release of the package.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not passed
I made a few attempts at running the unit tests from binary but no luck.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not passed along in raised exception
To
Can you build a reproducer out of the unit tests for this bug while
using the binary package ?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not passed along i
Hello,
I am currently still working on trying to get a good test around this.
## 1900617 gateway error detail is not passed along in raised exception
# TEST CASE
1. use focal series lxc container
2. Enable proposed repo in /etc/apt/sources.list
3. deb http://archive.ubuntu.com/ubuntu focal-
Hello Dan, or anyone else affected,
Accepted python-etcd3gw into focal-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/python-
etcd3gw/0.2.1-3ubuntu1.20.04.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new pack
** Description changed:
[impact]
when the gateway reports an error, it is not passed along in the
exception raised by python-etcd3gw
[test case]
Upstream added unit tests for this bug, which are included in the
backport, so a successful package build (which runs the unit tests
[sts-sponsors]
Uploaded in Focal and Bionic upload queues.
It is now waiting for the SRU verification team to approve the src
package to start building and become available in the -proposed pockets
for the testing/verification phase.
Thanks for your contribution, Heather.
- Eric & Dariusz
--
In theory, python3-mock should be installed by the fact that
python3-oslotest as a runtime dependency for it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not
After more analysis it should be fine:
18 Build-Depends-Indep:
19 python-coverage,
20 python-futurist,
21 python-hacking,
22 python-nose,
23 python-oslosphinx,
24 python-oslotest,
25 python-pytest,
26 python-requests,
27 python-six,
[sts-sponsors]
* The patch '0002-lp1900617-When-gateway-sends-failure-response-include-
text-in-.patch'[0] introduce a 'import mock', but python-mock nor
python3-mock is part of the build-Depends: in d/control.
Which make me doubt that this part of the code wasn't probably tested ?
Or is it simp
patch file Include-resp.text-as-detail-in-all-etcd-exceptions.patch
** Patch added:
"0003-lp1900617-Include-resp.text-as-detail-in-all-etcd-exceptions.patch"
https://bugs.launchpad.net/ubuntu/bionic/+source/python-etcd3gw/+bug/1900617/+attachment/5536492/+files/0003-lp1900617-Include-resp.tex
patch file Fix-exception-signature.patch
** Patch added: "0004-lp1900617-Fix-exception-signature.patch"
https://bugs.launchpad.net/ubuntu/bionic/+source/python-etcd3gw/+bug/1900617/+attachment/5536493/+files/0004-lp1900617-Fix-exception-signature.patch
--
You received this bug notification
patch file for 0001-When-gateway-sends-failure-response-include-text-
in-.patch
** Patch added:
"0002-lp1900617-When-gateway-sends-failure-response-include-text-in-.patch"
https://bugs.launchpad.net/ubuntu/bionic/+source/python-etcd3gw/+bug/1900617/+attachment/5536491/+files/0002-lp1900617-W
pastebin of added code https://pastebin.canonical.com/p/45jWbygmSV/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not passed along in raised exception
To mana
Sorry, I should have added my notes here sooner.
pull-lp-source python-etcd3gw focal
replaced client.py and base.py
ran `pytest`
--- include screenshot
pulled down source code to run unit tests
the tests include the fix and it passes
correct order for patches
=
0001_reproducible-build.pat
error from executing pytest command python-etcd3gw
** Attachment added: "Screenshot from 2020-12-04 13-11-00.png"
https://bugs.launchpad.net/ubuntu/bionic/+source/python-etcd3gw/+bug/1900617/+attachment/5534664/+files/Screenshot%20from%202020-12-04%2013-11-00.png
--
You received this bug not
** Description changed:
[impact]
when the gateway reports an error, it is not passed along in the
exception raised by python-etcd3gw
[test case]
Upstream added unit tests for this bug, which are included in the
backport, so a successful package build (which runs the unit tests
** Tags added: sts-sponsor
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not passed along in raised exception
To manage notifications about this bug go to:
ht
The Groovy Gorilla has reached end of life, so this bug will not be
fixed for that release
** Changed in: python-etcd3gw (Ubuntu Groovy)
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
This bug was fixed in the package python-etcd3gw - 0.2.5-1ubuntu1
---
python-etcd3gw (0.2.5-1ubuntu1) hirsute; urgency=medium
* d/p/lp1900617-Include-resp.text-as-detail-in-all-etcd-exceptions.patch:
include resp.text as exception detail (LP: #1900617)
-- Dan Streetman Tue,
** Changed in: python-etcd3gw (Ubuntu Hirsute)
Status: Fix Released => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not passed along in rai
** Description changed:
[impact]
when the gateway reports an error, it is not passed along in the
exception raised by python-etcd3gw
[test case]
- We will be backporting this as part of the python-etcd3gw from upstream
debian maintainers who bumped the version from 0.2.1-3 to 0.2
** Description changed:
[impact]
when the gateway reports an error, it is not passed along in the
exception raised by python-etcd3gw
[test case]
- This is somewhat difficult to test.
+ We will be backporting this as part of the python-etcd3gw from upstream
debian maintainers who
** Tags added: sts sts-sponsor-slashd
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1900617
Title:
gateway error detail is not passed along in raised exception
To manage notifications about this bu
** Description changed:
[impact]
when the gateway reports an error, it is not passed along in the
exception raised by python-etcd3gw
[test case]
- This is somewhat difficult to test.
- Running the unit test for this would be enough to trigger the raised
exception.
+ This is some
** Description changed:
[impact]
when the gateway reports an error, it is not passed along in the
exception raised by python-etcd3gw
[test case]
- TBD
+ This is somewhat difficult to test.
+ Running the unit test for this would be enough to trigger the raised
exception.
[re
python-etcd3gw bionic
** Patch added: "python-etcd3gwbioniclp1900617.debdiff"
https://bugs.launchpad.net/ubuntu/focal/+source/python-etcd3gw/+bug/1900617/+attachment/5442577/+files/python-etcd3gwbioniclp1900617.debdiff
--
You received this bug notification because you are a member of Ubuntu
python-etcd3gw groovy debdiff
** Patch added: "python-etcd3gwgroovylp1900617.debdiff"
https://bugs.launchpad.net/ubuntu/focal/+source/python-etcd3gw/+bug/1900617/+attachment/5442576/+files/python-etcd3gwgroovylp1900617.debdiff
--
You received this bug notification because you are a member of
** Also affects: python-etcd3gw (Ubuntu Hirsute)
Importance: Medium
Status: Fix Released
** Changed in: python-etcd3gw (Ubuntu Hirsute)
Assignee: (unassigned) => Heather Lemon (hypothetical-lemon)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
attached debdiff
** Patch added: "python-etcd3gwfocallp1900617.debdiff"
https://bugs.launchpad.net/ubuntu/focal/+source/python-etcd3gw/+bug/1900617/+attachment/5442302/+files/python-etcd3gwfocallp1900617.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bugs, w
** Changed in: python-etcd3gw (Ubuntu Groovy)
Assignee: Dan Streetman (ddstreet) => Heather Lemon (hypothetical-lemon)
** Changed in: python-etcd3gw (Ubuntu Focal)
Assignee: Dan Streetman (ddstreet) => Heather Lemon (hypothetical-lemon)
** Changed in: python-etcd3gw (Ubuntu Bionic)
** Description changed:
[impact]
when the gateway reports an error, it is not passed along in the
exception raised by python-etcd3gw
[test case]
TBD
[regression potential]
any regression would likely occur in handling errors sent from the
gateway to python-etcd3gw, o
40 matches
Mail list logo