featurebase/roaring
Ben Johnson ca29f7692b
Fix failing tests when IPv6 is disabled.
Turning off IPv6 causes the tests to fail because the Go
`net.Listen()` function obtains a `[::]` address when using
a `localhost:0` bind address. Looking through the Go source
code, I don't see a good way to fix that.

This change adds a test flag to allow users to specify the
network name when running the test:

```sh
go test github.com/pilosa/pilosa/server -network tcp4
```
2017-06-01 14:43:59 -06:00
..
assembly.go asm build options for non amd64 2017-05-15 11:31:41 -05:00
assembly_amd64.s roaring: fix vet issues with the assembly code 2017-05-04 11:01:10 +02:00
assembly_asm.go asm build options for non amd64 2017-05-15 11:31:41 -05:00
assembly_generic.go asm build options for non amd64 2017-05-15 11:31:41 -05:00
assembly_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
internal_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
roaring.go Merge pull request #590 from jaffee/set-n-at-end 2017-06-01 11:03:35 -05:00
roaring_internal_test.go rewrite intersectCountArrayBitmap for perf test 2017-05-24 12:38:50 -05:00
roaring_test.go Fix failing tests when IPv6 is disabled. 2017-06-01 14:43:59 -06:00