Commit graph

15 commits

Author SHA1 Message Date
Renato Cavalcanti
a2a90d6325
exclude tests using DisposableSys from aeron run (#31230)
* exclude tests using DisposableSys from aeron run

* add 'gh-exclude-aeron' to 'akka.test.tags.exclude' settings
2022-03-10 18:45:45 +01:00
Patrik Nordwall
d7dc3546a0
Only run multi-node tests with Aeron, #31010 (#31217) 2022-03-08 14:36:03 +01:00
Johan Andrén
da4bac374d
Allow manual triggering of all cron CI-jobs (#31174) 2022-02-22 15:11:32 +01:00
Patrik Nordwall
ac6ec8ce83
Try running Aeron tests again (#31172) 2022-02-22 12:56:29 +01:00
Patrik Nordwall
4412529a39
Run timing sensitive tests in separate job, #30716 (#31149)
* better to exlude TimingTests and only run them in separate
  job so that we see more easily when those fail in CI
  (and lower prio to fix them in CI)
* BoundedBlockingQueueSpec has many timing sensitive things,
  hardened it and marked as TimingTest
2022-02-21 15:34:45 +01:00
Patrik Nordwall
509b3be617
Disable multi-node with Aeron, #31010 (#31011) 2021-12-22 07:41:57 +01:00
Patrik Nordwall
2909d4cce5
Use GhExcludeTest in CI again (#30941)
* -XX:+AlwaysActAsServerClassMachine in CI
* Remove GHExcludeTest from all tests, since we have included those in CI workflows
* Exclude a few failing tests from CI
* run CI with -Dakka.test.tags.exclude=gh-exclude again
2021-11-28 19:52:16 +01:00
Patrik Nordwall
f83ae19311
Reduce multi-node tests to 10 pods, #30874 (#30875) 2021-11-11 15:35:32 +01:00
Patrik Nordwall
a39dbfc088
aeron.dir also for normal multi-node tests, #30601 (#30839) 2021-11-01 16:23:27 +01:00
Patrik Nordwall
527571fc3a
Aeron media driver volume for multi-node CI, #30601 (#30835) 2021-10-29 14:19:17 +02:00
Renato Cavalcanti
4ef9b31d8e
move aeron tests in multi-node (#30706) 2021-10-20 08:07:47 +02:00
Patrik Nordwall
a502e3db0d
Run gh-exclude tests in some nightlies (#30656) 2021-09-08 09:28:01 +02:00
Patrik Nordwall
eb6f3e3d19
timefactor=2 also for Typed testkit (#30643) 2021-09-07 21:14:52 +02:00
Patrik Nordwall
ad1acba178 -Xmx512M for multi-node
* I noticed "command terminated with exit code 137" in some test failure,
  and that is Kubernetes OOM kill.
* Container memory limit is 2Gi
* We didn't used more than 512M previously
2021-08-31 09:11:45 +02:00
Andrea Peruffo
d75ad252b8
Run multi-node tests on fresh GKE clusters (#30570)
* Port multi-node-test from Jenkins
* link to issues for gh-excluded tests
* use kubectl in multi-jvm plugin
2021-08-27 17:40:51 +02:00