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
39d60ec69f
bug6135: made waiting for MDI progress more resilient to timing issues
2025-07-03 19:27:50 +02:00
Axel Uhl
617400dc50
bug6135: fixed compile issues after latest refactoring
2025-07-03 15:27:15 +02:00
Axel Uhl
538f605af3
bug6135: fixed SecurityService tracker mock pass-through for MediaReplicationTest
2025-07-03 15:18:52 +02:00
Axel Uhl
c9ea295f92
bug6135: more time for loading races before comparing MDI results in test
2025-07-02 22:06:09 +02:00
Axel Uhl
0483ae6f3a
bug6135: use explicit lambda to match BooleanSupplier interface
2025-06-13 15:53:11 +02:00
Axel Uhl
4969237653
bug6135: single constructor only for JUnit5 tests
2025-06-13 15:17:35 +02:00
Axel Uhl
5b2536e9c0
bug6127: more JUnit5 migrations; still to do: selenium and domain.test
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
2416b49f89
bug6099: interims commit with a first implementation of a user account locking/banning mechanism;
...
yet missing is writing to persistence and replication
2025-03-17 16:30:57 +01:00
Axel Uhl
dcff57b216
bug6095: don't choke on missing AI Core credentials and instead show empty caption panel
2025-03-05 00:04:59 +01:00
Axel Uhl
ad4cd299fc
Revert "bug6095: moved Activator to impl package, export aiagent package"
...
This reverts commit ebaf236e81 .
2025-02-25 15:07:49 +01:00
Axel Uhl
ebaf236e81
bug6095: moved Activator to impl package, export aiagent package
2025-02-25 15:07:27 +01:00
Axel Uhl
eb560f9131
avoid premature startToReplicateFrom in all abstract log replication tests
2024-06-11 17:09:42 +02:00
Axel Uhl
0b04f1cabb
secured replication tests by MAJORITY read/write concern to avoid race conditions
2024-06-11 14:29:45 +02:00
Axel Uhl
966df318a3
bug5983: first refactoring introducing two new fields in the TT connectivity params;
...
they capture the liveURI/storedURI as taken from the connection
configuration, and not the expanded, calculated versions after looking
at the params file
2024-03-26 14:27:11 +01:00
Axel Uhl
b26c15c765
bug5970: first compiling version with true heading in GPSFixMoving
2024-02-20 16:58:25 +01:00
Axel Uhl
27cc504f54
dd for swapfile creation in smaller block sizes to run also on small instances
2024-01-05 17:37:01 +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
edef707c3a
bug5866/bug5867: fixing course area construction, also in tests, and in SailingServiceWrite interface/impl
2023-08-02 21:32:42 +02:00
Axel Uhl
9dd347b7c2
bug5866/bug5867: pass through centerPosition/radius for CourseArea creation
2023-08-02 16:07:06 +02:00
Axel Uhl
8d3c5c81d1
bug5867/bug5866: made center/radius final fields in CourseArea
2023-08-02 15:57:58 +02:00
Axel Uhl
e0f00b0689
Merge branch 'master' into bug5147
2023-01-10 16:43:37 +01:00
Axel Uhl
5c4e2a6f2e
fixed memory leak: replicated operations must be removed from the "sent" set
2023-01-10 14:04:54 +01:00
Axel Uhl
cbe9204f19
mockito-4.8.1: refactored all tests so they compile with mockito-core 4.8.1
2022-12-20 18:25:58 +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
eda983f6bb
bug5715: started working on a (failing) test suite for the "three medal wins" scoring scheme
2022-11-30 14:28:10 +01:00
Axel Uhl
a679cf5236
adjusted code to upgraded JUnit, avoiding deprecation warnings
2022-11-29 13:47:14 +01:00
Finn Huelsbusch
1f1b3b8fef
merge master into bug 5147
2022-10-03 09:53:35 +02:00
Axel Uhl
4a7effef93
bug5715: added oneAlwaysStaysOne to Series and RaceColumn throughout
2022-09-28 11:27:48 +02:00
Finn Huelsbusch
4f3420564b
whitespace happiness
2022-08-12 09:56:01 +02:00
Axel Uhl
23928e73d6
bug5147: smaller changes during review
2022-08-10 14:04:58 +02:00
Finn Huelsbusch
3cfc0f2d1b
minor clean up
2022-08-09 10:24:54 +02:00
Finn Huelsbusch
792d11c382
added new Checkbox to enable cross Fleet scoring
2022-08-08 17:44:42 +02:00
Finn Huelsbusch
d888c1fad9
added configuration for eclipse 2022-06 and updated the onboarding
2022-07-07 16:51:33 +02:00
Axel Uhl
ec8c3d324c
formatting only
2022-06-27 17:57:17 +02:00
Axel Uhl
e5ec9f2ef6
bug5741: parallelize serialization of replication operations for asynchronous execution
2022-06-27 17:54:38 +02:00
Axel Uhl
35e3c42019
in SimpleRabbitMQTest use ConcurrentHashMap to avoid multiple consumer threads writing without synchronization to regular HashMap
2022-05-20 22:47:06 +02:00
Axel Uhl
6841a019a8
bug5687: major refactoring for the pattern of tracking class loader suppliers
2022-03-11 18:20:01 +01:00
Axel Uhl
2370fe6820
bug5687: extracted service tracker and class loader handling mechanics;
...
from RacingEventServiceImpl this stuff has moved to
com.sap.sse.replication.interfaces. It should now become usable by the
SecurityService as well.
2022-03-10 22:47:03 +01:00
Axel Uhl
daa8e3ad6e
Merge branch 'master' into bug5655; starting an implementation of a /createapplicationreplicaset REST method
2021-12-16 10:50:27 +01:00
Axel Uhl
52a6bfb2e6
bug5631: added missing test fragment dependencies to gateway.interfaces for new SailingServerFactory dependency
2021-11-30 18:03:49 +01:00
Axel Uhl
9a65d31654
added workspace preferences for replication.test project
2021-11-11 17:10:49 +01:00
Axel Uhl
5f0f10815c
bug5628: successfully imported competitors from RMSR2021 entry list as CSV
2021-10-22 16:55:03 +02:00
Axel Uhl
0f84e4df1d
mong42driver: fixed construction of media replication test MongoDB URIs / connection strings
2021-08-28 23:32:43 +02:00
Axel Uhl
829568a871
mongo42driver: made compilable; let's see what Hudson says this time
2021-08-27 00:16:50 +02:00
Axel Uhl
370d23b983
mongo42driver: uncompilable interims commit with *-legacy bundle removed from our bundle dependencies;
...
this produces lots of compilation errors, mostly because of MongoClientURI replaced by ConnectionString
2021-08-26 23:29:35 +02:00
Axel Uhl
0bd21957a8
MongoDB Driver update: added org.mongodb.bson to all bundles that require it; now it's down to actual deprecations and functions removed/replaced
2021-08-25 21:53:23 +02:00
Axel Uhl
144dac7123
bug5611: using more elaborate auto-recovery and topology recovery options and heartbeats for RabbitMQ connections; factored the factory
2021-08-01 12:17:01 +09:00