summaryrefslogtreecommitdiff
path: root/same/src/test/java/com/orbekk/same/FunctionalTest.java
AgeCommit message (Expand)Author
2012-06-07Change the timeout behavior of master proposers.Kjetil Ørbekk
2012-05-07Remove some network metadata from State.Kjetil Ørbekk
2012-05-01Add license header to all source files.Kjetil Ørbekk
2012-04-25Make sure to report the *correct* failed master.Kjetil Ørbekk
2012-04-25Fix thread starvation bug in Client.Kjetil Ørbekk
2012-04-25Add debug messages in Paxos service.Kjetil Ørbekk
2012-04-25Set timeouts for all RPCs.Kjetil Ørbekk
2012-04-24Remove Broadcaster.Kjetil Ørbekk
2012-04-24Remove unused code.Kjetil Ørbekk
2012-04-24Remove unused code.Kjetil Ørbekk
2012-04-24Fix master takeover code.Kjetil Ørbekk
2012-04-24Switch to protobuf based Paxos in functional test.Kjetil Ørbekk
2012-04-17Master→Client communication uses protobuf services.Kjetil Ørbekk
2012-04-17Client.startMasterElection() uses protobuf service.Kjetil Ørbekk
2012-04-17Client registers with protobuf service location.Kjetil Ørbekk
2012-04-11Client → Master communication now only protobuf-rpc.Kjetil Ørbekk
2012-04-11Use new RPC in Client.joinNetwork().Kjetil Ørbekk
2012-04-11Change Client.joinNetwork.Kjetil Ørbekk
2012-04-11Update tests.Kjetil Ørbekk
2012-03-20Start master election when update fails.Kjetil Ørbekk
2012-03-20Make sure there is only one valid new master.Kjetil Ørbekk
2012-03-20Master has to advertise its ID when taking over.Kjetil Ørbekk
2012-03-20Abort master proposal when master has been elected.Kjetil Ørbekk
2012-03-20Client performs master election.Kjetil Ørbekk
2012-03-20Add Broadcaster in Client.Kjetil Ørbekk
2012-03-13Clients can control their master.Kjetil Ørbekk
2012-03-13Fix warnings in com.orbekk.same tests.Kjetil Ørbekk
2012-03-12Fix failing functional test.Kjetil Ørbekk
2012-03-12Add failing functional test.Kjetil Ørbekk