Makson Lee

Results 12 issues of Makson Lee

**Describe the bug** Call api/entitiesQuery/find with different parameters order will cause error, **Your Server Environment** * own setup * Local infrastructure * ThingsBoard CE 3.4 * Ubuntu 20.04 **Your Client...

bug

**Component** * Generic **Description** Server crash when doing a performance test [1], see attached file for more details, why this happens? [1] https://github.com/thingsboard/performance-tests **Environment** * OS: Ubuntu 20.04 Server *...

question

``` $ flutter create service $ flutter build apk ``` can be built successfully, but if i add 'flutter_background_service: ^5.0.5' dependency, no code changed, ``` $ flutter build apk Warning:...

**Component** * Generic **Description** Got exception after applied 'IN' operation in key filter of alarm rule condition, why? ![image](https://github.com/thingsboard/thingsboard/assets/7221781/97706c76-dd29-4d4a-a192-9b1a3bf15ec6) ![image](https://github.com/thingsboard/thingsboard/assets/7221781/a3eebc0a-77f0-497f-a61a-c6884e5a9faa) **Environment** * OS: Ubuntu 22.04 * ThingsBoard: 3.6.2 CE

bug

The command to create index is, ``` $zoekt-repo-index -parallelism 16 -index /media/d/zoekt -name gerrit -base_url http://gerrit:8080/plugins/gitiles/ -manifest_repo_url http://gerrit:8080/plugins/gitiles/platform/manifest.git -repo_cache /media/d/mirror -manifest_rev_prefix= --rev_prefix=refs/heads/ master:default.xml ``` The command to start zoekt web...

![2021-06-02_17-55-12](https://user-images.githubusercontent.com/7221781/121973515-05317e80-cdb0-11eb-9b70-d59e8b6312ba.png)

got error while running uicd command line interface in prebuild version, $ cd prebuild/uicdcli $ ./uicdcli.sh -d serial_no -i ./testcase Error: Invalid or corrupt jarfile ./uicd-commandline.jar

there are just two types of import, from uuid and from google3, any way to import an exported json format test case?

also, the backend/recorder/db/initdb.sql didn't create everything needed by prebuild version. java.sql.SQLSyntaxErrorException: Unknown column 'projectent0_.share_with' in 'field list' at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.20.jar!/:8.0.20] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.20.jar!/:8.0.20] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.20.jar!/:8.0.20] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.20.jar!/:8.0.20] at...