#!/bin/bash # # Script to reset SDP for tests in case of multiple runs - particularly manual testing. # sudo cp -R /sdp /hxdepots sudo chown -R perforce:perforce /hxdepots/sdp
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 25279 | C. Thomas Tyler |
Released SDP 2019.1.25276 (2019/03/06). Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'. |
||
//guest/perforce_software/sdp/dev/test/docker/files/reset_sdp.sh | |||||
#1 | 25258 | Robert Cowham |
Rework the containers in preparation for multi container testing mkrep changes: Remove -c cfg option which was unused anyway Converted tabs to spaces Fixed logic error causing forwarding replicas to bail due to unsupported p4d version Standby servers require ReplicatingFrom field Add seconds to log file name (useful for testing to avoid overwriting files) |