Skip to content

Commit 7dee057

Browse files
authored
Fix occasional failure of DistinctTagIT caused by read of old attribute apache#16326
1 parent ded2664 commit 7dee057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBDistinctTagIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public class IoTDBDistinctTagIT {
5959
"insert into t1(time, deviceId, attr1, s1) values(3000, 'd2', 'a2', 12)",
6060
"insert into t1(time, deviceId, attr1, s1) values(2000, 'd1', 'a1', 13)",
6161
"flush",
62+
"clear attribute cache",
6263

6364
// test memory
6465
"CREATE TABLE IF NOT EXISTS t2(deviceId STRING TAG, attr1 STRING ATTRIBUTE, s1 INT64 FIELD)",

0 commit comments

Comments
 (0)