2_drop_all_test_class.mql 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. drop class if exists /test/basic/mxfield ;
  2. drop class if exists /test/basic ;
  3. drop class if exists /test/collect ;
  4. drop class if exists /test/bucketlog ;
  5. drop class if exists /test/buckettsdb ;
  6. drop class if exists /test/bucketpromdb ;
  7. drop class if exists /test/bucketstrulog ;
  8. drop class if exists /test/iinterface ;
  9. drop class if exists /test/nnode ;
  10. drop class if exists /test/concat ;
  11. drop class if exists /test/datetime ;
  12. drop class if exists /test/enum ;
  13. drop class if exists /test/idpartition ;
  14. drop class if exists /test/mpartition ;
  15. drop class if exists /test/prepare ;
  16. drop class if exists /test/search ;
  17. drop class if exists /test/sequence ;
  18. drop class if exists /test/scollect ;
  19. drop class if exists /test/batch ;
  20. drop class if exists /test/concat2 ;
  21. drop class if exists /test/concat3 ;
  22. drop class if exists /test/oo/car/camry ;
  23. drop class if exists /test/oo/car ;
  24. drop class if exists /test/oo/chair ;
  25. drop class if exists /test/oo/light ;
  26. drop class if exists /test/oo/wheel ;
  27. drop class if exists /test/oo/dimension ;
  28. drop class if exists /test/delete ;
  29. drop class if exists /test/uuid ;
  30. drop class if exists /test/alert_status ;
  31. drop class if exists /test/node2 ;
  32. drop class if exists /test/interface2 ;
  33. drop class if exists /test/node ;
  34. drop class if exists /test/movefield ;
  35. drop class if exists /test/bucketpromdbnocache ;
  36. drop class if exists /test/alter03 ;
  37. drop class if exists /test/alter01 ;
  38. drop class if exists /test/bucketpromdbsync ;
  39. drop class if exists /test/oo ;
  40. drop class if exists /test/basic2 ;
  41. drop class if exists /test/bucketsplit ;
  42. drop class if exists /test/promdb_string ;
  43. drop class if exists /test/bucketpromdb4 ;
  44. drop class if exists /test/alter ;
  45. drop class if exists /test/buckettsdb64 ;
  46. drop class if exists /test/cypher ;
  47. drop class if exists /test/bucketpromdb2 ;
  48. drop class if exists /test/cypher2 ;
  49. drop class if exists /test/interface ;
  50. drop class if exists /test/bucketpromdb3 ;
  51. drop class if exists /test/malert_status_seq ;
  52. drop class if exists /test/malert_status ;
  53. drop class if exists /test/alert_status ;
  54. drop class if exists /test/datetime ;
  55. drop class if exists /test ;