Greg Weng
Greg Weng
@satoryu Oh okay. I also encountered some local testing errors and I'm tracing them, too. But the issue for this PR is I don't have permission to merge it (only...
Yes, I'm firing a PullRequest to update the README.md about how I solved it. Because I think people would expect README.md or INSTALL under a Troubeshooting section to contain such...
@satoryu Sorry I don't know if ROMA has a formal code-reviewing mechanism (nethier on the README secion nor in http://roma-kvs.org/docs/developer.html), so I just follow other projects' custom to mention you...
I cloned it from github, and run the test (`ruby test/run_test.rb` as the README mentioned) on master branch. According to my log, the last commit is: > 4ed4c809daa99f63cad2c5ae7b26188b0758f7e0 > Fri...
My Ruby is from RVM, installed as `ruby 2.1.8p440`
Hi @satoryu , I tested it and found the final `get` after `cas` operations sometimes is too early, so even `cas` get executed correctly (according to my logging probes in...
I now try to make more serious study on this intermittent error: it's not very reproducible, but when it happens I believe there are some racings between `get` and `cas`...
According to the log I set in `basic_storage.rb`, I've found that when it failed a `set` operation, which is corresponding to the `cas` implementation and invoked in the test, will...
And my Acorn version is"1.0.3", and escodegen is "1.6.1".