clear.txt 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. delete from /matrix/test/basic with version ;
  2. delete from /matrix/test/collect with version ;
  3. delete bklog from /matrix/test/bucketlog ;
  4. delete from /matrix/test/bucketlog with version ;
  5. delete bk2 from /matrix/test/buckettsdb ;
  6. delete from /matrix/test/buckettsdb with version ;
  7. delete bklog from /matrix/test/bucketstrulog ;
  8. delete from /matrix/test/bucketstrulog with version ;
  9. delete from /matrix/test/iinterface with version ;
  10. delete from /matrix/test/nnode with version ;
  11. delete from /matrix/test/datetime with version ;
  12. delete from /matrix/test/enum with version ;
  13. delete from /matrix/test/idpartition with version ;
  14. delete from /matrix/test/mpartition with version ;
  15. delete from /matrix/test/prepare with version ;
  16. delete from /matrix/test/search with version ;
  17. delete from /matrix/test/sequence with version ;
  18. delete from /matrix/test/scollect with version ;
  19. delete from /matrix/test/batch with version ;
  20. delete from /matrix/test/concat with version ;
  21. delete from /matrix/test/concat2 with version ;
  22. delete from /matrix/test/concat3 with version ;
  23. delete from /matrix/test/oo/car/camry with version ;
  24. delete from /matrix/test/oo/car with version ;
  25. delete from /matrix/test/oo/chair with version ;
  26. delete from /matrix/test/oo/light with version ;
  27. delete from /matrix/test/oo/wheel with version ;
  28. delete from /matrix/test/oo/dimension with version ;
  29. delete from /matrix/test/delete with version ;
  30. delete from /matrix/test/uuid with version ;
  31. delete from /matrix/test/alert_status with version ;
  32. delete from /matrix/test/malert_status with version ;
  33. drop class if exists /matrix/test/basic ;
  34. drop class if exists /matrix/test/collect ;
  35. drop class if exists /matrix/test/bucketlog ;
  36. drop class if exists /matrix/test/buckettsdb ;
  37. drop class if exists /matrix/test/bucketstrulog ;
  38. drop class if exists /matrix/test/iinterface ;
  39. drop class if exists /matrix/test/nnode ;
  40. drop class if exists /matrix/test/concat ;
  41. drop class if exists /matrix/test/datetime ;
  42. drop class if exists /matrix/test/enum ;
  43. drop class if exists /matrix/test/idpartition ;
  44. drop class if exists /matrix/test/mpartition ;
  45. drop class if exists /matrix/test/prepare ;
  46. drop class if exists /matrix/test/search ;
  47. drop class if exists /matrix/test/sequence ;
  48. drop class if exists /matrix/test/scollect ;
  49. drop class if exists /matrix/test/batch ;
  50. drop class if exists /matrix/test/concat2 ;
  51. drop class if exists /matrix/test/concat3 ;
  52. drop class if exists /matrix/test/oo/car/camry ;
  53. drop class if exists /matrix/test/oo/car ;
  54. drop class if exists /matrix/test/oo/chair ;
  55. drop class if exists /matrix/test/oo/light ;
  56. drop class if exists /matrix/test/oo/wheel ;
  57. drop class if exists /matrix/test/oo/dimension ;
  58. drop class if exists /matrix/test/delete ;
  59. drop class if exists /matrix/test/uuid ;
  60. drop class if exists /matrix/test/alert_status ;
  61. drop class if exists /matrix/test/malert_status ;
  62. cd /opt/odbserver/test/unit/mql/basic
  63. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' basic_test.go
  64. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' collect_test.go
  65. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' datetime_test.go
  66. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' enum_test.go
  67. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' delete_test.go
  68. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' oo_test.go
  69. cd /opt/odbserver/test/unit/mql/prepare
  70. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' prepare_test.go
  71. cd /opt/odbserver/test/unit/mql/bucket
  72. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' bucket_logs_test.go
  73. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' bucket_tsdb_test.go
  74. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' bucket_strulogs_test.go
  75. cd /opt/odbserver/test/unit/mql/ckeys
  76. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' ckeyint_test.go
  77. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' concat2_test.go
  78. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' concatkey_test.go
  79. cd /opt/odbserver/test/unit/mql/partition
  80. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' mpartition_test.go
  81. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' partition_test.go
  82. cd /opt/odbserver/test/unit/mql/id
  83. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' seqkey_test.go
  84. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' uuidkey_test.go
  85. cd /opt/odbserver/test/unit/mql/conflict
  86. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' conflict_test.go
  87. cd /opt/odbserver/test/unit/search
  88. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' basic_test.go
  89. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' collect_test.go
  90. cd /opt/odbserver/test/unit/mql/prepare_batch
  91. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' prepare_delete_batch_test.go
  92. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' prepare_insert_batch_test.go
  93. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' prepare_update_batch_test.go
  94. cd /opt/odbserver/test/unit/mql/network
  95. CGO_ENABLED=1 go test --ldflags '-linkmode external -extldflags "-static"' network_test.go
  96. go test --ldflags '-linkmode external -extldflags "-static"' -timeout 3600s -v -run ^TestAll$ git.wecise.com/wecise/odbserver/test/unit