Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 4 additions and 3 deletions
Showing only changes of commit a0761ff1ae - Show all commits

View File

@ -168,6 +168,7 @@ def registerTest(c):
confirmRegistration(c["net"], c["num"])
return
if sinst["checktype"] == "msg":
if "msg" in c.keys():
if sinst["checkmsg"] in c["msg"]:
confirmRegistration(c["net"], c["num"])
return