Renato Cavalcanti
0bd7d98d09
Don't check for jdk9 tests when running on jdk8 ( #30626 )
2021-09-03 13:13:13 +02:00
Andrea Peruffo
7b440dd15b
Avoid fail-fast in nightly builds ( #30625 )
...
* Avoid fail-fast in nightly builds
* one more
2021-09-02 15:04:46 +01:00
Patrik Nordwall
568877b56c
Harden ReplicatedEventSourcingSpec, 30548 ( #30613 )
2021-09-02 11:21:39 +02:00
Patrik Nordwall
a73cdf32fb
Harden EventSourcedBehaviorSpec, #30583 ( #30611 )
2021-09-02 11:04:21 +02:00
Patrik Nordwall
bb839128ab
Harden NullEmptyStateSpec ( #30610 )
...
* similar wait for termination as was done for a few others
* also improved corresponding test for durable state
2021-09-02 10:28:18 +02:00
Patrik Nordwall
7590c976e6
No need for pr labels, #30459 ( #30615 )
2021-09-02 10:13:32 +02:00
Patrik Nordwall
767082a617
Merge pull request #30607 from akka/wip-30601-shm-patriknw
...
Temporary disable Aeron jobs in nightly, #30601
2021-09-01 18:37:28 +02:00
Patrik Nordwall
fbaaf5bfca
Merge pull request #30605 from akka/wip-30479-BoundedBlockingQueueSpec-patriknw
...
Harden BoundedBlockingQueueSpec, #30479
2021-09-01 16:33:07 +02:00
Patrik Nordwall
af011361f4
Merge pull request #30606 from akka/wip-RestartSpec2-patriknw
...
Make RestartSpec a little bit less flaky
2021-09-01 15:52:44 +02:00
Patrik Nordwall
2a57c3e45c
Temporary disable Aeron jobs in nightly, #30601
...
* until we have figured out to increase /dev/shm
2021-09-01 15:49:25 +02:00
Patrik Nordwall
d895635e52
Merge pull request #30603 from akka/wip-scala3-master-patriknw
...
Run Scala3 build as nightly
2021-09-01 10:50:32 +02:00
Patrik Nordwall
a22ec4b34b
Make RestartSpec a little bit less flaky
...
* not a final solution, but I think it can make it less flaky
* the whole test is written in a very timing sensitive way
2021-09-01 10:42:24 +02:00
Patrik Nordwall
f6421ccf73
Harden BoundedBlockingQueueSpec, #30479
...
* thread scheduling race condition
2021-09-01 08:56:05 +02:00
Patrik Nordwall
df6203babb
Run Scala3 build as nightly
...
* instead of each push to master
* still part of pr validation
2021-09-01 08:26:41 +02:00
Marcos Pereira
06594e537b
Update contributing guide to remove Jenkins and add Github Actions ( #30595 )
...
* Fix some minor format issues
* Review grammar and links
* Remove mentions to Jenkins in the contributing guide
* Avoid running jobs in forked projects
2021-08-31 16:53:19 +02:00
Patrik Nordwall
14d35bd628
Merge pull request #30598 from akka/wip-multi-node-patriknw
...
Only multi-jvm in nightly-builds.yml
2021-08-31 16:48:37 +02:00
Patrik Nordwall
9673a34528
Merge pull request #30599 from akka/wip-30584-publishLocal-patriknw
...
Remove publishLocal from pr validation, #30584
2021-08-31 16:41:06 +02:00
Andrea Peruffo
8e00fff45a
Merge pull request #30597 from akka/wip-multi-node-mem-patriknw
...
-Xmx512M for multi-node
2021-08-31 10:51:19 +01:00
Patrik Nordwall
96d5ddaa46
Remove publishLocal from pr validation, #30584
2021-08-31 10:23:17 +02:00
Patrik Nordwall
fd2784d161
Only multi-jvm in nightly-builds.yml
...
* multi-node is run by multi-node.yml
2021-08-31 10:17:12 +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
Andrei Arlou
a8015b7952
Fix broken links about java serialization ( #30589 ) ( #30593 )
2021-08-31 09:00:03 +02:00
Marcos Pereira
62b8d7fa39
Add new nightly job to run Artery Aeron UDP remote tests ( #30573 )
2021-08-30 11:42:12 -04:00
Marcos Pereira
5e9965a129
GH Actions: Add nightly job to run Classic cluster tests ( #30572 )
...
* GH Actions: Add nightly job to run Classic cluster tests
* Run tests as multi-jvm instead of multi-node
* Some minor adjustments
* Rename for clarity
* Use JDK 11
* Group some tests to reduce parallelism
* Allow to exclude multi-jvm tests using `-Dakka.test.names.exclude` property
* Exclude akka.cluster.Stress tests
* Move akka classic remoting job to nightly-builds workflow
2021-08-30 11:20:08 -04:00
Marcos Pereira
2c4d92e5d4
GH Actions: Add nightly job to run Artery cluster tests ( #30571 )
...
* Add new nightly job to run Artery Cluster tests
* Rename job to make it clear it is using Aeron UDP
* Use JDK 11
* Group some jobs to reduce parallelism
2021-08-30 09:32:22 -04:00
Andrei Arlou
d34e6df4bd
Replace broken links on RFC standarts ( #30588 )
2021-08-30 15:05:41 +02:00
Andrei Arlou
9fb29822bd
Fix broken links in CONTRIBUTING.MD ( #30590 )
2021-08-30 09:18:53 +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
Andrea Peruffo
210912e916
Fix incorrect quotes ( #30585 )
2021-08-27 17:01:11 +02:00
Andrea Peruffo
942186acb9
Merge pull request #30583 from akka/fix-test-30532
...
Fix test to avoid race condition from multiple persistent actors
2021-08-27 11:55:12 +01:00
Debasish Ghosh
f4ce74f255
Fixed possible race condition
2021-08-27 14:52:44 +05:30
Debasish Ghosh
3799ebb453
Tagged as GHExcludeTest in ReplicatedEventSourcing
2021-08-27 13:43:29 +05:30
Debasish Ghosh
65442bd6a9
Fixed yet another race condition
2021-08-27 13:23:42 +05:30
Debasish Ghosh
e0fdec8fc1
Tagged some tests as GHExclude - both documented as failing
2021-08-27 13:05:10 +05:30
Debasish Ghosh
84695e0854
Fix test to avoid race condition from multiple persistent actors
2021-08-27 12:28:56 +05:30
Debasish Ghosh
cd2b9bcd11
Fixes Java test on null empty state: try to avoid race condition by waiting for 1 persistent actor to stop before starting the next one ( #30579 )
2021-08-26 21:59:16 +05:30
Andrea Peruffo
6bada7a107
Exclude more tests from PR validation ( #30580 )
...
* Exclude FlowThrottleSpec and ReplicatedEventSourcing flaky tests from PR validation
* RestartSpec
2021-08-26 16:56:14 +02:00
Patrik Nordwall
95a95e8019
Merge pull request #30576 from akka/fix-test-30575
...
Fixes Java test on primitive state
2021-08-26 16:48:46 +02:00
Marcos Pereira
8479b297aa
Merge pull request #30578 from andreaTP/conditional-scheduled
...
Run scheduled jobs only on main repo
2021-08-26 10:45:52 -04:00
Marcos Pereira
c0799cfb41
Merge pull request #30569 from marcospereira/build/fix-minor-inconsistencies
...
GH Actions: fix minor inconsistencies
2021-08-26 10:39:36 -04:00
Andrea Peruffo
5f6a3a193e
Run scheduled jobs only on main repo
2021-08-26 11:30:04 +01:00
Debasish Ghosh
df56c81051
Fixes Java test on primitive state: try to avoid race condition by waiting for 1 persistent actor to stop before strating the next one
2021-08-26 15:21:59 +05:30
Marcos Pereira
53ea3685dc
Merge pull request #30562 from marcospereira/issues/30552/debug-message-adapter-spec
...
Clearer error message when the test fails
2021-08-24 15:26:05 -04:00
Marcos Pereira
d6178f5a10
Use ubuntu-20.04 for all jobs
2021-08-24 12:11:23 -04:00
Marcos Pereira
f92ef444f8
Consistent use of timefactor when running tests
2021-08-24 12:11:23 -04:00
Marcos Pereira
a40a0fef48
Remove properties that are unnecessary for the given sbt tasks
2021-08-24 12:11:23 -04:00
Marcos Pereira
d5bd868d62
Configure gh-exclude as it was done for other tags
2021-08-24 12:10:59 -04:00
Marcos Pereira
554044e387
Merge pull request #30551 from marcospereira/build/nightly-builds-improvements
...
GH Actions: Nightly builds improvements
2021-08-24 11:40:37 -04:00
Marcos Pereira
ad38281c58
Clearer error message when the test fails
2021-08-24 11:35:06 -04:00
Marcos Pereira
17f8ccb9be
Merge pull request #30561 from marcospereira/issues/30559/fix-stream-test-kit-specs
...
Also dilate the initial delay when testing timeouts in akka-stream-testkit
2021-08-24 10:34:14 -04:00