[midPoint-git] [Evolveum/midpoint] b074a2: Fix endless loop in model-intest module

mederly noreply at github.com
Fri Feb 25 10:36:02 CET 2022


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: b074a2f9dad8506481f1b768666147d5fa66ae0f
      https://github.com/Evolveum/midpoint/commit/b074a2f9dad8506481f1b768666147d5fa66ae0f
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestSchemaRegistry.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/validator/ResourceValidatorImpl.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestModelServiceContract.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/AbstractSynchronizationStoryTest.java

  Log Message:
  -----------
  Fix endless loop in model-intest module

After changing resource synchronization from property to container,
TestSyncStoryUsingLiveSync was cycling endlessly. The root cause is
described in MID-7690.

This commit:

1. Adapts model-intest, so it now knows that synchronization
is a container.

2. Provides failing (so disabled) test for MID-7690.


  Commit: 90e6b119167a9ec928cc6a173d486392a8ed83fc
      https://github.com/Evolveum/midpoint/commit/90e6b119167a9ec928cc6a173d486392a8ed83fc
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M infra/schema/src/main/resources/xml/ns/public/common/common-notifications-3.xsd
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/notifiers/AbstractGeneralNotifier.java
    M model/notifications-impl/src/test/java/com/evolveum/midpoint/notifications/impl/NotificationsTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: https://github.com/Evolveum/midpoint/compare/b61f5a17482b...90e6b119167a


More information about the midPoint-svn mailing list