snowflake/client/lib
David Fifield 191510c416 Use a URL with a Host component in BrokerChannel tests.
The tests were using a broker URL of "test.broker" (i.e., a schema-less,
host-less, relative path), and running assertions on the value of
b.url.Path. This is strange, especially in tests regarding domain
fronting, where we care about b.url.Host, not b.url.Path. This commit
changes the broker URL to "http://test.broker" and changes tests to
check b.url.Host. I also added an additional assertion for an empty
b.Host in the non-domain-fronted case.
2021-08-05 16:13:24 -06:00
..
interfaces.go Set max number of snowflakes in the Tongue 2020-08-27 16:44:07 -04:00
lib_test.go Use a URL with a Host component in BrokerChannel tests. 2021-08-05 16:13:24 -06:00
peers.go Fix data race for Peers.collection 2021-06-24 11:16:24 -04:00
rendezvous.go Encode client-broker messages as json in HTTP body 2021-06-02 09:52:42 -04:00
snowflake.go Release resources in client Transport.Dial on error. 2021-05-24 15:28:13 -06:00
turbotunnel.go Turbo Tunnel client and server. 2020-04-23 16:02:56 -06:00
util.go Simplify BytesSyncLogger. 2020-04-23 21:38:44 -06:00
webrtc.go Refactor checkForStaleness to take time.Duration 2021-06-24 11:20:44 -04:00