You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "changxue (Jira)" <ji...@apache.org> on 2023/02/22 08:48:00 UTC

[jira] [Created] (IOTDB-5571) [trigger]trigger does not work properly when run with other testcases

changxue created IOTDB-5571:
-------------------------------

             Summary: [trigger]trigger does not work properly when run with other testcases 
                 Key: IOTDB-5571
                 URL: https://issues.apache.org/jira/browse/IOTDB-5571
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Query
            Reporter: changxue
            Assignee: Yuan Tian


[trigger]trigger does not work properly when run with other testcases

env:
2023-2-21 master source codes
version 1.1.0-SNAPSHOT (Build: d6e015e-dev)

bug description:
data_types.run      line 236
{code:java}
select count(*) from root.target.alerting; {code}
expect: 17
actual: 16
missing this value:
{code:java}
[10000]this statement is too long to p|root.triggertest.nonaligned_dev1.s_5  {code}

reproduction:
1. start IoTDB with the config of attachment conf-ext-logs.tar.gz
2. run testcases of testcase-run.tar.gz (ask me about how to run)
3. check data_types.out 

ps:
1. It's all right when running data_types.run alone, but it fails when running with other test cases of testcase-run.tar.gz.
2. The Trigger Class using in tests are synchronized
3. It is not a trigger problem maybe but a problem related to cleanup.  

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)