From 2dcd664a2807fe6e27bf28053938fe15c6058723 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Fri, 11 May 2018 17:17:15 +0300 Subject: [PATCH] Added a comment about how to create the sample fragment file --- fragment_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fragment_test.go b/fragment_test.go index facf0c758..698f8d164 100644 --- a/fragment_test.go +++ b/fragment_test.go @@ -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") )