User Tools

Site Tools


juju-testing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
juju-testing [2015/04/15 17:09]
gsamfira [Getting a SSL enabled version of mongod.exe]
juju-testing [2015/07/09 15:54] (current)
bteleaga
Line 115: Line 115:
   cd $env:GOPATH\src\github.com\juju\juju   cd $env:GOPATH\src\github.com\juju\juju
   go test ./...   go test ./...
 +
 +===== Accessing the machine from Linux =====
 +
 +Some of you might want to edit the go source from Linux using your favorite editors. To do that we can set up a share.
 +
 +  sudo mount -t cifs -o username=Administrator,password=<password>,uid=$UID,gid=$GID //<hostname>/C$ <mountpoint>
 +
 +Now all of your C drive will be available at <mountpoint>.
 +
 +As a bonus, you can use https://github.com/masterzen/winrm to winrm directly into the machine and run the test suite from the comfort of your shell. Follow the instructions provided in the github repository, but set the maximum memory allowed at however much the machine has instead of 1024. The test suite tends to eat quite a lot of memory. This does not necessarily depend on this particular winrm package, but it just simply works and will probably get integrated in juju as well soon.
      
 ===== Bonus: ===== ===== Bonus: =====
juju-testing.txt ยท Last modified: 2015/07/09 15:54 by bteleaga