Benjamin Blundell
Benjamin Blundell
The ammo.ta1.js build under Chrome Canary on Mac OSX results in this: Uncaught ABORT: undefined, at Error at Error () at nB (http://localhost:8001/js/ammo.ta1.js:83:358) at MA (http://localhost:8001/js/ammo.ta1.js:1173:375) at Array.O (http://localhost:8001/js/ammo.ta1.js:1181:364) at...
I can also confirm the memory as reported by Chrome Task manager keeps increasing as this program runs.
I have the same problem and can confirm the solution above. Any references to the .mat files in the pred file need changing. Open3D has changed a lot since this...
Not sure if this is helpful, but internally we went with GoogleTest and a series of scripts that pulled and ran docker containers with the required database files. I don't,...
I was surprised to see CATCH - it's not one I'd heard of but it doesn't really matter. The problem we found was testing against specific versions of all the...
Oh with pleasure! It's just I was chatting with the boss about how we package things. I'd overwritten a lot of the soci test directory to get it all working...
http://piratepad.net/Ta3mfJo7u9 Here is an example of the test for postgres. By running CTest all this magically happens :) It's perhaps not easy to follow but here we go: - Firstly,...
As I see it, you need to install all the databases and have them running. Do you have a separate test machine, like a VM for that? That is probably...
Would you envision a single cpp file with set tests that is compiled for each plugin and run once with a separate connection string for each db
I think thats why I was wondering about CTest - its one command to run all tests with, as you say, separate connection strings. A one liner to run them...