[Touch-packages] [Bug 1846506] Re: autopkgtest fail in Eoan

2021-12-01 Thread Brian Murray
The following change will skip the tests that will not pass in Ubuntu's
autopkgtest infrastructure:

diff -Nru python-azure-20211104+git/debian/tests/python3-tests 
python-azure-20211104+git/debian/tests/python3-tests
--- python-azure-20211104+git/debian/tests/python3-tests2021-11-04 
17:38:39.0 -0700
+++ python-azure-20211104+git/debian/tests/python3-tests2021-12-01 
15:00:46.0 -0800
@@ -165,6 +165,16 @@
 
--deselect=tests/test_file_system_async.py::FileSystemTest::test_undelete_dir_with_version_id
 \
 
--deselect=tests/test_file_system_async.py::FileSystemTest::test_undelete_file_system
 \
 
--deselect=tests/test_file_system_async.py::FileSystemTest::test_undelete_file_with_version_id
 \
+
--deselect=tests/test_content.py::TestContentFromStream::test_content_bad_endpoint
 \
+
--deselect=tests/test_content_async.py::TestContentFromStreamAsync::test_content_bad_endpoint
 \
+
--deselect=tests/test_identity_documents.py::TestIdDocument::test_identity_document_bad_endpoint
 \
+
--deselect=tests/test_identity_documents_async.py::TestIdDocumentsAsync::test_identity_document_bad_endpoint
 \
+
--deselect=tests/test_invoice.py::TestInvoice::test_invoice_bad_endpoint \
+
--deselect=tests/test_invoice_async.py::TestInvoiceAsync::test_invoice_bad_endpoint
 \
+
--deselect=tests/test_receipt.py::TestReceiptFromStream::test_receipt_bad_endpoint
 \
+
--deselect=tests/test_receipt_async.py::TestReceiptFromStreamAsync::test_receipt_bad_endpoint
 \
+
--deselect=tests/test_receipt_from_url.py::TestReceiptFromUrl::test_receipt_url_bad_endpoint
 \
+
--deselect=tests/test_receipt_from_url_async.py::TestReceiptFromUrlAsync::test_receipt_url_bad_endpoint
 \
 --ignore=tests/test_certificates_client.py \
 --ignore=tests/test_certificates_client_async.py \
 --ignore=tests/test_examples_certificates.py \


** Changed in: python-azure (Ubuntu)
   Importance: Undecided => Medium

** Changed in: python-azure (Ubuntu)
   Status: New => Triaged

** Summary changed:

- autopkgtest fail in Eoan
+ autopkgtest fail

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail

Status in python-azure package in Ubuntu:
  Triaged
Status in python-cryptography package in Ubuntu:
  Invalid
Status in python3-defaults package in Ubuntu:
  Invalid

Bug description:
  The python-azure autopkgtest is failing on Eoan, currently blocking
  the migration of:

   - python-cryptography
   - python-defaults

  I had a look at the test log but it's not clear to me where the
  problem is. The autopkgtest history suggests that the failure is not
  actually caused by the two packages held in the migration queue. The
  python-azure autopkgtest is python3-only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-azure/+bug/1846506/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1846506] Re: autopkgtest fail in Eoan

2021-11-30 Thread Brian Murray
I ran autopkgtest using squid.internal and the test failed with these
errors:

=== short test summary info 
FAILED tests/test_content.py::TestContentFromStream::test_content_bad_endpoint
FAILED 
tests/test_content_async.py::TestContentFromStreamAsync::test_content_bad_endpoint
FAILED 
tests/test_identity_documents.py::TestIdDocument::test_identity_document_bad_endpoint
FAILED 
tests/test_identity_documents_async.py::TestIdDocumentsAsync::test_identity_document_bad_endpoint
FAILED tests/test_invoice.py::TestInvoice::test_invoice_bad_endpoint - azure
FAILED tests/test_invoice_async.py::TestInvoiceAsync::test_invoice_bad_endpoint
FAILED tests/test_receipt.py::TestReceiptFromStream::test_receipt_bad_endpoint
FAILED 
tests/test_receipt_async.py::TestReceiptFromStreamAsync::test_receipt_bad_endpoint
FAILED 
tests/test_receipt_from_url.py::TestReceiptFromUrl::test_receipt_url_bad_endpoint
FAILED 
tests/test_receipt_from_url_async.py::TestReceiptFromUrlAsync::test_receipt_url_bad_endpoint
 10 failed, 521 passed, 38 skipped, 17 deselected in 125.03s (0:02:05) =

The test_receipt_url_bad_endpoint attempts to contact
"http://notreal.azure.com; and then compares the returned information to
an "Invoice_1.pdf" included in the source package.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

Status in python-azure package in Ubuntu:
  New
Status in python-cryptography package in Ubuntu:
  Invalid
Status in python3-defaults package in Ubuntu:
  Invalid

Bug description:
  The python-azure autopkgtest is failing on Eoan, currently blocking
  the migration of:

   - python-cryptography
   - python-defaults

  I had a look at the test log but it's not clear to me where the
  problem is. The autopkgtest history suggests that the failure is not
  actually caused by the two packages held in the migration queue. The
  python-azure autopkgtest is python3-only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-azure/+bug/1846506/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1846506] Re: autopkgtest fail in Eoan

2019-10-09 Thread Andreas Hasenack
The python-azure test failed in bileto in the same way, so it can be
used to further troubleshoot this issue. My first attempt would be to
unset the http_proxy variable, or set it to localhost so connections
fail, and see what happens.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

Status in python-azure package in Ubuntu:
  New
Status in python-cryptography package in Ubuntu:
  Invalid
Status in python3-defaults package in Ubuntu:
  Invalid

Bug description:
  The python-azure autopkgtest is failing on Eoan, currently blocking
  the migration of:

   - python-cryptography
   - python-defaults

  I had a look at the test log but it's not clear to me where the
  problem is. The autopkgtest history suggests that the failure is not
  actually caused by the two packages held in the migration queue. The
  python-azure autopkgtest is python3-only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-azure/+bug/1846506/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1846506] Re: autopkgtest fail in Eoan

2019-10-08 Thread Steve Langasek
the latest autopkgtest retries show that the problem is present in the
release pocket, so I have hinted away the failure and am closing the
tasks on the reverse-dependencies, since they will no longer be blocked.

** Changed in: python-cryptography (Ubuntu)
   Status: New => Invalid

** Changed in: python3-defaults (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

Status in python-azure package in Ubuntu:
  New
Status in python-cryptography package in Ubuntu:
  Invalid
Status in python3-defaults package in Ubuntu:
  Invalid

Bug description:
  The python-azure autopkgtest is failing on Eoan, currently blocking
  the migration of:

   - python-cryptography
   - python-defaults

  I had a look at the test log but it's not clear to me where the
  problem is. The autopkgtest history suggests that the failure is not
  actually caused by the two packages held in the migration queue. The
  python-azure autopkgtest is python3-only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-azure/+bug/1846506/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1846506] Re: autopkgtest fail in Eoan

2019-10-08 Thread Andreas Hasenack
Given the tests pass locally in a container (autopkgtest ... -- lxd
ubuntu-daily;eoan), I'm trying a bileto run
(https://bileto.ubuntu.com/#/ticket/3818) to see if that reproduces the
test failure. If yes, then I can use that platform for troubleshooting.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

Status in python-azure package in Ubuntu:
  New
Status in python-cryptography package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New

Bug description:
  The python-azure autopkgtest is failing on Eoan, currently blocking
  the migration of:

   - python-cryptography
   - python-defaults

  I had a look at the test log but it's not clear to me where the
  problem is. The autopkgtest history suggests that the failure is not
  actually caused by the two packages held in the migration queue. The
  python-azure autopkgtest is python3-only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-azure/+bug/1846506/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1846506] Re: autopkgtest fail in Eoan

2019-10-08 Thread Paride Legovini
** Also affects: python3-defaults (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

Status in python-azure package in Ubuntu:
  New
Status in python-cryptography package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New

Bug description:
  The python-azure autopkgtest is failing on Eoan, currently blocking
  the migration of:

   - python-cryptography
   - python-defaults

  I had a look at the test log but it's not clear to me where the
  problem is. The autopkgtest history suggests that the failure is not
  actually caused by the two packages held in the migration queue. The
  python-azure autopkgtest is python3-only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-azure/+bug/1846506/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp