[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-25 Thread Launchpad Bug Tracker
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) *

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-25 Thread Launchpad Bug Tracker
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) *

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-24 Thread Heather Lemon
** 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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-23 Thread Heather Lemon
## 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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-23 Thread Heather Lemon
## 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.

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-23 Thread Heather Lemon
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.

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-22 Thread Eric Desrochers
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-22 Thread Eric Desrochers
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-22 Thread Eric Desrochers
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-22 Thread Heather Lemon
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-22 Thread Eric Desrochers
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-19 Thread Heather Lemon
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-02 Thread Brian Murray
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-02 Thread Eric Desrochers
** 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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-02 Thread Eric Desrochers
[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 --

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-02 Thread Eric Desrochers
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-02 Thread Eric Desrochers
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,

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-11-02 Thread Eric Desrochers
[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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-10-27 Thread Heather Lemon
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"

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-10-27 Thread Heather Lemon
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-10-27 Thread Heather Lemon
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"

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-10-27 Thread Heather Lemon
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-10-20 Thread Heather Lemon
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 =

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-10-20 Thread Heather Lemon
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-10-20 Thread Heather Lemon
** 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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-10-15 Thread Heather Lemon
** 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:

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-07-28 Thread Brian Murray
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.

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-03-09 Thread Launchpad Bug Tracker
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,

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-03-09 Thread Dan Streetman
** 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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-03-09 Thread Dan Streetman
** 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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-01-13 Thread Heather Lemon
** 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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-01-13 Thread Dan Streetman
** 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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2021-01-04 Thread Heather Lemon
** 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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2020-12-14 Thread Heather Lemon
** 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.

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2020-12-10 Thread Heather Lemon
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2020-12-10 Thread Heather Lemon
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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2020-12-09 Thread Heather Lemon
** 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,

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2020-12-09 Thread Heather Lemon
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,

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2020-11-17 Thread Dan Streetman
** 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)

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2020-10-19 Thread Dan Streetman
** 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,