Branch: refs/heads/master
Home: https://github.com/jenkinsci/disk-usage-plugin
Commit: b46d258efd5bce76f1bf3c97096988f092cfb067
https://github.com/jenkinsci/disk-usage-plugin/commit/b46d258efd5bce76f1bf3c97096988f092cfb067
Author: Filipe Roque <[email protected]>
Date: 2023-01-28 (Sat, 28 Jan 2023)
Changed paths:
M src/test/java/hudson/plugins/disk_usage/DiskUsageCalculationTest.java
Log Message:
-----------
Fix unit test that would be stuck in a loop
If this unit test would start with seconds between 55 and 59 would never
exit the loop.
Changed to start the work in a thread and wait 1 minute and check that no
new work was performed.
Commit: 0f6032df1210abd39c096cd6380234b7d359d4ca
https://github.com/jenkinsci/disk-usage-plugin/commit/0f6032df1210abd39c096cd6380234b7d359d4ca
Author: Filipe Roque <[email protected]>
Date: 2023-01-28 (Sat, 28 Jan 2023)
Changed paths:
M src/test/java/hudson/plugins/disk_usage/DiskUsageCalculationTest.java
Log Message:
-----------
Merge pull request #62 from
jenkinsci/fix_testTaskIsScheduledOnlyOneTimesPerMinute
Fix unit test that would be stuck in a loop
Compare:
https://github.com/jenkinsci/disk-usage-plugin/compare/2093c61a2874...0f6032df1210
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/disk-usage-plugin/push/refs/heads/master/2093c6-0f6032%40github.com.