Commit graph

183 commits

Author SHA1 Message Date
Chris Hennick
8abbf0e931
ci(fuzz): Switch to alf for faster fuzzing (#245)
* test(fuzz): Migrate to afl++ for fuzzing

* build: Exclude new fuzz binaries

* chore: Fix new warning

* ci: Use cargo action for format check

* deps: Update constant_time_eq and flate2

* ci: Bug fix for file paths

* ci: Bug fix: working directory is parent of repository root

* ci: Bug fix: remove stray `cd` commands

* ci: Bug fix? Make paths explicitly descend from workspace root

* ci: Bug fix? Assume github.workspace is the repo root

* test(fuzz): Commit files that were previously missing

* ci(fuzz): Bug fix for fuzz_write_with_no_features

* ci(fuzz): Bug fix: no -V arg for cmin

* ci(fuzz): Bug fix: no -a arg for cmin

* Bug fix: replace colons with dashes in filenames

* style: Fix 2 clippy warnings

* style: Fix another clippy warning in some configs

* ci(fuzz): Enable renaming in all fuzz jobs

* ci(fuzz): Fix: need to rename files in multiple dirs

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>

* ci(fuzz): Install `rename` tool

* ci(fuzz): Fix redundant steps and too-late install of `rename`

* ci(fuzz): fix? replace multiple colons

---------

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-11-19 14:25:55 +00:00
Chris Hennick
55c2c64249 ci(fuzz): Set max length closer to current corpus entries' length 2024-07-18 22:18:58 +00:00
Chris Hennick
e48686a9d2
ci(fuzz): Run fuzz_write_with_no_features only 40m times 2024-07-17 14:31:10 -07:00
Chris Hennick
ca37dbc74e
ci(fuzz): Bug fixes for CI fuzz runs 2024-06-06 08:54:38 -07:00
Chris Hennick
a7b89a7674
ci(fuzz): Perform cmin recursively in CI 2024-06-05 18:21:20 -07:00
Chris Hennick
7ffcfce916
ci: Bug fix? Make rss_limit_mb a more reasonable 8GiB 2024-06-03 21:07:57 -07:00
Chris Hennick
7025689066
ci: Bug fix? Set memory (rss) limits 2024-06-03 20:55:59 -07:00
Chris Hennick
808ecbd7a2
ci(fuzz): Increase inner max runtime to 345 minutes and outer to 350 minutes 2024-06-03 20:36:44 -07:00
Chris Hennick
8f32bb91b4
ci(fuzz): Remove .gitkeep files in dirs that are now ignored 2024-06-03 18:14:02 -07:00
Chris Hennick
c3944cdcd6
ci(fuzz): Increase fuzz_write iterations when time allows, but also ensure resilience when time limit is reached 2024-06-03 18:09:39 -07:00
Chris Hennick
ae45a26c96
ci(fuzz): Increase max_len to 70,000 to let it include overlength comments 2024-05-30 08:49:28 -07:00
Chris Hennick
fb929cdb38
ci(fuzz): Add back max_total_time, and pad platform-level timeout to allow for a build 2024-05-29 17:58:07 -07:00
Chris Hennick
74c238042e
ci(fuzz): Remove len_control override from fuzz_read 2024-05-29 15:48:20 -07:00
Chris Hennick
822d118089
ci(fuzz): Reduce max_len to 20,000 since it's taking too long 2024-05-29 13:58:08 -07:00
Chris Hennick
8ef61cc5fc
ci(fuzz): Increase read corpus entry limit to 100,000 bytes, since 3 entries are right at the current limit of 16,500 and others are close 2024-05-28 20:25:45 -07:00
Chris Hennick
5f95e835bf
ci(fuzz): Update seed corpus based on both previous members and recently-simplified dependencies on numbers or numeric strings 2024-05-25 19:30:27 -07:00
Chris Hennick
4537af7d8f
ci: Need -dict for all corpus minimizations, not just fuzz_read 2024-05-25 16:15:29 -07:00
Chris Hennick
0f37a8d8b8
ci: cargo fuzz cmin may be more effective with -dict 2024-05-25 16:03:10 -07:00
Shun Sakai
d873e6d2c1
chore: Enable all features for Docs.rs 2024-05-19 20:32:56 +09:00
Chris Hennick
298f7f5994
ci(fuzz): Reduce fuzz_write to 1e6 iterations 2024-05-08 13:27:28 -07:00
Chris Hennick
5460c9f2cc
ci(fuzz): Test using max_len=500 for fuzz_write 2024-05-08 13:26:45 -07:00
Chris Hennick
43df557932
ci(fuzz): Use a more aggressive timeout for fuzz_write 2024-05-08 12:28:31 -07:00
Chris Hennick
14c1729d10
ci: Increase fuzz_write runs since they're finishing before fuzz_read 2024-05-06 19:53:32 -07:00
Chris Hennick
7f46b77da2
ci: Upload leak reports if fuzz fails 2024-05-06 16:11:10 -07:00
Chris Hennick
bebf54c641
chore: Fix: cargo doc doesn't have a -D warnings option 2024-05-03 11:55:02 -07:00
Chris Hennick
06feb9ae72
chore: Fix: cargo doc doesn't have an --all-targets option 2024-05-03 11:51:00 -07:00
Chris Hennick
f814a6dbc3
ci: Bug fix: need to check out code and install toolchain in new jobs 2024-05-03 11:41:04 -07:00
Chris Hennick
8e0f4ace34
ci: Run cargo doc and clippy with default features, all features and no features 2024-05-03 11:32:07 -07:00
Chris Hennick
b6caa1c377
ci: Run unit tests on multiple feature sets 2024-05-02 20:12:43 -07:00
Chris Hennick
5e7939002b
ci: run checks on release branches, since they don't run on release PRs 2024-05-02 19:42:49 -07:00
Chris Hennick
934806323a
ci: Reduce iterations for fuzz_read_no_features by 20% 2024-04-30 21:16:48 -07:00
Chris Hennick
dae3b668c8
ci: Eliminate redundant builds on merge-queue branches 2024-04-30 17:58:49 -07:00
Chris Hennick
505cf01ea7
ci: Eliminate some redundant CI runs based on https://wildwolf.name/github-actions-how-to-avoid-running-the-same-workflow-multiple-times/ 2024-04-30 17:48:55 -07:00
Chris Hennick
b6b150fa9e
Increase fuzz timeouts
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-30 17:20:46 -07:00
Chris Hennick
3bf825a8de
ci: Wait for unit tests to pass before starting fuzz tests 2024-04-30 09:05:17 -07:00
Chris Hennick
8d1c96892a
ci: Reduce fuzz testing duration so that it can reliably pass for the merge queue 2024-04-29 21:22:49 -07:00
Chris Hennick
38829b1f4b
ci: Enable CI run when requested for a merge group 2024-04-28 11:48:46 -07:00
Chris Hennick
2de0c8b279
ci: Reduce fuzz_write iterations 2024-04-25 08:57:47 -07:00
Chris Hennick
1e23caa003
ci: Skip CI for Dependabot branches, since PR CI makes it redundant 2024-04-24 02:06:30 -07:00
Chris Hennick
8df1c4cb33
ci: Don't need to trigger main CI on release-plz branches, or on PRs that don't target master 2024-04-24 00:36:46 -07:00
Chris Hennick
c76627bba8
ci: Bug fix: missing space between arguments 2024-04-24 00:26:48 -07:00
Chris Hennick
9def229683
ci: Updates to ci.yaml that were missed in previous commit 2024-04-23 23:56:50 -07:00
Chris Hennick
58fd54c439
build: move release-plz to separate file so it runs only on master branch 2024-04-22 19:28:13 -07:00
Chris Hennick
5f4dbc3100
build: configure release-plz 2024-04-22 19:04:42 -07:00
Chris Hennick
327a86bd6c
build: add release-plz action 2024-04-22 18:51:25 -07:00
Chris Hennick
4777dbe5f8 Bug fix? Define all rustalias values in outer tag so that it's not a product join 2024-04-15 17:13:35 -07:00
Chris Hennick
9580814d74 Bug fix? Put combined name in quotes 2024-04-15 17:13:35 -07:00
Chris Hennick
7e2ccf44a5 Bug fix? Use a singleton matrix dimension to force include to overlap 2024-04-15 17:13:35 -07:00
Chris Hennick
a76a6c9053 Bug fix? Remove hyphen from rustalias 2024-04-15 17:13:35 -07:00
Chris Hennick
48723bfdb0 Bug fix? 2024-04-15 17:13:35 -07:00