File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3365,7 +3365,7 @@ jobs:
33653365 docker-compose --version
33663366 - run :
33673367 name : Clone System Tests repo
3368- command : git clone https://github.com/DataDog/system-tests.git; pushd system-tests; git checkout luc/disable-tests-broken-by-design; popd
3368+ command : git clone https://github.com/DataDog/system-tests.git
33693369 - run :
33703370 name : Copy .tar.gz file to system test binaries folder
33713371 command : |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ for ($i = 0; $i < 100; ++$i) {
2121 foreach (file (__DIR__ . '/ ' .$ id .'-telemetry.out ' ) as $ l ) {
2222 if ($ l ) {
2323 $ json = json_decode ($ l , true );
24- if (($ json ["application " ]["service_name " ] ?? "" ) != "background_sender-php-service " ) {
24+ if ($ json && ($ json ["application " ]["service_name " ] ?? "" ) != "background_sender-php-service " ) {
2525 array_push ($ batches , ...($ json ["request_type " ] == "message-batch " ? $ json ["payload " ] : [$ json ]));
2626 }
2727 }
@@ -44,5 +44,8 @@ for ($i = 0; $i < 100; ++$i) {
4444 }
4545 }
4646}
47+ if ($ i == 100 ) {
48+ var_dump (file (__DIR__ . '/ ' .$ id .'-telemetry.out ' ));
49+ }
4750
4851?>
You can’t perform that action at this time.
0 commit comments