Skip to content

Commit bb3ae8a

Browse files
committed
Update lading_payload fuzz tests to functional state
This commit updates our fuzz tests to the point where they are functional. I have not not otherwise made changes that are not mechanically motivated. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent f4f45db commit bb3ae8a

File tree

11 files changed

+636
-467
lines changed

11 files changed

+636
-467
lines changed

Cargo.lock

Lines changed: 323 additions & 204 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/src/generator/file_gen/logrotate_fs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ impl LogrotateFS {
223223
}
224224

225225
#[tracing::instrument(skip(state))]
226+
#[allow(clippy::similar_names)] // ctime and crtime are standard Unix file time names
226227
fn getattr_helper(
227228
state: &mut MutexGuard<model::State>,
228229
start_time_system: std::time::SystemTime,

0 commit comments

Comments
 (0)