[Pkg-javascript-devel] Bug#1110078: unblock: node-superagent/9.0.1-3

Yadd yadd at debian.org
Tue Jul 29 12:20:06 BST 2025


Package: release.debian.org
Severity: normal
X-Debbugs-Cc: node-superagent at packages.debian.org, yadd at debian.org
Control: affects -1 + src:node-superagent
User: release.debian.org at packages.debian.org
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
-------------- next part --------------
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 <yadd at debian.org>  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 <yadd at debian.org>
+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


More information about the Pkg-javascript-devel mailing list