Running the integration tests

Running the integration tests

par Cristina Basescu,
Number of replies: 1

In the homework0 skeleton, for the integration tests, there are two binaries in "peer/tests/integration/": one for Mac and another for Linux. Depending on your platform, you should rename one of them to "node" for the integration tests to work.

The CS-438 Team

In reply to Cristina Basescu

Re: Running the integration tests

par Cristina Basescu,
The binary renaming change I mentioned above isn't necessary anymore, because the integration test (that was pushed today to your master branches) now automatically uses the right binary depending on the platform/architecture. In brief, for those of you who did the renaming, please revert it, i.e., in "peer/tests/integration" there should be two binaries: "node.darwin.amd64" and "node.linux.amd64".

For those of you who had not renamed the binaries, no action is required.