test(repl): Long-running tests of REPL #211

Open
aniva wants to merge 2 commits from repl/test into dev
Owner

Resolves #210

Triaging some problems from the users...

  • feat:reset should delete all CompactedRegions
  • feat: goal.delete should delete all CompactedRegions if there are no goals left.
  • test: Memory usage test for REPL
Resolves #210 Triaging some problems from the users... - [X] feat:`reset` should delete all `CompactedRegion`s - [x] feat: `goal.delete` should delete all `CompactedRegion`s if there are no goals left. - [ ] test: Memory usage test for REPL
aniva added this to the v0.4.0 milestone 2025-06-17 11:35:54 -07:00
aniva self-assigned this 2025-06-17 11:35:54 -07:00
aniva changed title from test: Long-running tests of REPL to test(repl): Long-running tests of REPL 2025-06-17 11:36:07 -07:00
Author
Owner

After looking through solutions, there are a couple of options of monitoring the memory usage:

  • let it run for a long time and hopefully it doesn't crash anything
  • use systemd-run or timeout, which require permissions
  • Manually run the tests and monitor the output
After looking through solutions, there are a couple of options of monitoring the memory usage: - let it run for a long time and hopefully it doesn't crash anything - use `systemd-run` or `timeout`, which require permissions - Manually run the tests and monitor the output
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin repl/test:repl/test
git switch repl/test
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aniva/Pantograph#211
No description provided.