Joshua Pereyda
Joshua Pereyda
mssql version: 0.6.2 I get an unhandled error when trying to connect. ``` mssql --server 10.11.1.31 --user sa --pass **** Connecting to 10.11.1.31...events.js:183 throw er; // Unhandled 'error' event ^...
When calling log_pass() with no message, the console output will read `Check OK:`. The `:` only makes sense if there is a non-empty message that follows.
If somebody is really in a mood for pain, they could implement `SocketConnection`'s `raw-l2` and `raw-l3` options on Windows. One way to do this might be with WinPcap. References: -...
Lots of changes bundled together. This was mostly for the experimental code coverage, but I made lots of fixes along the way that are also bundled. 1. New CLI arguments:...
``` grep -rni --exclude-dir .git --exclude-dir .idea "random" ``` Randomness in tests reduces repeatability. Remove randomness, or else provide a means to record and repeat seed values. Update 2021-02-24: Using...
Log substantial procmon messages back to main fuzzer so that one does not need to check both in the normal case.
Process monitor is able to re-start a process, but it will not work unless the process is already running when the test starts. The current workflow is: 1. Start the...
It would be cool to display stats/general info on the console while running a test. Would be more helpful than spitting out the entire log on the console. Items to...
Since DB transactions are only executed on every test case, in-progress test cases will not show in the web UI. This is really only a problem when a test case...
The Windows process monitor was recently upgraded to create subdirectories for each test run. The Unix procmon should do the same. This will prevent new test runs from overwriting old...