Package: snowflake / 2.10.1-2

Metadata

Package Version Patches format
snowflake 2.10.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Adapt tests to work with devian version of goconvey.patch | (download)

client/lib/lib_test.go | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 adapt tests to work with devian version of goconvey


0002 fixup test compareing slices.patch | (download)

client/lib/rendezvous_test.go | 12 6 + 6 - 0 !
common/util/util_test.go | 2 1 + 1 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 goconvey does not work with shouldequal in slices
 This is mentioned in https://github.com/smartystreets/goconvey/issues/128#issuecomment-33227844 along
 with a hint to instead use `ShouldResemble`
0003 Move and increase sleep time in queuepacketconn test.patch | (download)

common/turbotunnel/queuepacketconn_test.go | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 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