[Pkg-privacy-commits] [Git][pkg-privacy-team/snowflake][debian/sid] Prepare to release 2.10.1-2

Roger Shimizu (@rosh) rosh at debian.org
Tue Mar 17 09:14:33 GMT 2026



Roger Shimizu pushed to branch debian/sid at Privacy Maintainers / snowflake


Commits:
c56b64ea by Roger Shimizu at 2026-03-17T02:13:11-07:00
Prepare to release 2.10.1-2

* d/patches: Cherry pick a patch from upstream to fix test issue
             with new version of golang-github-xtaci-kcp-dev.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0003-Move-and-increase-sleep-time-in-queuepacketconn-test.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+snowflake (2.10.1-2) unstable; urgency=medium
+
+  * Team upload.
+  * debian/patches: Cherry pick a patch from upstream to fix test issue
+                    with new version of golang-github-xtaci-kcp-dev.
+
+ -- Roger Shimizu <rosh at debian.org>  Tue, 17 Mar 2026 02:13:11 -0700
+
 snowflake (2.10.1-1) unstable; urgency=medium
 
   [ Micah Anderson ]


=====================================
debian/patches/0003-Move-and-increase-sleep-time-in-queuepacketconn-test.patch
=====================================
@@ -0,0 +1,34 @@
+From: Cecylia Bocovich <cohosh at torproject.org>
+Date: Wed, 22 Jan 2025 14:55:58 -0500
+Forwarded: not-needed
+Subject: Move and increase sleep time in queuepacketconn test
+
+This should give written data enough time to make it to the post
+processing queue before the connection is closed.
+
+See https://github.com/xtaci/kcp-go/issues/273
+---
+ common/turbotunnel/queuepacketconn_test.go | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+--- a/common/turbotunnel/queuepacketconn_test.go
++++ b/common/turbotunnel/queuepacketconn_test.go
+@@ -208,14 +208,15 @@ func TestQueuePacketConnWriteToKCP(t *testing.T) {
+ 			panic(err)
+ 		}
+ 
++		// A sleep after the Write makes buffer reuse more likely,
++		// and to allow the connection to flush before close
++		time.Sleep(500 * time.Millisecond)
++
+ 		err = conn.Close()
+ 		if err != nil {
+ 			panic(err)
+ 		}
+ 
+-		// A sleep after the Write makes buffer reuse more likely.
+-		time.Sleep(100 * time.Millisecond)
+-
+ 		if len(transcript.Transcript) == 0 {
+ 			panic("empty transcript")
+ 		}


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 0001-Adapt-tests-to-work-with-devian-version-of-goconvey.patch
 0002-fixup-test-compareing-slices.patch
+0003-Move-and-increase-sleep-time-in-queuepacketconn-test.patch



View it on GitLab: https://salsa.debian.org/pkg-privacy-team/snowflake/-/commit/c56b64ead1a803cf0cc7886801af0a0ea63d9bc7

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/snowflake/-/commit/c56b64ead1a803cf0cc7886801af0a0ea63d9bc7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20260317/217a3e43/attachment-0001.htm>


More information about the Pkg-privacy-commits mailing list