Commit Graph
287 Commits
Author SHA1 Message Date
Axel Uhl 0df1092f51 bug6060: use ResourceBundleStringMessges.create throughout, to avoid dependency on impl class 2025-08-26 15:04:51 +02:00
Axel Uhl ece5802803 bug6060: used sapSailingAnalyticsReadMore as example for i18n or branded text messages 2025-08-19 13:52:33 +02:00
Axel Uhl 6dcd7d4187 bug6127_2024-12: adjusted JUnit dependencies in MANIFEST.MF files to downgraded versions 2025-07-07 11:33:18 +02:00
Axel Uhl 02fc70df36 bug6135: added two more @Test annotations that got lost in switching to @Timeout 2025-07-04 14:06:21 +02:00
Axel Uhl be3c92c1ee Merge branch 'main' into bug6135 2025-06-30 17:20:28 +02:00
Axel Uhl f6d91886ed bug6127: migrated com.sap.sse.datamining.test to JUnit5 2025-06-05 17:21:26 +02:00
Axel Uhl 1540b47b15 bug6127: more JUnit5 refactoring; long way to go... 2025-06-05 17:21:26 +02:00
Axel Uhl 3138f7745f bug6127: refactored more test fragments to JUnit5 2025-06-05 17:21:26 +02:00
Axel Uhl faf71f55a7 bug6127: first step migrating tests from JUnit4 to JUnit5 2025-06-05 17:21:25 +02:00
Axel Uhl aeac9266b2 bug6105: started by adding TakedownNoticeRequestContext and corresponding i18n handling 2025-04-24 18:40:31 +02:00
Axel Uhl 2c725002c4 another issue in TestAbortingHeavyLoadQuery should be fixed now 2024-08-29 17:19:34 +02:00
Axel Uhl 1e4c7794ac sharpened verdict in TestAbortingHeavyLoadQuery 2024-08-29 14:32:54 +02:00
Axel Uhl 4bb04ef8a0 removed redundant (always-true) verdict from TestAbortingHeavyLoadQuery 2024-08-29 14:22:25 +02:00
Axel Uhl 33799c421c another attempt to fix TestAbortingHeavyLoadQuery 2024-08-29 14:19:19 +02:00
Axel Uhl 1fd822fad1 removed unnecessary and unstable test verdict 2024-08-27 19:06:40 +02:00
Axel Uhl 68aa245f37 fixing TestAbortingHeavyLoadQuery for good 2024-08-27 13:16:04 +02:00
Axel Uhl 918c6644e9 increasing the number of heavy load steps to make it very unlikely for such a step to complete before aborting 2024-08-27 11:53:28 +02:00
Axel Uhl 7600e3550a declare fields volatile to avoid sporadic test failures due to concurrency issues 2024-07-05 13:45:59 +02:00
Axel Uhl 4017523473 bug5939: fixed remainin test case 2023-12-15 01:39:19 +01:00
Axel Uhl b23cee3e51 introduce an additional absolute free memory limit for data mining query manager 2023-12-14 11:39:13 +01:00
Lisa 6b52183d69 correcting_stringmessages 2023-11-10 16:02:04 +01:00
Wessels, Udo (PPN) 2b66121265 bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects. 2023-10-09 18:00:50 +02:00
Axel Uhl dcca301839 bug5816: first compilable version with a common object-to-base64 (de-)serializer 2023-02-17 15:04:10 +01:00
Axel Uhl 85bd0900c4 bug5813: remove now obsolete test code after removing concurrent query aborts 2023-02-15 21:46:28 +01:00
Axel Uhl acb5df8431 bug5813: remove all client-side query counting and server-side single-query-per-something strategies 2023-02-15 18:02:22 +01:00
Axel Uhl a6363406be bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps 2022-12-12 06:18:51 -08:00
Axel Uhl a679cf5236 adjusted code to upgraded JUnit, avoiding deprecation warnings 2022-11-29 13:47:14 +01:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Axel Uhl 2c622e5b45 patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint 2021-06-19 12:45:03 +02:00
Axel Uhl 4db4b95b62 bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them! 2021-02-16 14:58:38 +01:00
Thomas Wiese f48e5ca5b9 Bug 5214: revert commit 7de2f14586 2020-07-31 09:21:11 +02:00
Thomas Wiese 16cef3fb5c Bug 5214: removed commented out code lines 2020-07-28 17:17:03 +02:00
Thomas Wiese 7de2f14586 Bug 5214: Remove and replace DataMiningExceutorService with
ThreadPoolUtil background ThreadPoolExecutor
2020-07-28 17:15:25 +02:00
Georg Herdt 181fcde65a split usage of sailing service into read and write, add write instances where needed into object creation
bug5221
2020-04-27 16:44:36 +02:00
Axel Uhl 53a4c77dc6 bug5032: using the JoinedClassloader in the DataMiningService for function de-serialization 2019-12-12 16:04:07 +01:00
Tim Hessenmüller 4e5a9655fe DataMiningQuerySerializer uses a JoinedClassLoader 2019-12-09 17:48:46 +01:00
Axel Uhl 89e8bef9c8 Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.

This reverts commit 063484e29f.
2019-05-28 21:54:20 +02:00
Axel Uhl 063484e29f removed PluginNature from our OSGi bundles; they are not Eclipse plugins 2019-05-27 22:53:30 +02:00
Steffen Jacobs 968212913d Bug 4391: added test for DataMiningQuerySerializer 2018-10-12 17:17:50 +02:00
Lennart Hensler 507d1931ff bug4687: Fixed the additional result data when a IdentityFunction is used as extraction function 2018-08-11 12:45:06 +02:00
Lennart Hensler 1db5aa60f1 bug4687: Implemented IdentityFunction and added access methods to FunctionProvider, DataMiningServer and DataMiningService 2018-08-10 21:46:48 +02:00
Lennart Hensler 6b94358542 Adjusted the tests for instructions that can abort their execution 2018-07-31 13:07:53 +02:00
Lennart Hensler fd1f79e802 Made the termination timeout of TestAbortingHeavyLoadQuery configurable 2018-07-30 18:02:34 +02:00
Lennart Hensler b4b663719c Forgot to deactivate the execution recording of TestAbortingHeavyLoadQuery 2018-07-30 17:35:01 +02:00
Lennart Hensler ab381ac72a Finished the integration test to check the behavior when a query with heavy load instructions is aborted 2018-07-30 17:22:17 +02:00
Lennart Hensler cbc3222ad2 Implemented the first version of an integration test aborting a query with heavy load instructions 2018-07-29 19:52:49 +02:00
Lennart Hensler 3c31932f38 Added test of AbstractParallelProcessor.processElement in different states with a simple execution context 2018-07-29 13:43:05 +02:00
Axel Uhl ea28b98728 added UTF-8 file preferences
Change-Id: Ife4e1106af90bdb2af3abd7df18974c337e30ff7
2018-05-15 18:24:08 +02:00
Axel Uhl ffb5cb39b9 fixed data mining test case after changing string representation of clusters with boundaries 2018-03-24 08:38:55 +01:00
Axel Uhl bd90f921dd added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule 2018-03-24 01:45:37 +01:00