This is an automated email from the ASF dual-hosted git repository.
xiangweiwei pushed a change to branch groupbymonth
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 0361349 Fix cluster test problem
add a647815 Seperate IOTDBGroupByMonthIT from IoTDBGroupByIT
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/integration/IOTDBGroupByIT.java | 153 ------------------
.../iotdb/db/integration/IoTDBGroupByMonthIT.java | 180 +++++++++++++++++++++
.../tsfile/read/filter/GroupByMonthFilterTest.java | 69 +++++++-
3 files changed, 241 insertions(+), 161 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBGroupByMonthIT.java