Your message dated Thu, 14 Sep 2017 09:21:14 +0000
with message-id <[email protected]>
and subject line Bug#860018: fixed in r-cran-curl 2.8.1-1
has caused the Debian Bug report #860018,
regarding r-cran-curl: Error in test suite
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
860018: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860018
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: r-cran-curl
Severity: normal
Tags: patch

Hi,

Gianfranco Costamagna <[email protected]> informed me via mail
about an issue in the test suite:



Hello Andreas, FYI I just uploaded a fix for testsuite (from upstream)
in Ubuntu

--- r-cran-curl-2.3.orig/tests/testthat/test-certificates.R
+++ r-cran-curl-2.3/tests/testthat/test-certificates.R
@@ -1,8 +1,7 @@
context("Certificate validation")

test_that("Invalid domain raises an error", {
-  expect_is(curl_fetch_memory(httpbin("get"))$status, "integer")
-  fake_url <- paste0("https://";, nslookup("httpbin.org"), "/get")
+  fake_url <- paste0("https://";, nslookup("www.berkeley.edu"))
expect_error(curl_fetch_memory(fake_url), "certificate")
expect_is(curl_fetch_memory(fake_url, handle = new_handle(ssl_verifyhost = 
FALSE))$status, "integer")
})
--- r-cran-curl-2.3.orig/tests/testthat/test-cookies.R
+++ r-cran-curl-2.3/tests/testthat/test-cookies.R
@@ -13,8 +13,8 @@ test_that("Add some cookies", {
cookies <- handle_cookies(h);
expect_is(cookies, "data.frame")
expect_equal(nrow(cookies), 2)
-  expect_equal(cookies$name, c("foo","bar"))
-  expect_equal(cookies$value, c("123","ftw"))
+  expect_equal(sort(cookies$name), c("bar", "foo"))
+  expect_equal(sort(cookies$value), c("123","ftw"))
expect_true(all(cookies$expiration == Inf))
})


--- r-cran-curl-2.3.orig/tests/testthat/test-handle.R
+++ r-cran-curl-2.3/tests/testthat/test-handle.R
@@ -32,7 +32,7 @@ test_that("Keep-Alive", {
handle_setopt(h, verbose=FALSE)
})

-test_that("Compression and destorying connection", {
+test_that("Compression and destroying connection", {
con <- curl(httpbin("deflate"), handle = h)
expect_equal(jsonlite::fromJSON(readLines(con))$deflate, TRUE)
expect_false(isOpen(con))



the new upstream 2.4 seems already to be good :)



Gianfranco, I think this is not RC critical and since the package will
be updated after Stretch release anyway I simply keep here a record in
BTS and will commit an upstream upgrade to VCS.


Thanks for bringing up this issue

     Andreas.


-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

--- End Message ---
--- Begin Message ---
Source: r-cran-curl
Source-Version: 2.8.1-1

We believe that the bug you reported is fixed in the latest version of
r-cran-curl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated r-cran-curl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 14 Sep 2017 09:31:48 +0200
Source: r-cran-curl
Binary: r-cran-curl
Architecture: source amd64
Version: 2.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
 r-cran-curl - GNU R modern and flexible web client for R
Closes: 860018
Changes:
 r-cran-curl (2.8.1-1) unstable; urgency=medium
 .
   * New upstream version
     Closes: #860018
   * Standards-Version: 4.1.0 (no changes needed)
   * Add README.source to document binary data file
Checksums-Sha1:
 1e8f0f63d694217519814c101b8744a5a8aeb3a7 2139 r-cran-curl_2.8.1-1.dsc
 9de2ff94ae84591b4396e7702516f3b5c14c4fa8 409743 r-cran-curl_2.8.1.orig.tar.gz
 9ea7e6420ef13b865b853aeb9fa0f929ed0e221b 2988 r-cran-curl_2.8.1-1.debian.tar.xz
 ad42a4ae567b6db1ab2d2e1db700bb2ff02612ac 52924 
r-cran-curl-dbgsym_2.8.1-1_amd64.deb
 2e5ee99c9cdede1867e1b8b1833a63155e71da64 8504 
r-cran-curl_2.8.1-1_amd64.buildinfo
 899ecd0f105784a3c9b423981d322cc3bbbcb254 363508 r-cran-curl_2.8.1-1_amd64.deb
Checksums-Sha256:
 28000cee42596881225f3e7fb32d970465b77fd212a48e0ebe9e832f45067c58 2139 
r-cran-curl_2.8.1-1.dsc
 554352a56d213a3a32bc262f4662c5a40b1fdcf264da5ecab6116562f9a1ee35 409743 
r-cran-curl_2.8.1.orig.tar.gz
 9a630d1a13d66fbfc4820fb948f0863005b0f4809136ea2c6c3b3b161b1c8b49 2988 
r-cran-curl_2.8.1-1.debian.tar.xz
 34ac6669aa91fd0ee128aeccdbd2500f44ceffc7720003d11856e3145b8af7ef 52924 
r-cran-curl-dbgsym_2.8.1-1_amd64.deb
 d05d1b7f6fc7d6553add0370e37af94d8520ee8b3244c428419a1ab18d96a803 8504 
r-cran-curl_2.8.1-1_amd64.buildinfo
 64d8424a3a00e1510170b2a5e60e3d375d7e54c10aeeae293d860deb8223f04e 363508 
r-cran-curl_2.8.1-1_amd64.deb
Files:
 86d92c1ab3d254a909d88463a7cb349e 2139 gnu-r optional r-cran-curl_2.8.1-1.dsc
 49030c7f6106b5f0c00468f0f321d5dc 409743 gnu-r optional 
r-cran-curl_2.8.1.orig.tar.gz
 bec8f759d3471c89aabff5bc010660de 2988 gnu-r optional 
r-cran-curl_2.8.1-1.debian.tar.xz
 6371ee2e29c3b618502deeecacf2df72 52924 debug optional 
r-cran-curl-dbgsym_2.8.1-1_amd64.deb
 40a107d251cc3c93565aa2e89e0b1067 8504 gnu-r optional 
r-cran-curl_2.8.1-1_amd64.buildinfo
 d8423ea8af0cfbed58878998b5c8832b 363508 gnu-r optional 
r-cran-curl_2.8.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlm6MkYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGZUg//WqQNG7LCpW7BhKa/tso8sj9gxJhWVQtZ
MXcTXGl6qLDZds5Za5GZB5qb1DBFZR9anB5ZoWr2ovIQeA1+vTmy8HoiARuZrpRU
dAQ4nm4g6hZfxJyqNNCXyeZ1cNK9K2N36TzD7fbdEbs4QVa9N1hV+KF8kWLyNDSz
wZ2LICOoOv8vYVjKP9Futwxa/IUT8dMmY7ElCm+AIA+EUvrZFA0lShdsKPnymvxu
oCh9e5XYfdr8MpE6bgOlNLYpDBsxZyaakUK9esQLBHAMgZUEVqZnyrffkfEDUva/
NJioIV20y80ROoThFss5Eq8tMJH6ivnWzh7vhz6TEzKeetpqwune8UPSr7mr7yWA
KtbEVvFwKJOnt6A3sAQgYL46ILQcbJOX7VYt0qsZG16R3hSkMmPCrCLkj9tBRK7P
Qhy+BUt/eW1MHa2Lc/yVyzc3APNRSxD7QvDWPpC4F5c3sY6DqEo8a7kcOjTwJYJw
ZQO6iMRzAvi/LCJsCDOC0KngEZbeddDSgJaTVMeBMbcenaNEMbmICb+xtT2QKwI+
sBWVK3Hovs8oL425SvfCo1R/8Hgn/Wp4WQUcy5jPTR20EEnaWCg1MBhcDisWhp/K
RF6/Q06C0xDCknsyjhIbWeJS3q1BSx0gtfLNn0aQYytZWCzKQpEg6tBcTES6M7UZ
jjritZrrDSI=
=9Mcy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to