Skip to content

Commit

Permalink
model-intest: more test "certified" for new repo now
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Aug 16, 2021
1 parent 6cdbe05 commit 4f61ede
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions model/model-intest/testng-integration-sqale.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ mvn integration-test -P sqale -pl model/model-intest/
<class name="com.evolveum.midpoint.model.intest.security.TestSecurityPrincipal"/>
<!-- TODO missing audit implementation
<class name="com.evolveum.midpoint.model.intest.security.TestSecurityBasic"/>
-->
<class name="com.evolveum.midpoint.model.intest.security.TestSecurityMedium"/>
<!-- TODO also audit problem
<class name="com.evolveum.midpoint.model.intest.security.TestSecurityAdvanced"/>
<class name="com.evolveum.midpoint.model.intest.security.TestSecurityMultitenant"/>
-->
<class name="com.evolveum.midpoint.model.intest.security.TestSecurityMultitenant"/>
</classes>
</test>
<test name="Model Integration" preserve-order="true" parallel="false" verbose="10">
Expand Down Expand Up @@ -134,9 +136,11 @@ mvn integration-test -P sqale -pl model/model-intest/
<class name="com.evolveum.midpoint.model.intest.tasks.TestLiveSyncTaskMultithreaded"/>
<class name="com.evolveum.midpoint.model.intest.tasks.TestLiveSyncTaskLegacy"/>
<class name="com.evolveum.midpoint.model.intest.tasks.TestLiveSyncTaskLegacyMultithreaded"/>
<!--
<!-- TODO Various assertion errors, transition count, success count, ...
<class name="com.evolveum.midpoint.model.intest.tasks.TestTaskReporting"/>
TODO: AssertionError: No subtask for activity path 'resourceObjects' found
<class name="com.evolveum.midpoint.model.intest.tasks.TestProgressReporting"/>
-->
</classes>
</test>
<test name="Async updates" preserve-order="true" parallel="false" verbose="10">
Expand All @@ -155,13 +159,16 @@ mvn integration-test -P sqale -pl model/model-intest/
</test>
<test name="Scripting" preserve-order="true" parallel="false" verbose="10" enabled="true">
<classes>
<class name="com.evolveum.midpoint.model.intest.scripting.TestScriptingBasicNew"/>
<!-- TODO test910: RuntimeException: Timeout while Waiting for task tree task:931e34be-5cf0-46c6-8cc1-90812a66d5cb(Delete shadows segmented, raw) next finished run
<class name="com.evolveum.midpoint.model.intest.scripting.TestScriptingBasicNew"/>-->
<class name="com.evolveum.midpoint.model.intest.scripting.TestScriptingBasicLegacy"/>
</classes>
</test>
<test name="Password" preserve-order="true" parallel="false" verbose="10" enabled="true">
<classes>
<!-- TODO: test510 breaks with NPE
<class name="com.evolveum.midpoint.model.intest.password.TestPasswordDefault"/>
-->
<class name="com.evolveum.midpoint.model.intest.password.TestPasswordDefaultHashing"/>
</classes>
</test>
Expand All @@ -170,19 +177,23 @@ mvn integration-test -P sqale -pl model/model-intest/
<class name="com.evolveum.midpoint.model.intest.TestValueMetadata"/>
</classes>
</test>
&lt;!&ndash;
Some tests moved to the end of suite, because they change logging configuration.
TODO: Logging configuration should be refreshed from file during spring context reloading.
&ndash;&gt;
<!--
Some tests moved to the end of suite, because they change logging configuration.
TODO: Logging configuration should be refreshed from file during spring context reloading.
-->
<test name="Model Integration 2" preserve-order="true" parallel="false" verbose="10">
<classes>
<class name="com.evolveum.midpoint.model.intest.TestLoggingConfiguration"/>
<class name="com.evolveum.midpoint.model.intest.negative.TestBrokenResources"/>
<class name="com.evolveum.midpoint.model.intest.negative.TestAssignmentErrors"/>
</classes>
</test>
<!--
<test name="Manual" preserve-order="true" parallel="false" verbose="10">
<classes>
TODO many tests fail - starting with test100: Unexpected value
PPV([raw], raw element: XNode(primitive:parser ValueParser(DOM-less, will, namespace declarations))) in value set in property username in shadow:d17321e3-8445-4c90-a93c-fded7311ad64(will) (repository); expected (real values) [will]; has (pvalues) [
PPV([raw], raw element: XNode(primitive:parser ValueParser(DOM-less, will, namespace declarations)))]
<class name="com.evolveum.midpoint.model.intest.manual.TestManual"/>
<class name="com.evolveum.midpoint.model.intest.manual.TestManualCapabilities"/>
<class name="com.evolveum.midpoint.model.intest.manual.TestSemiManual"/>
Expand All @@ -198,7 +209,7 @@ mvn integration-test -P sqale -pl model/model-intest/
<classes>
<class name="com.evolveum.midpoint.model.intest.sync.TestSyncStoryUsingReconciliationPartitioned"/>
<class name="com.evolveum.midpoint.model.intest.sync.TestSyncStoryUsingReconciliationMultiNode"/>
-->
</classes>
</test>
-->
</suite>

0 comments on commit 4f61ede

Please sign in to comment.