On 2019-04-11 04:38, Paul Gevers wrote:
Hi Drew,

On 10-04-2019 21:22, Paul Gevers wrote:
Thanks. I want to run a couple of tests, to see if it now appears stable
(the first two passed).

I'll unblock when I don't find any failure.

The score isn't great (and not all results are in): 3/14 failure (2 in
unstable, 1 in testing so far). Can you please have a look?


Apparently the same test failure does occur in python3 tests, but only some of the time not all of the time. Weird.

I've uploaded 1.1.0-6 now to skip the same 2 tests in python3.


$ debdiff python-scipy_1.1.0-4.dsc python-scipy_1.1.0-6.dsc
diff -Nru python-scipy-1.1.0/debian/changelog python-scipy-1.1.0/debian/changelog --- python-scipy-1.1.0/debian/changelog 2019-03-14 14:12:00.000000000 +0800 +++ python-scipy-1.1.0/debian/changelog 2019-04-11 09:38:17.000000000 +0800
@@ -1,3 +1,18 @@
+python-scipy (1.1.0-6) unstable; urgency=medium
+
+  * Team upload.
+  * skip sparsetools.TestInt32Overflow matvec tests on python3 also.
+
+ -- Drew Parsons <dpars...@debian.org>  Thu, 11 Apr 2019 09:38:17 +0800
+
+python-scipy (1.1.0-5) unstable; urgency=medium
+
+  * Team upload.
+  * Skip sparsetools.TestInt32Overflow matvec tests on python2
+    (MemoryError). Closes: #919929.
+
+ -- Drew Parsons <dpars...@debian.org>  Wed, 10 Apr 2019 16:41:47 +0800
+
 python-scipy (1.1.0-4) unstable; urgency=medium

   * Team upload.
diff -Nru python-scipy-1.1.0/debian/tests/python2 python-scipy-1.1.0/debian/tests/python2 --- python-scipy-1.1.0/debian/tests/python2 2019-03-14 14:12:00.000000000 +0800 +++ python-scipy-1.1.0/debian/tests/python2 2019-04-11 09:38:17.000000000 +0800
@@ -27,6 +27,9 @@
"sparse.tests.test_sparsetools.TestInt32Overflow.test_bsr_n_block[matmat]", "sparse.tests.test_sparsetools.TestInt32Overflow.test_bsr_n_block[matvecs]", "sparse.tests.test_sparsetools.TestInt32Overflow.test_bsr_n_block[transpose]",
+# postscriptum on Bug#919929
+"sparse.tests.test_sparsetools.TestInt32Overflow.test_matvecs",
+"sparse.tests.test_sparsetools.TestInt32Overflow.test_dia_matvec",
 ]

 junit = "$TMPDIR/junit.xml"
diff -Nru python-scipy-1.1.0/debian/tests/python3 python-scipy-1.1.0/debian/tests/python3 --- python-scipy-1.1.0/debian/tests/python3 2019-03-14 14:12:00.000000000 +0800 +++ python-scipy-1.1.0/debian/tests/python3 2019-04-11 09:38:17.000000000 +0800
@@ -19,6 +19,9 @@
 "linalg.tests.test_solvers.test_solve_generalized_discrete_are",
 # fails with atlas
 "linalg.tests.test_solvers.test_solve_discrete_are",
+# postscriptum on Bug#919929
+"sparse.tests.test_sparsetools.TestInt32Overflow.test_matvecs",
+"sparse.tests.test_sparsetools.TestInt32Overflow.test_dia_matvec",
 ]

 junit = "$TMPDIR/junit.xml"

Reply via email to