#!/bin/bash # Runs mkrep.sh tests /p4/reset_sdp.sh testfile=test_MultiSDP.py [[ -L /p4/$testfile ]] || ln -s /sdp/Server/test/$testfile /p4/ [[ -L /p4/test_SDP.py ]] || ln -s /sdp/Server/test/test_SDP.py /p4/test_SDP.py python3 /p4/$testfile result=$? [[ $result -eq 0 ]] || tail /tmp/MultiSDPTest.log exit $result
# | 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/test_mkrep.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) |