[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
Server, which is subscribed to python-cryptography in Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
Server, which is subscribed to python-cryptography in Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1846506] Re: autopkgtest fail in Eoan

2019-10-07 Thread Andreas Hasenack
Adding a task for python-cryptography so this bug shows up in the
excuses page, even though it's not a bug in python-cryptography itself.

** Also affects: python-cryptography (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to python-cryptography in Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1846506] Re: autopkgtest fail in Eoan

2019-10-07 Thread Andreas Hasenack
I suspect the test might require internet access, but it's not clear why
it worked before, since the last pass was the same exact package:

E   vcr.errors.CannotOverwriteExistingCassetteException: No
match for the request (https://squid.internal:3128/----/services/webspaces//eastuswebspace/sites>)
was found. Can't overwrite existing cassette
('/tmp/autopkgtest.STWYRh/autopkgtest_tmp/tests/recordings/test_legacy_mgmt_website.test_get_web_site.yaml')
in your current record mode ('none').

Locally in lxd, and also on diglett, the dep8 tests passed, using eoan-
proposed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1846506] Re: autopkgtest fail in Eoan

2019-10-07 Thread Andreas Hasenack
Adding a task for python-cryptography so this bug shows up in the
excuses page, even though it's not a bug in python-cryptography itself.

** Also affects: python-cryptography (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1846506

Title:
  autopkgtest fail in Eoan

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs