You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yuan Tian (Jira)" <ji...@apache.org> on 2023/03/06 05:34:00 UTC

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

     [ https://issues.apache.org/jira/browse/IOTDB-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuan Tian reassigned IOTDB-5571:
--------------------------------

    Assignee: liaolanyu  (was: Yuan Tian)

> [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: liaolanyu
>            Priority: Major
>         Attachments: TriggerTest.java, conf-ext-logs.tar.gz, testcase-run.tar.gz
>
>
> [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)