Monday, May 9, 2016

quick tests of Swift on Go

So I did some quick tests of swift on go in the weekends, here's the detail steps

  • deploy golang env
    • wget latest golang package
    • GOPATH
    • PATH
  • Setup SAIO
    • stop proxy/object server
  • git checkout feature/hummingbird
    • make get test all
    • make install
  • stop proxy/object server, and start hummingbird one
    • hummingbird start proxy
    • hummingbird start object
  • looks like the current code is still not stable
    • PUT hangs on the some failure: index out of range

Sincerely, Yuan

No comments:

Post a Comment