Skip to content

Commit 48e34d7

Browse files
Fixed report script
1 parent 8ddf5dc commit 48e34d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlab/collect_reports.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function process_reports () {
6262
cp -r workspace/$project_to_save/build/reports/* $report_path/ 2>/dev/null || true
6363
cp workspace/$project_to_save/build/hs_err_pid*.log $report_path/ 2>/dev/null || true
6464
cp workspace/$project_to_save/build/javacore*.txt $report_path/ 2>/dev/null || true
65-
cp workspace/$project_to_save/build/thread-dump-*.log $report_path/ 2>/dev/null || true
65+
cp workspace/$project_to_save/build/*.* $report_path/ 2>/dev/null || true
6666
fi
6767
}
6868

dd-java-agent/instrumentation/java-concurrent/java-concurrent-21/src/previewTest/groovy/StructuredConcurrencyTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class StructuredConcurrencyTest extends AgentTestRunner {
226226
}
227227
writer.write("==============================================\n")
228228
}
229-
}, 10000, 60000, TimeUnit.MILLISECONDS)
229+
}, 10001, 60000, TimeUnit.MILLISECONDS)
230230
}
231231

232232
void heapDump(String kind) {

dd-java-agent/instrumentation/lettuce-4/src/test/groovy/Lettuce4ClientTestBase.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ abstract class Lettuce4ClientTestBase extends VersionedNamingTestBase {
141141
}
142142
writer.write("==============================================\n")
143143
}
144-
}, 10000, 60000, TimeUnit.MILLISECONDS)
144+
}, 10001, 60000, TimeUnit.MILLISECONDS)
145145
}
146146

147147
void heapDump(String kind) {

0 commit comments

Comments
 (0)