Implement first comparison point tests 23/72123/3
authorMohammad Salehe <salehe@cs.toronto.edu>
Wed, 7 Nov 2018 21:05:22 +0000 (16:05 -0500)
committerMohammad Salehe <salehe@cs.toronto.edu>
Fri, 21 Dec 2018 06:04:37 +0000 (01:04 -0500)
commit9b709f3d33e23710aeae261198806d6a068c5a3b
tree0cbb9ea2ecca6ba49bffcee6e44d1625592f1cdb
parentd7c26306f0daaa7645f88f1bbb1f1d5cca88ac6c
Implement first comparison point tests

Implement ComparisonPoints1 benchmarks to
test 4 different put scenarios:
- Music Entry Consistency
- Music Eventual
- Music Sequential Consistent (Using LWT)
- Pure Consistent (Using LWT)

Change-Id: Id9052a0b14686be93189021e19f2dc293188c52b
Issue-ID: MUSIC-148
Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
src/main/java/org/onap/music/main/VotingAppJar.java [deleted file]
src/main/java/org/onap/music/service/impl/MusicCassaCore.java
src/test/java/org/onap/music/unittests/ComparisonPoints1.java [new file with mode: 0644]
src/test/java/org/onap/music/unittests/TestVotingApp.java