Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 7f9995c

Browse filesBrowse files
authored
support test with all skywalking version (#464)
* support test with all skywalking version
1 parent 337b912 commit 7f9995c
Copy full SHA for 7f9995c

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
operating-system: [ubuntu-latest]
3434
php-version: ['8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0']
35-
skywalking-version: ['8.5.0-es6', '8.4.0-es6', '8.3.0-es6', '8.2.0-es6', '8.1.0-es6', '8.0.1-es6', '8.0.0-es6']
35+
skywalking-version: ['8.9.1', '8.9.0', '8.8.1', '8.7.0-es7', '8.7.0-es6', '8.6.0-es7', '8.6.0-es6', '8.5.0-es6', '8.4.0-es6', '8.3.0-es6', '8.2.0-es6', '8.1.0-es6', '8.0.1-es6', '8.0.0-es6']
3636
library-grpc: ['static', 'shared']
3737
name: PHP ${{ matrix.php-version }} Test on SW ${{ matrix.skywalking-version }} [${{ matrix.library-grpc }}]
3838
services:

‎e2e/e2e.php

Copy file name to clipboardExpand all lines: e2e/e2e.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ public function verifyServiceInstances($service) {
243243
if (!$status) {
244244
break;
245245
}
246-
sleep(1);
246+
sleep(5);
247247
$status = $e2e->$func();
248248
if ($status === true) {
249249
$status = true;
250250
break;
251251
}
252-
sleep(1);
252+
sleep(10);
253253
}
254254

255255
if (!$status) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.