This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c62e4f  Add 200000 microsecond sleep in E2E-PHP (#4582)
9c62e4f is described below

commit 9c62e4f52dbfa42ac3fbcc94ce0518dc89cbc165
Author: 何延龙 <[email protected]>
AuthorDate: Sat Mar 28 09:13:38 2020 +0800

    Add 200000 microsecond sleep in E2E-PHP (#4582)
    
    * fix #4539, add PHP to the query protocol
    
    * Add PHP module support to e2e test
    
    * Add PHP e2e test into the CI control file
    
    * Remove networks aliases
    
    * Add PHP module support to e2e test
    
    * Add e2e.php.yaml
    
    * Locked version
    
    * Add 200000 microsecond sleep in E2E-PHP
    
    Co-authored-by: 吴晟 Wu Sheng <[email protected]>
    Co-authored-by: kezhenxu94 <[email protected]>
---
 test/e2e/e2e-test/docker/php/index.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/e2e/e2e-test/docker/php/index.php 
b/test/e2e/e2e-test/docker/php/index.php
index 330e60f..604fbae 100644
--- a/test/e2e/e2e-test/docker/php/index.php
+++ b/test/e2e/e2e-test/docker/php/index.php
@@ -14,6 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+usleep(200000);
 $uri = $_SERVER['REQUEST_URI'];
 
 if($uri == '/php/info') {

Reply via email to