This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch UTToIT in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit f3bdc81860e1507274f8e35c3d7e2557a422b882 Author: JackieTien97 <[email protected]> AuthorDate: Mon Oct 24 16:01:18 2022 +0800 Delete useless import check --- integration-test/import-control.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integration-test/import-control.xml b/integration-test/import-control.xml index 95c2749b8f..c8abec26eb 100644 --- a/integration-test/import-control.xml +++ b/integration-test/import-control.xml @@ -36,8 +36,6 @@ <subpackage name="db.it"> <disallow pkg="org.apache.iotdb.jdbc.*"/> <allow class="org.apache.iotdb.db.tools.watermark.WatermarkDetector" /> - <allow class="io.netty.buffer.ByteBuf" /> - <allow class="io.netty.buffer.Unpooled" /> <allow class="org.fusesource.mqtt.client.QoS" /> <allow class="org.apache.iotdb.commons.path.PartialPath" /> <allow pkg="java.text"/> @@ -51,9 +49,6 @@ <allow pkg="org\.apache\.iotdb\.tsfile\.read.*" regex="true" /> <allow pkg="org\.apache\.iotdb\.tsfile\.utils.*" regex="true" /> <allow pkg="org\.apache\.iotdb\.tsfile\.write.*" regex="true" /> - <allow pkg="org\.apache\.iotdb\.db\.protocol\.mqtt.*" regex="true" /> - <allow pkg="io\.moquette\.interception\.messages.*" regex="true" /> - <allow pkg="io\.netty\.handler\.codec\.mqtt.*" regex="true" /> <allow pkg="org\.apache\.iotdb\.db\.engine\.trigger\.sink\.mqtt.*" regex="true" /> </subpackage> <subpackage name="confignode.it">
