Commit Graph
269 Commits
Author SHA1 Message Date
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
Axel Uhl ec56c95dba compilable but untested version that captures the dimension reduction
Change-Id: Id48f8b09018aec881ee19ed3d05a52ffc1f8f846
2017-10-07 00:10:17 +02:00
Axel Uhl e3ac0e47b9 forced AverageWithStats into RPC serialization white list by adding a concrete type argument in serialization dummy
Change-Id: Ife4f949cf4078fbb4dfa22237731d4099458e80d
2017-10-04 11:30:44 +02:00
Axel Uhl fe1c07685c add min/max to number average
Change-Id: I8a47f29c27a734a497a2e5d60d663b4ed8367c60
2017-10-04 09:36:41 +02:00
Axel Uhl 2a353732f8 started to adjust tests to AverageWithStats idea;
as min/max/median etc. are not computed properly yet and as not
all expected aspects (standard deviation) are prepared properly,
the tests regarding AverageWithStats still fail

Change-Id: I3cb18439e820269e9f5a8924ba0cf933d7d2b60e
2017-10-03 11:51:11 +02:00
Axel Uhl 8d6213e5e0 interims commit to back-up work on averages with stats; NOT COMPILEABLE
Change-Id: Ib34bf6d32b2b9994c2c2d7ac7f3fea318fd00825
2017-10-02 18:39:51 +02:00
Axel Uhl 45e8f3154a made data mining test more robust by increasing wait time
Change-Id: Ib8844978bf9f3fd665857c05f994c262c845d89c
2017-06-23 12:46:18 +02:00
Axel Uhl 83d0bb2520 implementation that fixes all formerly failing tests regarding quoting and parameter substitution
Change-Id: I44b9094afe393e7368a1ab21d247d901b5014d5c
2017-03-27 18:41:13 +02:00
Axel Uhl 314fe263ed more failing tests for quote / parameter escaping
Change-Id: Ifd12a7a9b538970ff447cae574c2dd82f7cd636c
2017-03-27 18:11:32 +02:00
Axel Uhl 171c9910ac added failing tests for escaping in message bundles
Change-Id: I24dbcab99e46480c1cb6342c5eee0027c86500d2
2017-03-27 18:08:49 +02:00
Kai Boernert f2351e481b Allows to specify a non default encoding for RessourceBundles, and sets this for all UTF8 Messagebundles to UTF-8 2017-03-07 14:38:50 +01:00
Lennart Hensler b454e38bc0 Moved the cluster tests to sse.datamining 2017-02-16 16:06:30 +01:00
Axel Uhl 370e0dbd33 aftermath for bug fix for bug 4034: fixed test case
Change-Id: If7622431186aaa7dd88c6c144aed7290fb541bfa
2017-01-23 19:41:01 +01:00
Axel Uhl 0615a2f033 adjusted datamining tests to changes for bug 4034
Change-Id: Ifd5eed43329a68fd4dd0b778c3cfb445c0e8d956
2017-01-23 19:37:11 +01:00
Benjamin Barth 722f06f4a0 Added another test case for ResourceBundleStringMessages 2016-05-13 11:18:31 +02:00
Benjamin Barth 7464f5bbe7 Removed no longer needed *_en.properties 2016-05-13 11:15:28 +02:00
Benjamin Barth 50578c54ad Added test case to check fallback of ResourceBundleStringMessages 2016-05-13 11:12:45 +02:00
Benjamin Barth 8c1cc476db Adjusted locale lookup behavior for ResourceBundleStringMessages 2016-05-13 10:39:46 +02:00
Lennart Hensler 6a8e0914ad Removed the main/sub key from CompoundGroupKey. Just list of keys now 2015-10-31 00:49:39 +01:00