13 Collaborator |
Brandon Williams , Mick Semb Wever , Štefan Miklošovič , Berenguer Blasi , Ekaterina Dimitrova , Michael Shuler , Josh McKenzie , Andrés de la Peña , Eric Ramirez , Jon Haddad , Anthony Grasso , Jeremiah Jordan , Stefano Lottini |
5e2985f10e261eb9d48b49d57c9d4bfce249f6fe | Author: Derek Chen-Becker <github@chen-becker.org>
| 2023-08-14 22:32:29-06:00
Ensure unit tests honor tmp.dir
Modify unit tests so that any files created are rooted in the directory
specified by the "tmp.dir" Ant property. Ant already passes the value of
tmp.dir to the JVM's java.io.tmpdir parameter, so the primary changes are
to make use of Files.createTempDirectory to generate per-test work
directories. Also update the test checkstyle rules to catch any future
usage of hardcoded "/tmp".
Patch by Derek Chen-Becker; reviewed by bereng and brandonwilliams for CASSANDRA-18750
7c86e18baf10b3cf6c8f06ee9f1e27d2e21acf78 | Author: Mick Semb Wever <mck@apache.org>
| 2023-01-14 00:25:23+01:00
Update G1GC settings, and make it default in trunk
patch by Mick Semb Wever; patch by Anthony Grasso, Brandon Williams, Derek Chen-Becker, Jeremiah Jordan, Jon Haddad, Josh McKenzie for CASSANDRA-18027
8d3c30dde4b615835073089594003ca40a730992 | Author: Derek Chen-Becker <dchenbec@amazon.com>
| 2022-11-07 13:32:01-07:00
Validate the comparison git branch when generating CircleCI configs
Allow the user to use a flag to specify a non-default comparison git
branch when detecting changed unit tests to repeat.
Patch by Derek Chen-Becker; reviewed by Andrés de la Peña and Berenguer Blasi for CASSANDRA-17997
4f4137af74a04f456f0fa0363e6b253e7c1442b0 | Author: Erick Ramirez <erickramirezau@apache.org>
| 2022-10-29 10:45:05+11:00
WEBSITE - Updated UI style bundle for new Events page
patch by Stefano Lottini, Erick Ramirez; reviewed by Josh McKenzie, Derek Chen-Becker, Michael Semb Wever, Erick Ramirez for CASSANDRA-17988
7572725defd4d5bba12097046b8338a955d8d032 | Author: Derek Chen-Becker <dchenbec@amazon.com>
| 2022-10-26 14:54:05-06:00
[CASSANDRA-17950] Enable dtest-offheap in CircleCI
The dtest-offheap test was only added to the Jenkins configuration, so
this commit adds it to the CircleCI build for parity.
Patch by Derek Chen-Becker; reviewed by Ekaterina Dimitrova, Derek Chen-Becker, Michael Semb Wever, and Andres de la Pena for CASSANDRA-17950
Co-authored-by: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
Co-authored-by: Derek Chen-Becker <dchenbec@amazon.com>
53a27563147bca63357a55e65b0368ec76788ab9 | Author: Derek Chen-Becker <dchenbec@amazon.com>
| 2022-10-12 08:11:19-06:00
WEBSITE - Fixed links in Dev/Patches page and other minor fixes
* Fixed a bunch of references in the patches page that were not
actually references
* Explicitly added a commit message template in the patches page
* Fixed a warning for case-sensitive "caution" block tag on the
download page
* Removed a strange reference to a 3rd party in the header metadata
Patch by Derek Chen-Becker; reviewed by Michael Shuler, Michael Semb Wever, Erick Ramirez for CASSANDRA-17990