Removing tempfile /var/folders/xv/xvN1hpRQE-8KP+iyx3ETuU+++TI/-Tmp-/example2316746005912266277
featureStoreExample start


featureStoreExample end

transactionExample start

Step 1
------
start     auto-commit: [fid3, fid4, fid1, fid2]
start              t1: [fid3, fid4, fid1, fid2]
start              t2: [fid3, fid4, fid1, fid2]

Step 2 transaction 1 removes feature 'fid1'
------
t1 remove auto-commit: [fid3, fid4, fid1, fid2]
t1 remove          t1: [fid3, fid4, fid2]
t1 remove          t2: [fid3, fid4, fid1, fid2]

Step 3 transaction 2 adds a new feature 'fid5'
------
t2 add    auto-commit: [fid3, fid4, fid1, fid2]
t2 add             t1: [fid3, fid4, fid2]
t1 add             t2: [fid3, fid4, fid1, fid2, fid5]

Step 4 transaction 1 commits the removal of feature 'fid1'
------
t1 commit auto-commit: [fid3, fid4, fid2]
t1 commit          t1: [fid3, fid4, fid2]
t1 commit          t2: [fid3, fid4, fid2, fid5]

Step 5 transaction 2 commits the addition of 'fid5'
------
t2 commit auto-commit: [fid3, fid4, fid2, fid5]
t2 commit          t1: [fid3, fid4, fid2, fid5]
t2 commit          t2: [fid3, fid4, fid2, fid5]

transactionExample end

removeAllExample start

remove fid2
remove fid3
remove fid4
remove fid5
commit transaction

removeAllExample end

copyContent start


copyContent end

remove /var/folders/xv/xvN1hpRQE-8KP+iyx3ETuU+++TI/-Tmp-/example2316746005912266277/duplicate.properties
remove /var/folders/xv/xvN1hpRQE-8KP+iyx3ETuU+++TI/-Tmp-/example2316746005912266277/example.properties
remove /var/folders/xv/xvN1hpRQE-8KP+iyx3ETuU+++TI/-Tmp-/example2316746005912266277
