This is an automated email from the ASF dual-hosted git repository. hui pushed a commit to branch lmh/addQueryIT in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 84705cf6fd5add0fec65b3b6105ed50726c83c5b Author: Minghui Liu <[email protected]> AuthorDate: Mon Jun 20 23:01:24 2022 +0800 add import --- integration-test/import-control.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-test/import-control.xml b/integration-test/import-control.xml index 5e5a8b5ecd..9ef46bebfe 100644 --- a/integration-test/import-control.xml +++ b/integration-test/import-control.xml @@ -29,4 +29,5 @@ <allow pkg="org\.apache\.iotdb\.itbase" regex="true"/> <allow pkg="org\.apache\.iotdb\.it.*" regex="true"/> <allow pkg="org\.apache\.iotdb\.db\.constant\.TestConstant.*" regex="true"/> + <allow pkg="org.apache.iotdb.db.it.query.TestUtils.*" regex="true"/> </import-control>
