Package: golang-mongodb-mongo-driver / 1.17.1+ds1-2

Metadata

Package Version Patches format
golang-mongodb-mongo-driver 1.17.1+ds1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip tests which need networking.patch | (download)

mongo/options/clientoptions_test.go | 5 5 + 0 - 0 !
x/mongo/driver/connstring/connstring_spec_test.go | 3 3 + 0 - 0 !
x/mongo/driver/topology/polling_srv_records_test.go | 2 2 + 0 - 0 !
x/mongo/driver/topology/server_test.go | 3 3 + 0 - 0 !
x/mongo/driver/topology/topology_test.go | 4 4 + 0 - 0 !
5 files changed, 17 insertions(+)

 skip tests which need networking

We should not be performing external network accesses when running the
tests, as the CI and build daemons might not permit such access.

0002 Skip TestParseDecimal128 Closes 1103117.patch | (download)

bson/primitive/decimal_test.go | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 skip testparsedecimal128, closes: #1103117