mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
We disable fsync more consistently in testing, including using etcd's already-existing UnsafeNoFsync option to disable fsyncs in the backing store boltdb used by etcd, to reduce runtime of our tests on MacOS significantly. Corresponding to this, we update etcd by one patch to pick up a locally-invented patch which turns out to be nearly-identical to the upstream fix for "disabling fsync makes boltdb not even bother to write some data sometimes", which caused crashes galore. |
||
|---|---|---|
| .. | ||
| cluster.go | ||
| disco.go | ||
| field.go | ||
| handler.go | ||
| holder.go | ||
| index.go | ||
| pilosa.go | ||
| pilosa_test.go | ||
| transaction.go | ||