|
@@ -219,11 +219,12 @@ mql语句扩展说明:
|
|
|
if !assert.Nil(t, ODBError) {
|
|
if !assert.Nil(t, ODBError) {
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
- logger.Info("odbpath :", ODBC.Config().Hosts, ODBC.Config().Port)
|
|
|
|
|
- logger.Info("keyspace:", ODBC.Config().Keyspace)
|
|
|
|
|
- logger.Info("ksnative:", ksnative)
|
|
|
|
|
- logger.Info("debug: ", debug)
|
|
|
|
|
- logger.Info("spath: ", spath)
|
|
|
|
|
|
|
+ logger.Info("odbpath :", ODBC.Config().Hosts, ODBC.Config().Port)
|
|
|
|
|
+ logger.Info("keyspace :", ODBC.Config().Keyspace)
|
|
|
|
|
+ logger.Info("version :", ODBC.Versline())
|
|
|
|
|
+ logger.Info("ksnative :", ksnative)
|
|
|
|
|
+ logger.Info("debug :", debug)
|
|
|
|
|
+ logger.Info("spath :", spath)
|
|
|
|
|
|
|
|
// if checkCassSchema && !cass.CheckCassandraSchema(t) {
|
|
// if checkCassSchema && !cass.CheckCassandraSchema(t) {
|
|
|
// assert.True(t, false, "cassandra schemda is different")
|
|
// assert.True(t, false, "cassandra schemda is different")
|