Added a comment about how to create the sample fragment file

This commit is contained in:
Yuce Tekol 2018-05-11 17:17:15 +03:00
parent 02b67ed101
commit 2dcd664a28
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -30,6 +30,8 @@ import (
// Test flags
var (
// In order to generate the sample fragment file,
// run an import and copy PILOSA_DATA_DIR/INDEX_NAME/FRAME_NAME/0 to testdata/sample_view
FragmentPath = flag.String("fragment", "testdata/sample_view/0", "fragment path")
)