Skip to content

CREATE ASSOCIATION cross-module hangs intermittently (flaky) #420

@retran

Description

@retran

Description

CREATE ASSOCIATION with parent and child entities in different modules sometimes hangs indefinitely. The issue is intermittent — isolated reproduction succeeds, but under concurrent/sequential test load it can hang.

Reproduction

CREATE ASSOCIATION Administration.TestCross FROM Administration.Entity1 TO AgentCore.Entity2 TYPE Reference OWNER Default;
  • Isolated: Works correctly (tested 2/2 times)
  • Under load (sequential test session): Hung with timeout (observed during automated test execution of 95 entity tests)

Environment

  • mxcli: v0.7.0-257-ga07e7e0
  • Project: EnquiriesManagement (Mendix 11.8.0)
  • OS: macOS arm64

Classification

Flaky — cannot reliably reproduce in isolation. May be triggered by accumulated state from prior write operations in the same session, or by file locking.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions