Skip to content

Commit

Permalink
Remove two-phase commit code.
Browse files Browse the repository at this point in the history
Per Peter A., this is crufty and busted. We should checkin a new implementation
in a little bit.
  • Loading branch information
neilconway committed Mar 14, 2012
1 parent f68749d commit ec5c011
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 177 deletions.
118 changes: 0 additions & 118 deletions 2pc/2pc.rb

This file was deleted.

57 changes: 0 additions & 57 deletions test/tc_2pc.rb

This file was deleted.

1 change: 0 additions & 1 deletion test/ts_sandbox.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'test/cart_workloads.rb'
require 'test/kvs_workloads.rb'
#require 'test/tc_2pc.rb'
require 'test/tc_assignment.rb'
require 'test/tc_besteffort_delivery.rb'
require 'test/tc_bfs.rb'
Expand Down
1 change: 0 additions & 1 deletion tests.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# that these unit test batches should succeed individually
# but fail when run together as below is troublesome!

require 'test/tc_2pc'
require 'test/tc_assignment'
require 'test/tc_besteffort_delivery'
require 'test/tc_bfs'
Expand Down

0 comments on commit ec5c011

Please sign in to comment.