alec-jackson / alec-jackson/studious-engine
Studious Engine 24 Hour Duration Test
- Dominant language
- C
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
# Test Description
Run studious engine uninterrupted for 24 hours. If the program crashes, collect a core dump of the failure and analyze the crash. Fix the underlying problem and re-test. Repeat until studious is able to stay open for 24 hours straight.
## Notes
Computer under test should not go to sleep after n number of minutes of inactivity. The target hardware for this test should be something a bit more limited, like a raspberry pi 4.
**Before running this test,** run `ulimit -c unlimited` to ensure the core dump is actually generated on your system. Analyze the core dump using GDB to triage any crashes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.