p4rollbacktestdata.bat #26

  • //
  • guest/
  • sam_stafford/
  • scripts/
  • p4rollbacktestdata.bat
  • View
  • Commits
  • Open Download .zip Download (902 B)
@echo off
echo 1 > test.txt
echo 1 > testDi.txt
echo 1 > testDs.txt
echo 1 > testDt.txt
p4 add test.txt testDi.txt testDs.txt testDt.txt
p4 submit -d "Rev 1"
p4 edit test.txt testDi.txt testDt.txt
p4 delete testDs.txt
echo 2 >> test.txt
echo 2 >> testDi.txt
echo 2 >> testDt.txt
p4 submit -d "Rev 2"
p4 edit test.txt testDt.txt
p4 delete testDi.txt
echo 3 > testDs.txt
p4 add testDs.txt
echo 3 >> test.txt
echo 3 >> testDt.txt
p4 submit -d "Rev 3"
p4 edit test.txt testDs.txt testDt.txt
echo 4 > testDi.txt
p4 add testDi.txt
echo 4 >> test.txt
echo 4 >> testDs.txt
echo 4 >> testDt.txt
p4 submit -d "Rev 4"
p4 edit test.txt testDi.txt testDs.txt
p4 delete testDt.txt
echo 5 >> test.txt
echo 5 >> testDi.txt
echo 5 >> testDs.txt
p4 submit -d "Rev 5"
echo Test data generated.  The third changelist submitted
echo is a good rollback candidate if you want to test all
echo of the -D options individually.
# Change User Description Committed
#26 6377 Sam Stafford Testing review daemon change.
#25 6220 Sam Stafford And a paranoid triple-check.
#24 6219 Sam Stafford And one more to make sure I got the trigger to not echo review daemon output back to the submitting client.
#23 6218 Sam Stafford Review daemon should be fixed now.
 One last change to make sure it's still happy with debug mode off.
#22 6217 Sam Stafford Once more to make extra sure it works right...
#21 6216 Sam Stafford I think it's fixed now.
 Environment problem.
#20 6215 Sam Stafford Still testing.
#19 6214 Sam Stafford Environment issue?
#18 6213 Sam Stafford Tried tweaking permissions.
#17 6212 Sam Stafford Can counters not be modified while a trigger is running?
#16 6211 Sam Stafford still testing
#15 6210 Sam Stafford ...
#14 6209 Sam Stafford ...
#13 6208 Sam Stafford Permissions error?
#12 6207 Sam Stafford ...
#11 6206 Sam Stafford argh
#10 6205 Sam Stafford It's firing, but we're getting an error on the counter setting.
#9 6204 Sam Stafford Is it now?
#8 6203 Sam Stafford The trigger doesn't seem to be firing.
#7 6202 Sam Stafford ...not yet.
#6 6201 Sam Stafford Aha, think I might have fixed it.
#5 6200 Sam Stafford And again.
 I apologize to those of you who are reviewing my guest branch.
#4 6199 Sam Stafford ...and again.
#3 6198 Sam Stafford One more prod.
#2 6197 Sam Stafford A no-op submit to prod the review daemon again.
#1 5786 Sam Stafford Script to generate test data for p4rollback.pl.