Your message dated Tue, 29 Jul 2025 17:45:02 +0000
with message-id <[email protected]>
and subject line unblock node-superagent
has caused the Debian Bug report #1110078,
regarding unblock: node-superagent/9.0.1-3
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.)
--
1110078: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110078
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 + src:node-superagent
User: [email protected]
Usertags: unblock
Please unblock package node-superagent
[ Reason ]
One test is unstable (count depend on chunk size, #1110021). Test
succeeds during build (it is disabled by default to break a circular
dependency but works fine when trying without debian/rules override) but
fails under autopkgtest.
[ Impact ]
FTBFS
[ Risks ]
No risk, just a test update
[ Checklist ]
[X] all changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in testing
Best regards,
Xavier
unblock node-superagent/9.0.1-3
diff --git a/debian/changelog b/debian/changelog
index 16049a2..0cd46af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-superagent (9.0.1-3) unstable; urgency=medium
+
+ * Team upload
+ * Drop unstable tests (Closes: #1110021)
+
+ -- Yadd <[email protected]> Mon, 28 Jul 2025 11:10:35 +0200
+
node-superagent (9.0.1-2) unstable; urgency=medium
* Team upload
diff --git a/debian/patches/drop-unstable-test.patch
b/debian/patches/drop-unstable-test.patch
new file mode 100644
index 0000000..5ac1f5b
--- /dev/null
+++ b/debian/patches/drop-unstable-test.patch
@@ -0,0 +1,18 @@
+Description: These tests succeed during build and fail during autopkgtest
+ because chuck size changes
+Author: Yadd <[email protected]>
+Bug-Debian: https://bugs.debian.org/1110021
+Forwarded: not-needed
+Last-Update: 2025-07-28
+
+--- a/test/node/multipart.js
++++ b/test/node/multipart.js
+@@ -192,8 +192,6 @@
+ html.originalFilename.should.equal('user.html');
+ html.mimetype.should.equal('text/html');
+ read(html.filepath).should.equal('<h1>name</h1>');
+- total.should.equal(223);
+- loaded.should.equal(223);
+ uploadEventWasFired.should.equal(true);
+ done();
+ });
diff --git a/debian/patches/series b/debian/patches/series
index 0362bbd..6e4462e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
fix-query-method.patch
+drop-unstable-test.patch
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---