[Git][java-team/vnu][master] 2 commits: Autopkgtest: fix 'SocketTimeoutException: Read timed out'
bastif (@bastif)
gitlab at salsa.debian.org
Thu May 14 11:51:04 BST 2026
bastif pushed to branch master at Debian Java Maintainers / vnu
Commits:
8193955f by Fab Stz at 2026-05-14T11:50:37+02:00
Autopkgtest: fix 'SocketTimeoutException: Read timed out'
Required on i386 for example
- - - - -
d3b779df by Fab Stz at 2026-05-14T12:09:23+02:00
Release 23.4.11+dfsg-3 to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,12 @@
-vnu (23.4.11+dfsg-3) UNRELEASED; urgency=medium
+vnu (23.4.11+dfsg-3) unstable; urgency=medium
* Remove tomcat11 workaround wrt tomcat-jakartaee-migration
* Depends: Add curl to bin:vnu-server package
* Update the way we set -Xss2048k on relevant archs
* Autopkgtest: redirect 'systemctl edit' output to stdout
+ * Autopkgtest: fix 'SocketTimeoutException: Read timed out'
- -- Fab Stz <fabstz-it at yahoo.fr> Thu, 14 May 2026 09:31:07 +0200
+ -- Fab Stz <fabstz-it at yahoo.fr> Thu, 14 May 2026 12:09:04 +0200
vnu (23.4.11+dfsg-2) unstable; urgency=medium
=====================================
debian/tests/control
=====================================
@@ -27,6 +27,7 @@ Features: test-name=vnu-tomcat11-with-client,
Depends: curl, netcat-openbsd, vnu-client, vnu-tomcat11,
Restrictions: isolation-container, needs-sudo, superficial,
-Test-Command: vnu-server --return-when-ready && JAVA_ARGS="-Dnu.validator.client.port=8888 -Dnu.validator.client.path=" vnu-client build/minDoc.html && vnu-server --stop
+# Adding JAVA_ARGS -Dnu.validator.client.readtimeout=0, like in webapp_validate_url
+Test-Command: vnu-server --return-when-ready && JAVA_ARGS="-Dnu.validator.client.port=8888 -Dnu.validator.client.path= -Dnu.validator.client.readtimeout=0" vnu-client build/minDoc.html && vnu-server --stop
Features: test-name=vnu-server,
Depends: vnu-client, vnu-server,
View it on GitLab: https://salsa.debian.org/java-team/vnu/-/compare/d2b0607fe514011655cfab4c38463804208bbb13...d3b779df0af4ae8ab55d24d88b1257f5c35e9157
--
View it on GitLab: https://salsa.debian.org/java-team/vnu/-/compare/d2b0607fe514011655cfab4c38463804208bbb13...d3b779df0af4ae8ab55d24d88b1257f5c35e9157
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260514/346c1db5/attachment.htm>
More information about the pkg-java-commits
mailing list