Skip to content

NXCALS-742 - SubscriptionAssignmentTest is failing sometimes

Marcin Sobieszek requested to merge feature-NXCALS-742 into develop

@jwozniak please review; I suspect the reason for failing tests lies in the randomness of the number of test objects (subscriptions) used:

{code:java} int subsCount = (ThreadLocalRandom.current().nextInt(100) + 1) * 2; {code}

When subsCount was set to 0 the relevant test always failed.

Merge request reports