gong commented on PR #7424:
URL: https://github.com/apache/inlong/pull/7424#issuecomment-1443090772

   @fuweng11 Please fix UT error
   ```
    SortServiceImplTest.prepareAll:250->prepareCluster:342 ยป DuplicateKey 
   ### Error updating database.  Cause: 
org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or 
primary key violation: "PUBLIC.UNIQUE_INLONG_CLUSTER_INDEX_C ON 
PUBLIC.INLONG_CLUSTER(NAME NULLS FIRST, TYPE NULLS FIRST, IS_DELETED NULLS 
FIRST) VALUES ( /* key:51 */ CAST('test-cluster-1' AS VARCHAR_IGNORECASE(14)), 
CAST('HIVE' AS VARCHAR_IGNORECASE(4)), 0)"; SQL statement:
   insert into inlong_cluster (id, name, type,
                                       url, cluster_tags, ext_tag,
                                       token, ext_params, description,
                                       heartbeat, in_charges,
                                       status, creator, modifier)
           values (?, ?, ?,
                   ?, ?, ?,
                   ?, ?, ?,
                   ?, ?,
                   ?, ?, ?) [23505-214]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to