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
Axel Uhl
ef4b3d791f
bug5611: increased wait time in test for replication message to arrive and be processed
2021-08-01 09:42:42 +09:00
Axel Uhl
0b863619d4
bug5611: upgraded RabbitMQ Java client to version 3.6.6 and use ConnectionFactory.setAutomaticRecoveryEnabled(true)
2021-08-01 09:20:14 +09:00
Axel Uhl
29e8086f63
bug5600: implemented a failing test case
2021-07-21 03:55:25 +02:00
Axel Uhl
9b76b3e275
bug2918: fixed test set-up for testWindSourcesToExcludeReplication
2021-06-25 10:44:44 +02:00
Axel Uhl
2e4f2dbae4
Merge branch 'master' into bug2918
2021-06-25 10:13:14 +02:00
Axel Uhl
889223d2d5
bug2918: trying to establish a replicable race log for the test race TrackRaceReplicationTest
2021-06-25 01:25:06 +02:00
Axel Uhl
ca857ae133
bug5574: set replica's master data class loader to test class in order to see all required classes;
...
this to solve the ClassCastException that occurred on Hudson regarding the de-serialization of
the OneDesignRankingMetric::new constructor where the SerializedLambda failed to resolve.
2021-06-24 23:36:37 +02:00
Axel Uhl
b0fc904e1e
bug5574: use separate winddbTest-replica MongoDB to avoid conflicts between master and replica during test; mock SecurityService properly
2021-06-24 15:46:38 +02:00
Axel Uhl
0f29dc6d72
bug5574: working towards a proper provisioning of the SecurityService or a mock of it to the test case
2021-06-24 00:54:24 +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
9ac4a3250f
bug5563: replication messages bound for RabbitMQ fanout exchange now go through a Deque with a thread implementing a re-try strategy
2021-05-30 23:09:08 +02:00
Axel Uhl
dd7b1b7a5e
increased time to wait for RabbitMQ connection to recover in test
2021-05-29 19:32:13 +02:00
Axel Uhl
ac765dca84
bug4811: place a new "port" field in version.json in the "start" script and use it for replica registration; added new port fields to replication status, for both, replicatedfrom and replicatedby
2021-04-20 16:33:50 +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
Georg Herdt
1100ebf01d
Merge branch 'master' into bug5221
2020-07-20 16:26:29 +02:00
Alessandro Stoltenberg
69d8b9f1b8
bug5249: Consistently use UUIDs in methods dealing with MasterDataImport
2020-07-14 12:36:18 +02:00
Axel Uhl
5a6f14e810
bug5221: adjusted AbstractServerReplicationTestSetUp such that it handles the POST requests for replication operations properly now
2020-07-07 01:13:46 +02:00
Axel Uhl
fc84cf337f
bug5287: fixed refactoring artifacts; fixed MDI messages for event ID
2020-06-16 14:19:30 +02:00
Axel Uhl
df67e4b3b0
bug1975/bug5287: use IDs for LeaderboardGroup operations
2020-06-16 13:53:59 +02:00
dmitry
754037585c
bug5287: fixed unit and selenium tests
2020-06-05 13:18:53 +03:00
Axel Uhl
60b6dea835
consolidated imports to avoid warnings
2020-05-20 16:57:55 +02:00
Axel Uhl
74d2c35f4e
bug5282: removed test case that tries to rename a FlexibleLeaderboard which no longer is possible
2020-05-19 19:34:25 +02:00
Axel Uhl
8d7e4c9e43
bug5282: leaderboards are no longer renamable; editing of name has been abandoned
2020-05-18 14:35:44 +02:00