relational query failed test when createHorizontalRingRelations added and freeze when createLoopRelations (due to infinite recursion with no level limit)

This commit is contained in:
Sergey Matvienko 2021-09-03 15:33:40 +03:00
parent 9ceb6f0d4d
commit 99476c78c9

View File

@ -567,7 +567,7 @@ public abstract class BaseEntityServiceTest extends AbstractServiceTest {
} }
createManyCustomRelationsBetweenTwoNodes(tenantId, "UseCase", assets, devices); createManyCustomRelationsBetweenTwoNodes(tenantId, "UseCase", assets, devices);
//createHorizontalRingRelations(tenantId, "Ring(Loop)-Ast", assets); createHorizontalRingRelations(tenantId, "Ring(Loop)-Ast", assets);
//createLoopRelations(tenantId, "Loop-Tnt-Ast-Dev", tenantId, assets.get(0).getId(), devices.get(0).getId()); //createLoopRelations(tenantId, "Loop-Tnt-Ast-Dev", tenantId, assets.get(0).getId(), devices.get(0).getId());
//createLoopRelations(tenantId, "Loop-Tnt-Ast", tenantId, assets.get(1).getId()); //createLoopRelations(tenantId, "Loop-Tnt-Ast", tenantId, assets.get(1).getId());
//createLoopRelations(tenantId, "Loop-Ast-Tnt-Ast", assets.get(2).getId(), tenantId, assets.get(3).getId()); //createLoopRelations(tenantId, "Loop-Ast-Tnt-Ast", assets.get(2).getId(), tenantId, assets.get(3).getId());