|
@@ -19,7 +19,7 @@ func simpleUUID() string {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const (
|
|
const (
|
|
|
- noEvent = false
|
|
|
|
|
|
|
+ noEvent = true
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
var tableModelDescribe = map[string]string{
|
|
var tableModelDescribe = map[string]string{
|
|
@@ -781,6 +781,10 @@ func TestReply(t *testing.T) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func TestEventQuery(t *testing.T) {
|
|
func TestEventQuery(t *testing.T) {
|
|
|
|
|
+ if noEvent {
|
|
|
|
|
+ return
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
initClient(t, "localhost:30170", "2b78141779ee432295ca371b91c5cac7")
|
|
initClient(t, "localhost:30170", "2b78141779ee432295ca371b91c5cac7")
|
|
|
defer destroyClient(t, "2b78141779ee432295ca371b91c5cac7")
|
|
defer destroyClient(t, "2b78141779ee432295ca371b91c5cac7")
|
|
|
|
|
|