| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- delete from /matrix/test/basic with version ;
- delete from /matrix/test/collect with version ;
- delete bklog from /matrix/test/bucketlog ;
- delete from /matrix/test/bucketlog with version ;
- delete bk2 from /matrix/test/buckettsdb ;
- delete from /matrix/test/buckettsdb with version ;
- delete bklog from /matrix/test/bucketstrulog ;
- delete from /matrix/test/bucketstrulog with version ;
- delete from /matrix/test/iinterface with version ;
- delete from /matrix/test/nnode with version ;
- delete from /matrix/test/datetime with version ;
- delete from /matrix/test/enum with version ;
- delete from /matrix/test/idpartition with version ;
- delete from /matrix/test/mpartition with version ;
- delete from /matrix/test/prepare with version ;
- delete from /matrix/test/search with version ;
- delete from /matrix/test/sequence with version ;
- delete from /matrix/test/scollect with version ;
- delete from /matrix/test/batch with version ;
- delete from /matrix/test/concat with version ;
- delete from /matrix/test/concat2 with version ;
- delete from /matrix/test/concat3 with version ;
- delete from /matrix/test/oo/car/camry with version ;
- delete from /matrix/test/oo/car with version ;
- delete from /matrix/test/oo/chair with version ;
- delete from /matrix/test/oo/light with version ;
- delete from /matrix/test/oo/wheel with version ;
- delete from /matrix/test/oo/dimension with version ;
- delete from /matrix/test/delete with version ;
- delete from /matrix/test/uuid with version ;
- delete from /matrix/test/alert_status with version ;
- delete from /matrix/test/malert_status with version ;
- drop class if exists /matrix/test/basic ;
- drop class if exists /matrix/test/collect ;
- drop class if exists /matrix/test/bucketlog ;
- drop class if exists /matrix/test/buckettsdb ;
- drop class if exists /matrix/test/bucketstrulog ;
- drop class if exists /matrix/test/iinterface ;
- drop class if exists /matrix/test/nnode ;
- drop class if exists /matrix/test/concat ;
- drop class if exists /matrix/test/datetime ;
- drop class if exists /matrix/test/enum ;
- drop class if exists /matrix/test/idpartition ;
- drop class if exists /matrix/test/mpartition ;
- drop class if exists /matrix/test/prepare ;
- drop class if exists /matrix/test/search ;
- drop class if exists /matrix/test/sequence ;
- drop class if exists /matrix/test/scollect ;
- drop class if exists /matrix/test/batch ;
- drop class if exists /matrix/test/concat2 ;
- drop class if exists /matrix/test/concat3 ;
- drop class if exists /matrix/test/oo/car/camry ;
- drop class if exists /matrix/test/oo/car ;
- drop class if exists /matrix/test/oo/chair ;
- drop class if exists /matrix/test/oo/light ;
- drop class if exists /matrix/test/oo/wheel ;
- drop class if exists /matrix/test/oo/dimension ;
- drop class if exists /matrix/test/delete ;
- drop class if exists /matrix/test/uuid ;
- drop class if exists /matrix/test/alert_status ;
- drop class if exists /matrix/test/malert_status ;
- cd /opt/odbserver/test/unit/mql/basic
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' basic_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' collect_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' datetime_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' enum_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' delete_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' oo_test.go
- cd /opt/odbserver/test/unit/mql/prepare
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' prepare_test.go
- cd /opt/odbserver/test/unit/mql/bucket
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' bucket_logs_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' bucket_tsdb_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' bucket_strulogs_test.go
- cd /opt/odbserver/test/unit/mql/ckeys
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' ckeyint_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' concat2_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' concatkey_test.go
- cd /opt/odbserver/test/unit/mql/partition
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' mpartition_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' partition_test.go
- cd /opt/odbserver/test/unit/mql/id
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' seqkey_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' uuidkey_test.go
- cd /opt/odbserver/test/unit/mql/conflict
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' conflict_test.go
- cd /opt/odbserver/test/unit/search
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' basic_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' collect_test.go
- cd /opt/odbserver/test/unit/mql/prepare_batch
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' prepare_delete_batch_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' prepare_insert_batch_test.go
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' prepare_update_batch_test.go
- cd /opt/odbserver/test/unit/mql/network
- CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' network_test.go
- go test --ldflags '-linkmode external -extldflags "-static"' -timeout 3600s -v -run ^TestAll$ git.wecise.com/wecise/odbserver/test/unit
|