#!/bin/bash # Entry file for running plain Docker containers # Runs the tests saves output in shared folder # Note that the output file is collected by script run_docker_tests.sh su -l perforce -c /p4/test_sdp.sh > /sdp/test/output/test-${TESTOS}.out 2>&1
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 27083 | C. Thomas Tyler | p4 undo //...@27080,@27080 | ||
#2 | 27080 | C. Thomas Tyler |
Fixed Docker test suite bootstrapping issue with missing output directory. |
||
#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) |