Alfred Bratterud

Results 22 issues of Alfred Bratterud

`vmrunner` has a timeout thread that will kill qemu and all child processes after a given time. This doesn't kill subprocesses started directly by `test.py`, such as `stress/test.py` and many...

SysAdmin
Test

We've bumped C++ version to C++17 on the dev branch, which places new constraints on clang and gcc version. Building IncludeOS will now require clang++-5.0, and building the unit tests...

Build

I've experienced the VM becoming unresponsive after running this command: `sudo arping -w 100 -I include0 -c 100000 10.0.0.42` Not sure why yet. It's a pretty heavy and unrealistic load,...

- IncludeoS, os.a - libc++ - newlib

Enhancement
Performance

Some people (no idea who..) have committed binary blobs to the repo. They should be cleaned out. @mnordsletten would also be cool if we could prevent binary blobs from being...

Enhancement
SysAdmin
Installation

- [ ] Build all the relevant .cpp-files from the OS - [ ] Calculate test coverage

Build
Test

Currently we just assume the user has a host-only network called `vboxnet0` set up. We should check if such a network exists, or otherwise create one. See: - https://www.virtualbox.org/manual/ch08.html#vboxmanage-hostonlyif Also...

Enhancement
VirtualBox
SysAdmin

We need integration tests for acorn, Including, but not limited to: - Verify the file content of all text files - Verify that all routes provide valid json and that...

We need tests of Acorn as well as IncludeOS. Rico is testing http "off-line", which we should try to do with most things in Acorn as well.