archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Fixes the gradle github actions builds: #155

Closed jacomago closed 1 year ago

jacomago commented 1 year ago

Forces use of DateTime.UTC in tests to reduce datetime test errors Uses $version, not $archiveVersion in gradle build Fixes some incorrect date logic in PlainPBFileNameUtilityTest Extends some of the debug logs.

Squashed commit of the following:

commit d4ea9721cbb27c5216d54e0a54b00ac1059dbb6e Merge: a8d23f0 4848449 Author: Sky Brewer sky.brewer@ess.eu Date: Tue Feb 21 13:42:50 2023 +0100

Merge branch 'fix_PlainPBFileNameUtilityTest_in_ci' into fix-failing-test

commit 4848449ac794dd3461fd31123142e196ed98088e Author: Sky Brewer sky.brewer@ess.eu Date: Tue Feb 21 13:42:19 2023 +0100

Fix setting version for distribution file in gradle

commit a8d23f0d0fbeca4a6e0c2029fcce45a36153c335 Author: Sky Brewer sky.brewer@ess.eu Date: Tue Feb 21 13:16:15 2023 +0100

Fix month logic in test.

commit a0f4aa9ccdea2ea9ef000ab61c7c76292724e7a7 Author: Sky Brewer sky.brewer@ess.eu Date: Tue Feb 21 13:01:34 2023 +0100

Remove some changes

commit fd3b29807ba1576b4114e205909ba23cb68ab554 Author: Sky Brewer sky.brewer@ess.eu Date: Tue Feb 21 12:56:02 2023 +0100

Remove forcing lots of info for ci tests as they make them too slow.

commit 4c68cb5db8abaed28505a57327e8579def470194 Author: Sky Brewer sky.brewer@ess.eu Date: Tue Feb 21 12:55:06 2023 +0100

Test failure seems like problem could be different timezones in running the test.

Have passed in the timezone into all the other tests where the "new Datetime()" is used.

commit 407259a822c0b4063879ca3e8472eddbb52202ce Author: Sky Brewer sky.brewer@ess.eu Date: Tue Feb 21 11:24:24 2023 +0100

More debug info

commit 1af1d3823c5e527c596666a9be63721198fb2ead Author: Sky Brewer sky.brewer@ess.eu Date: Tue Feb 21 10:42:41 2023 +0100

try get more info in github test run

commit 3025441781d80fe450de9cf18cbe079a35650e3a Author: Sky Brewer sky.brewer@ess.eu Date: Tue Feb 21 10:27:50 2023 +0100

Test with more debugs in ci

commit e1bd35e10e7ae3802c4b8e933006d888c26c5e07 Author: Sky Brewer jacobrewer@gmail.com Date: Tue Feb 21 09:57:16 2023 +0100

Update gradle.yml