Christopher Havlicek

Results 19 issues of Christopher Havlicek

__Background__ As only the first time a VM is created is the guest data needed (it was assumed that it would be identical on all parallel VMs and reboots of...

bug

Redirect output of crete-run and the program under test to the host. Presumably, the best place for this information to be logged is under the dispatch directory. This feature should...

enhancement

When no element is listed, this [transition row](https://github.com/SVL-PSU/crete-dev/blob/b88add3f6db504bb94555af2df727ad7406520c0/lib/cluster/dispatch.cpp#L1246-L1249) in DispatchFSM_ is faulty. Note the ```Or_``` meaning that even if ```!have_next_target```, the transition succeeds with subsequent code presuming that ```have_next_target```. One...

bug

Consider dispatch.xml: ```xml -m 512 -nographic ``` It may be difficult to see, but there are two spaces between 512 and -nographic. The parser in vm-node will interpret this as...

bug

Utilities such as crete-dispatch, crete-vm-node, and crete-svm-node could all use some improvement in their command line interfaces. All: 1. Don't report exception is thrown when, for example, --help is used,...

enhancement
low

The titular "status report" refers to the display of time, test cases, and traces, and vm-node/svm-node information. When combining CRETE utilities with scripts or other utilities, continuous output can be...

enhancement
low

This is an addition only. It does not change any existing functionality. Server::open_connection_wait() is given an overload that takes a time duration. The connection attempt will abort if not made...

Scenario: 1. vm-node starts the VM image 1. The VM silently fails 1. vm-node writes the port to file that the VM is expected to use 1. vm-node waits indefinitely...

bug

Note: distributed mode specific. When vm-node terminates for whatever reason (testing is done, ctrl+c, crash) its QEMU children go on living as daemons. In general, this behavior is undesirable, as...

bug
enhancement