Sébastien Deleuze
f01a91d613
Prevent context-refresh Gradle config to disable appTest globally
2023-10-10 13:33:26 +02:00
Sébastien Deleuze
fe3a3c1a3b
Update infrastructure
2023-10-10 12:59:07 +02:00
Sébastien Deleuze
c0d44ec47c
Add a RestTemplate smoke test
...
Closes gh-37
2023-10-10 12:58:18 +02:00
Sébastien Deleuze
075181f0d6
Update infrastructure
2023-09-25 10:46:28 +02:00
Chris Bono
91291b16de
Add Spring Pulsar smoke tests
...
This commit introduces CRaC smoke tests for Spring Pulsar
and Spring Pulsar Reactive.
See spring-projects/spring-pulsar#422
Closes gh-38
2023-09-25 10:15:04 +02:00
Sébastien Deleuze
2972892754
Update infrastructure
2023-09-22 14:45:27 +02:00
Sébastien Deleuze
52f8c6b3a2
Update infrastructure
2023-09-22 14:42:10 +02:00
Sébastien Deleuze
42281a6621
Merge pull request #34 from christophstrobl/data/jdbc/data-jdbc
...
Add data-jdbc smoke test.
2023-09-22 14:39:34 +02:00
Sébastien Deleuze
54cc3e8326
Merge pull request #33 from christophstrobl/data/jpa/data-jpa
...
Add data-jpa smoke test.
2023-09-22 14:39:15 +02:00
Olga MaciaszekSharma
dae8b34de9
Add Spring Cloud Refresh Context smoke tests
...
Closes gh-26
2023-09-22 14:24:20 +02:00
Christoph Strobl
783d97531d
Add smoke tests for data-jdbc.
2023-09-22 11:07:26 +02:00
Christoph Strobl
f59f48f7c2
Add data-jpa smoke test.
2023-09-22 10:12:57 +02:00
Sébastien Deleuze
888b9e0c02
Fix webmvc-jetty sample
2023-09-20 15:31:10 +02:00
Sébastien Deleuze
946ae3316b
Update infrastructure
2023-09-20 10:30:26 +02:00
Sébastien Deleuze
6fa3d0aade
Add an actuator WebFlux smoke test
...
Closes gh-28
2023-09-20 10:28:12 +02:00
Sébastien Deleuze
73ba08ab53
Update infrastructure
2023-09-18 15:41:29 +02:00
Sébastien Deleuze
06e3fff242
Add an actuator WebMVC smoke test
...
Closes gh-27
2023-09-18 15:22:55 +02:00
Sébastien Deleuze
3c274414c1
Allow the specify the working dir with run-dev-container.sh
...
Closes gh-29
2023-09-18 15:22:16 +02:00
Sébastien Deleuze
73f7ae2ced
Document checkpointEvent extension property
...
See gh-22
2023-09-14 12:15:20 +02:00
Sébastien Deleuze
b985c6997f
Add checkpointEvent extension property.
...
It should allow to configure other events than
org.springframework.boot.context.event.ApplicationReadyEvent
to trigger the checkpoint.
Closes gh-22
2023-09-14 12:01:06 +02:00
Sébastien Deleuze
d126f68a7f
Use event class name for org.springframework.cr.smoketest.checkpoint
...
See gh-22
2023-09-14 11:32:54 +02:00
Sébastien Deleuze
615160ab9a
Upgrade to CRaC 1.4.0
2023-09-14 11:32:09 +02:00
Sébastien Deleuze
4004370ded
Support -PfromMavenLocal without any value
...
Close gh-21
2023-09-07 16:31:44 +02:00
Sébastien Deleuze
1fcd9c2148
Update status page and CI pipeline
2023-09-06 17:55:41 +02:00
Sébastien Deleuze
c458d883ce
Add framework:webclient-netty smoke test
...
See related spring-projects/spring-framework#31178
and spring-projects/spring-framework#31180 issues.
Closes gh-20
2023-09-06 17:54:21 +02:00
Sébastien Deleuze
a1aa13ce8e
Add Gradle installation to the container image
...
Closes gh-19
2023-09-04 12:01:32 +02:00
Sébastien Deleuze
ea1388880e
Polishing
2023-09-04 12:01:19 +02:00
Sébastien Deleuze
77366b5c73
Update status page and CI pipeline
2023-09-04 10:35:10 +02:00
Sébastien Deleuze
62deeebd15
Upgrade spring-rabbit to 3.0.8
2023-09-04 10:34:19 +02:00
Christian Tzolov
6cc596157c
coordinate the task completion with lifecycle stop
2023-09-04 10:28:29 +02:00
Christian Tzolov
865edc0755
Add smoke test for Spring RabbitMQ
...
- Change the AmqpRabbitApplication implementation to align the RabbitTemplate with SmartLifecycle.
- Add reminder to update the spring-rabbit version to 3.0.8+.
2023-09-04 10:28:29 +02:00
Sébastien Deleuze
87be1668b1
Add scheduling sample
2023-09-04 10:23:51 +02:00
Sébastien Deleuze
7d7cddff37
Expose Output on AssertableOutput
...
Closes gh-16
2023-08-30 14:49:48 +02:00
Sébastien Deleuze
d52a04b80b
Mount Maven local repository as read only
...
Close #18
2023-08-30 14:47:27 +02:00
Sébastien Deleuze
963e0e9107
Upgrade Gradle to 8.3
...
Closes gh-17
2023-08-29 16:59:29 +02:00
Sébastien Deleuze
bb17f44dd6
Manage checkpoint logs
...
Managing checkpoint logs is tricky due to CRaC
restrictions around open files. The pragmatic
solution chosen here is to redirect standard
output and error at bash level, and leverage
those additional files when displaying errors.
Closes gh-13
2023-08-08 10:15:59 +02:00
Sébastien Deleuze
b8006dc396
Tentatively try to improve error logging on the CI
2023-08-07 16:07:03 +02:00
Sébastien Deleuze
aad48bde30
Tentatively try to improve error logging on the CI
2023-08-07 15:29:07 +02:00
Sébastien Deleuze
9d92ee61fc
Displayed standard error to see checkpoint errors
...
Closes gh-13
2023-08-07 15:07:58 +02:00
Sébastien Deleuze
82c0f5bc55
Update infrastructure
2023-08-07 11:37:38 +02:00
Sébastien Deleuze
c1f25464fd
Add WebFlux Netty smoke test
2023-08-07 11:37:27 +02:00
Sébastien Deleuze
2039db35d0
Update infrastructure
2023-08-03 16:51:21 +02:00
Christian Tzolov
4cf7747f49
Add smoke test for Kafka Streams
...
Closes gh-12
2023-08-03 16:51:13 +02:00
Sébastien Deleuze
52d1d66996
Update infrastructure
2023-08-03 16:37:05 +02:00
Sébastien Deleuze
fa1c091aa7
Increase start timeout to 20 seconds
2023-08-03 16:37:05 +02:00
Christian Tzolov
0efa307630
Add smoke test for Spring Kafka with AVRO
...
Closes gh-11
2023-08-03 16:37:04 +02:00
Christian Tzolov
3f516b565a
Add smoke test for Spring Integration with weblux and data
...
Closes gh-10
2023-08-03 16:37:03 +02:00
Christian Tzolov
52303e2935
Add smoke test for Spring Kafka
...
- Use a CRaC compatible spring-kafka version ( >=3.0.10-SNAPSHOT)
Closes gh-9
2023-08-03 16:36:50 +02:00
Sébastien Deleuze
b967e89996
Recommend using Docker Desktop instead of Colima
2023-08-02 19:48:29 +02:00
Sébastien Deleuze
66f24567d6
Remove unneeded tests in hibernate-mysql
2023-08-02 10:33:13 +02:00