1_delete_all_test_data.mql 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802
  1. delete from /test/memdbexpired with version
  2. /**
  3. output()
  4. onerror(continue,`not exist`,`not find`,`not found`)
  5. **/
  6. ;
  7. delete from /test/basic/mxfield with version
  8. /**
  9. output()
  10. onerror(continue,`not exist`,`not find`,`not found`)
  11. **/
  12. ;
  13. delete from /test/basic with version
  14. /**
  15. output()
  16. onerror(continue,`not exist`,`not find`,`not found`)
  17. **/
  18. ;
  19. delete from /test/basic2 with version
  20. /**
  21. output()
  22. onerror(continue,`not exist`,`not find`,`not found`)
  23. **/
  24. ;
  25. delete from /test/basic3 with version
  26. /**
  27. output()
  28. onerror(continue,`not exist`,`not find`,`not found`)
  29. **/
  30. ;
  31. delete from /test/collect with version
  32. /**
  33. output()
  34. onerror(continue,`not exist`,`not find`,`not found`)
  35. **/
  36. ;
  37. delete bklog from /test/bucketlog
  38. /**
  39. output()
  40. onerror(continue,`not exist`,`not find`,`not found`)
  41. **/
  42. ;
  43. delete from /test/bucketlog with version
  44. /**
  45. output()
  46. onerror(continue,`not exist`,`not find`,`not found`)
  47. **/
  48. ;
  49. delete bklog2 from /test/bucketlog2
  50. /**
  51. output()
  52. onerror(continue,`not exist`,`not find`,`not found`)
  53. **/
  54. ;
  55. delete from /test/bucketlog2 with version
  56. /**
  57. output()
  58. onerror(continue,`not exist`,`not find`,`not found`)
  59. **/
  60. ;
  61. delete bk2 from /test/buckettsdb
  62. /**
  63. output()
  64. onerror(continue,`not exist`,`not find`,`not found`)
  65. **/
  66. ;
  67. delete from /test/buckettsdb with version
  68. /**
  69. output()
  70. onerror(continue,`not exist`,`not find`,`not found`)
  71. **/
  72. ;
  73. delete from /test/bucketpromdb2/subpromdbs with version
  74. /**
  75. output()
  76. onerror(continue,`not exist`,`not find`,`not found`)
  77. **/
  78. ;
  79. delete from /test/bucketpromdb2/subpromdbss with version
  80. /**
  81. output()
  82. onerror(continue,`not exist`,`not find`,`not found`)
  83. **/
  84. ;
  85. delete from /test/bucketpromdb2/subpromdbsss with version
  86. /**
  87. output()
  88. onerror(continue,`not exist`,`not find`,`not found`)
  89. **/
  90. ;
  91. delete from /test/bucketpromdb/subpromdb with version
  92. /**
  93. output()
  94. onerror(continue,`not exist`,`not find`,`not found`)
  95. **/
  96. ;
  97. delete from /test/bucketpromdb/subpromdb2 with version
  98. /**
  99. output()
  100. onerror(continue,`not exist`,`not find`,`not found`)
  101. **/
  102. ;
  103. delete prom2 from /test/bucketpromdb2
  104. /**
  105. output()
  106. onerror(continue,`not exist`,`not find`,`not found`)
  107. **/
  108. ;
  109. delete from /test/bucketpromdb2 with version
  110. /**
  111. output()
  112. onerror(continue,`not exist`,`not find`,`not found`)
  113. **/
  114. ;
  115. delete prom_str2 from /test/promdb_string2
  116. /**
  117. output()
  118. onerror(continue,`not exist`,`not find`,`not found`)
  119. **/
  120. ;
  121. delete from /test/promdb_string2 with version
  122. /**
  123. output()
  124. onerror(continue,`not exist`,`not find`,`not found`)
  125. **/
  126. ;
  127. delete prom_str from /test/promdb_string
  128. /**
  129. output()
  130. onerror(continue,`not exist`,`not find`,`not found`)
  131. **/
  132. ;
  133. delete from /test/promdb_string with version
  134. /**
  135. output()
  136. onerror(continue,`not exist`,`not find`,`not found`)
  137. **/
  138. ;
  139. delete prom_split from /test/bucketsplit
  140. /**
  141. output()
  142. onerror(continue,`not exist`,`not find`,`not found`)
  143. **/
  144. ;
  145. delete from /test/bucketsplit with version
  146. /**
  147. output()
  148. onerror(continue,`not exist`,`not find`,`not found`)
  149. **/
  150. ;
  151. delete prom_sync from /test/bucketpromdbsync
  152. /**
  153. output()
  154. onerror(continue,`not exist`,`not find`,`not found`)
  155. **/
  156. ;
  157. delete from /test/bucketpromdbsync with version
  158. /**
  159. output()
  160. onerror(continue,`not exist`,`not find`,`not found`)
  161. **/
  162. ;
  163. delete promdelay from /test/bucketpromdbdelay
  164. /**
  165. output()
  166. onerror(continue,`not exist`,`not find`,`not found`)
  167. **/
  168. ;
  169. delete from /test/bucketpromdbdelay with version
  170. /**
  171. output()
  172. onerror(continue,`not exist`,`not find`,`not found`)
  173. **/
  174. ;
  175. delete prommp from /test/bucketpromdbmp
  176. /**
  177. output()
  178. onerror(continue,`not exist`,`not find`,`not found`)
  179. **/
  180. ;
  181. delete from /test/bucketpromdbmp with version
  182. /**
  183. output()
  184. onerror(continue,`not exist`,`not find`,`not found`)
  185. **/
  186. ;
  187. delete pprom from /test/bucketpromdb
  188. /**
  189. output()
  190. onerror(continue,`not exist`,`not find`,`not found`)
  191. **/
  192. ;
  193. delete prom from /test/bucketpromdb
  194. /**
  195. output()
  196. onerror(continue,`not exist`,`not find`,`not found`)
  197. **/
  198. ;
  199. delete from /test/bucketpromdb with version
  200. /**
  201. output()
  202. onerror(continue,`not exist`,`not find`,`not found`)
  203. **/
  204. ;
  205. delete prom3 from /test/bucketpromdb3
  206. /**
  207. output()
  208. onerror(continue,`not exist`,`not find`,`not found`)
  209. **/
  210. ;
  211. delete from /test/bucketpromdb3 with version
  212. /**
  213. output()
  214. onerror(continue,`not exist`,`not find`,`not found`)
  215. **/
  216. ;
  217. delete prom4 from /test/bucketpromdb4
  218. /**
  219. output()
  220. onerror(continue,`not exist`,`not find`,`not found`)
  221. **/
  222. ;
  223. delete from /test/bucketpromdb4 with version
  224. /**
  225. output()
  226. onerror(continue,`not exist`,`not find`,`not found`)
  227. **/
  228. ;
  229. delete prom_nocache from /test/bucketpromdbnocache
  230. /**
  231. output()
  232. onerror(continue,`not exist`,`not find`,`not found`)
  233. **/
  234. ;
  235. delete from /test/bucketpromdbnocache with version
  236. /**
  237. output()
  238. onerror(continue,`not exist`,`not find`,`not found`)
  239. **/
  240. ;
  241. delete bklog from /test/bucketstrulog
  242. /**
  243. output()
  244. onerror(continue,`not exist`,`not find`,`not found`)
  245. **/
  246. ;
  247. delete from /test/bucketstrulog with version
  248. /**
  249. output()
  250. onerror(continue,`not exist`,`not find`,`not found`)
  251. **/
  252. ;
  253. delete from /test/iinterface with version
  254. /**
  255. output()
  256. onerror(continue,`not exist`,`not find`,`not found`)
  257. **/
  258. ;
  259. delete from /test/nnode with version
  260. /**
  261. output()
  262. onerror(continue,`not exist`,`not find`,`not found`)
  263. **/
  264. ;
  265. delete from /test/datetime with version
  266. /**
  267. output()
  268. onerror(continue,`not exist`,`not find`,`not found`)
  269. **/
  270. ;
  271. delete from /test/enum with version
  272. /**
  273. output()
  274. onerror(continue,`not exist`,`not find`,`not found`)
  275. **/
  276. ;
  277. delete from /test/idpartition with version
  278. /**
  279. output()
  280. onerror(continue,`not exist`,`not find`,`not found`)
  281. **/
  282. ;
  283. delete from /test/mpartition with version
  284. /**
  285. output()
  286. onerror(continue,`not exist`,`not find`,`not found`)
  287. **/
  288. ;
  289. delete from /test/prepare with version
  290. /**
  291. output()
  292. onerror(continue,`not exist`,`not find`,`not found`)
  293. **/
  294. ;
  295. delete from /test/search with version
  296. /**
  297. output()
  298. onerror(continue,`not exist`,`not find`,`not found`)
  299. **/
  300. ;
  301. delete from /test/sequence with version
  302. /**
  303. output()
  304. onerror(continue,`not exist`,`not find`,`not found`)
  305. **/
  306. ;
  307. delete from /test/scollect with version
  308. /**
  309. output()
  310. onerror(continue,`not exist`,`not find`,`not found`)
  311. **/
  312. ;
  313. delete from /test/batch with version
  314. /**
  315. output()
  316. onerror(continue,`not exist`,`not find`,`not found`)
  317. **/
  318. ;
  319. delete from /test/concat with version
  320. /**
  321. output()
  322. onerror(continue,`not exist`,`not find`,`not found`)
  323. **/
  324. ;
  325. delete from /test/concat2 with version
  326. /**
  327. output()
  328. onerror(continue,`not exist`,`not find`,`not found`)
  329. **/
  330. ;
  331. delete from /test/concat3 with version
  332. /**
  333. output()
  334. onerror(continue,`not exist`,`not find`,`not found`)
  335. **/
  336. ;
  337. delete from /test/oo/car/camry with version
  338. /**
  339. output()
  340. onerror(continue,`not exist`,`not find`,`not found`)
  341. **/
  342. ;
  343. delete from /test/oo/car with version
  344. /**
  345. output()
  346. onerror(continue,`not exist`,`not find`,`not found`)
  347. **/
  348. ;
  349. delete from /test/oo/chair with version
  350. /**
  351. output()
  352. onerror(continue,`not exist`,`not find`,`not found`)
  353. **/
  354. ;
  355. delete from /test/oo/light with version
  356. /**
  357. output()
  358. onerror(continue,`not exist`,`not find`,`not found`)
  359. **/
  360. ;
  361. delete from /test/oo/wheel with version
  362. /**
  363. output()
  364. onerror(continue,`not exist`,`not find`,`not found`)
  365. **/
  366. ;
  367. delete from /test/oo/dimension with version
  368. /**
  369. output()
  370. onerror(continue,`not exist`,`not find`,`not found`)
  371. **/
  372. ;
  373. delete from /test/delete with version
  374. /**
  375. output()
  376. onerror(continue,`not exist`,`not find`,`not found`)
  377. **/
  378. ;
  379. delete from /test/uuid with version
  380. /**
  381. output()
  382. onerror(continue,`not exist`,`not find`,`not found`)
  383. **/
  384. ;
  385. delete from /test/node2 with version
  386. /**
  387. output()
  388. onerror(continue,`not exist`,`not find`,`not found`)
  389. **/
  390. ;
  391. delete from /test/node with version
  392. /**
  393. output()
  394. onerror(continue,`not exist`,`not find`,`not found`)
  395. **/
  396. ;
  397. delete from /test/node_memdb with version
  398. /**
  399. output()
  400. onerror(continue,`not exist`,`not find`,`not found`)
  401. **/
  402. ;
  403. delete from /test/node_local with version
  404. /**
  405. output()
  406. onerror(continue,`not exist`,`not find`,`not found`)
  407. **/
  408. ;
  409. delete from /test/movefield with version
  410. /**
  411. output()
  412. onerror(continue,`not exist`,`not find`,`not found`)
  413. **/
  414. ;
  415. delete from /test/alter03 with version
  416. /**
  417. output()
  418. onerror(continue,`not exist`,`not find`,`not found`)
  419. **/
  420. ;
  421. delete from /test/alter01 with version
  422. /**
  423. output()
  424. onerror(continue,`not exist`,`not find`,`not found`)
  425. **/
  426. ;
  427. delete from /test/bucketpromdbsync with version
  428. /**
  429. output()
  430. onerror(continue,`not exist`,`not find`,`not found`)
  431. **/
  432. ;
  433. delete from /test/oo with version
  434. /**
  435. output()
  436. onerror(continue,`not exist`,`not find`,`not found`)
  437. **/
  438. ;
  439. delete from /test/alter with version
  440. /**
  441. output()
  442. onerror(continue,`not exist`,`not find`,`not found`)
  443. **/
  444. ;
  445. delete from /test/buckettsdb64 with version
  446. /**
  447. output()
  448. onerror(continue,`not exist`,`not find`,`not found`)
  449. **/
  450. ;
  451. delete from /test/cypher with version
  452. /**
  453. output()
  454. onerror(continue,`not exist`,`not find`,`not found`)
  455. **/
  456. ;
  457. delete from /test/cypher1 with version
  458. /**
  459. output()
  460. onerror(continue,`not exist`,`not find`,`not found`)
  461. **/
  462. ;
  463. delete from /test/cypher2 with version
  464. /**
  465. output()
  466. onerror(continue,`not exist`,`not find`,`not found`)
  467. **/
  468. ;
  469. delete from /test/cypher3 with version
  470. /**
  471. output()
  472. onerror(continue,`not exist`,`not find`,`not found`)
  473. **/
  474. ;
  475. delete from /test/cypher4 with version
  476. /**
  477. output()
  478. onerror(continue,`not exist`,`not find`,`not found`)
  479. **/
  480. ;
  481. delete from /test/cypher5 with version
  482. /**
  483. output()
  484. onerror(continue,`not exist`,`not find`,`not found`)
  485. **/
  486. ;
  487. delete from /test/cypher6 with version
  488. /**
  489. output()
  490. onerror(continue,`not exist`,`not find`,`not found`)
  491. **/
  492. ;
  493. delete from /test/cypher7 with version
  494. /**
  495. output()
  496. onerror(continue,`not exist`,`not find`,`not found`)
  497. **/
  498. ;
  499. delete from /test/cypher8 with version
  500. /**
  501. output()
  502. onerror(continue,`not exist`,`not find`,`not found`)
  503. **/
  504. ;
  505. delete from /test/cypher9 with version
  506. /**
  507. output()
  508. onerror(continue,`not exist`,`not find`,`not found`)
  509. **/
  510. ;
  511. delete from /test/interface with version
  512. /**
  513. output()
  514. onerror(continue,`not exist`,`not find`,`not found`)
  515. **/
  516. ;
  517. delete from /test/malert_status_memdb with version
  518. /**
  519. output()
  520. onerror(continue,`not exist`,`not find`,`not found`)
  521. **/
  522. ;
  523. delete from /test/malert_status_cache with version
  524. /**
  525. output()
  526. onerror(continue,`not exist`,`not find`,`not found`)
  527. **/
  528. ;
  529. delete from /test/malert_status_local with version
  530. /**
  531. output()
  532. onerror(continue,`not exist`,`not find`,`not found`)
  533. **/
  534. ;
  535. delete from /test/malert_status_seq with version
  536. /**
  537. output()
  538. onerror(continue,`not exist`,`not find`,`not found`)
  539. **/
  540. ;
  541. delete from /test/malert_status with version
  542. /**
  543. output()
  544. onerror(continue,`not exist`,`not find`,`not found`)
  545. **/
  546. ;
  547. delete from /test/alert_status with version
  548. /**
  549. output()
  550. onerror(continue,`not exist`,`not find`,`not found`)
  551. **/
  552. ;
  553. delete from /test/alert_status_memdb with version
  554. /**
  555. output()
  556. onerror(continue,`not exist`,`not find`,`not found`)
  557. **/
  558. ;
  559. delete from /test/alert_status_cache with version
  560. /**
  561. output()
  562. onerror(continue,`not exist`,`not find`,`not found`)
  563. **/
  564. ;
  565. delete from /test/alert_status_local with version
  566. /**
  567. output()
  568. onerror(continue,`not exist`,`not find`,`not found`)
  569. **/
  570. ;
  571. delete from /test/huge with version
  572. /**
  573. output()
  574. onerror(continue,`not exist`,`not find`,`not found`)
  575. **/
  576. ;
  577. delete from /test/tuihualei with version
  578. /**
  579. output()
  580. onerror(continue,`not exist`,`not find`,`not found`)
  581. **/
  582. ;
  583. delete from /test/notify with version
  584. /**
  585. output()
  586. onerror(continue,`not exist`,`not find`,`not found`)
  587. **/
  588. ;
  589. delete from /test/测试/子类 with version
  590. /**
  591. output()
  592. onerror(continue,`not exist`,`not find`,`not found`)
  593. **/
  594. ;
  595. delete from /test/测试 with version
  596. /**
  597. output()
  598. onerror(continue,`not exist`,`not find`,`not found`)
  599. **/
  600. ;
  601. delete from /test/测试二 with version
  602. /**
  603. output()
  604. onerror(continue,`not exist`,`not find`,`not found`)
  605. **/
  606. ;
  607. delete from /test/测试缓存库 with version
  608. /**
  609. output()
  610. onerror(continue,`not exist`,`not find`,`not found`)
  611. **/
  612. ;
  613. delete from /test/foo with version
  614. /**
  615. output()
  616. onerror(continue,`not exist`,`not find`,`not found`)
  617. **/
  618. ;
  619. delete 性能备份AaB from /test/性能AaB with version
  620. /**
  621. onerror(continue,`not exist`,`not find`,`not found`)
  622. **/
  623. ;
  624. delete 性能AaB from /test/性能AaB with version
  625. /**
  626. onerror(continue,`not exist`,`not find`,`not found`)
  627. **/
  628. ;
  629. delete from /test/性能AaB with version
  630. /**
  631. onerror(continue,`not exist`,`not find`,`not found`)
  632. sleep(3s)
  633. **/
  634. ;
  635. delete 性能备份AaB from /test/性能AaB_Cache with version
  636. /**
  637. onerror(continue,`not exist`,`not find`,`not found`)
  638. **/
  639. ;
  640. delete 性能AaB from /test/性能AaB_Cache with version
  641. /**
  642. onerror(continue,`not exist`,`not find`,`not found`)
  643. **/
  644. ;
  645. delete from /test/性能AaB_Cache with version
  646. /**
  647. onerror(continue,`not exist`,`not find`,`not found`)
  648. **/
  649. ;
  650. delete 性能备份AaB from /test/性能AaB_Local with version
  651. /**
  652. onerror(continue,`not exist`,`not find`,`not found`)
  653. **/
  654. ;
  655. delete 性能AaB from /test/性能AaB_Local with version
  656. /**
  657. onerror(continue,`not exist`,`not find`,`not found`)
  658. **/
  659. ;
  660. delete from /test/性能AaB_Local with version
  661. /**
  662. onerror(continue,`not exist`,`not find`,`not found`)
  663. **/
  664. ;
  665. delete 性能备份AaB from /test/性能AaB_MemDB with version
  666. /**
  667. onerror(continue,`not exist`,`not find`,`not found`)
  668. **/
  669. ;
  670. delete 性能AaB from /test/性能AaB_MemDB with version
  671. /**
  672. onerror(continue,`not exist`,`not find`,`not found`)
  673. **/
  674. ;
  675. delete from /test/性能AaB_MemDB with version
  676. /**
  677. onerror(continue,`not exist`,`not find`,`not found`)
  678. sleep(3s)
  679. **/
  680. ;
  681. delete from /test/ with version
  682. /**
  683. output()
  684. onerror(continue,`not exist`,`not find`,`not found`)
  685. **/
  686. ;