Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

local_run refactoring #508

Merged
110 commits merged into from
Mar 17, 2021
Merged

local_run refactoring #508

110 commits merged into from
Mar 17, 2021

Conversation

chkeita
Copy link
Contributor

@chkeita chkeita commented Feb 4, 2021

Summary of the Pull Request

This is a refactoring of the local debugging.

  • The input queue as been abstracted and can now be locally
  • The SyncDir can now sync a local directory
  • Added the ability to monitor a local directory with a queue

Reviewers Notes

The most import part of the PR are

  • The queue abstraction and implementations
    • src/agent/storage-queue/src/azure_queue.rs
    • src/agent/storage-queue/src/local_queue.rs
    • src/agent/storage-queue/src/lib.rs
  • Changes to support local files in
    • src/agent/onefuzz/src/syncdir.rs
  • Example of how those abstractions are used to link task together
    • src/agent/onefuzz-agent/src/local/libfuzzer_fuzz.rs
    • src/agent/onefuzz-agent/src/local/common.rs

Validation Steps Performed

How does someone test & validate?

@ghost
Copy link

ghost commented Mar 17, 2021

Hello @bmc-msft!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 4b07fdc into microsoft:main Mar 17, 2021
@chkeita chkeita deleted the chkeita/local_run branch March 31, 2021 21:53
@chkeita chkeita linked an issue Apr 19, 2021 that may be closed by this pull request
@chkeita chkeita mentioned this pull request Apr 19, 2021
@ghost ghost locked as resolved and limited conversation to collaborators May 1, 2021
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local run refactoring
4 participants