microsoft / microsoft/ebpf-for-windows
Test cleanup - Duplicate code to load either .o or .dll for testing
Open
cleanup
help wanted
P3
tests
triaged
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 311
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 21
Description
There is quite a bit of cut and paste code for loading .dll or .o files in the test code base.
This should be refactored into a single helper function.
Contributor guide
Research direction
Search the test code for duplicated logic that loads .dll and .o files. Read the surrounding test setup to identify the common behavior, then consolidate it into one helper and run the affected tests to confirm both file types still load correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100