File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
java/org/apache/drill/exec/schema/daffodil Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2121import org .apache .drill .common .config .DrillConfig ;
2222import org .apache .drill .exec .ExecConstants ;
2323import org .apache .drill .test .BaseDirTestWatcher ;
24+ import org .apache .drill .test .ClusterTest ;
2425import org .apache .drill .test .ConfigBuilder ;
2526import org .junit .After ;
2627import org .junit .Before ;
3637import static org .junit .Assert .assertNotNull ;
3738
3839@ Category ({SlowTest .class })
39- public class TestRemoteDaffodilSchemaRegistry {
40+ public class TestRemoteDaffodilSchemaRegistry extends ClusterTest {
4041
4142 @ Rule
4243 public final BaseDirTestWatcher dirTestWatcher = new BaseDirTestWatcher ();
Original file line number Diff line number Diff line change @@ -95,6 +95,16 @@ drill: {
9595 impl: "org.apache.drill.exec.work.batch.SpoolingRawBatchBuffer",
9696 delete: false,
9797 size: 0
98+ },
99+ daffodil: {
100+ retry-attempts: 5,
101+ directory: {
102+ base: "/tmp/drill/daffodil",
103+ local: "/tmp/drill/daffodil/local",
104+ staging: "/tmp/drill/daffodil/staging",
105+ registry: "/tmp/drill/daffodil/registry",
106+ tmp: "/tmp/drill/daffodil/tmp"
107+ }
98108 }
99109 }
100110}
You can’t perform that action at this time.
0 commit comments