You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is an easy fix. OTRSTimeZone => OTOBOTimeZone
Regarding 2:
Kernel::System::CronEvent produces invalid local times. The CPAN module DateTimeresponds with an exception. See https://metacpan.org/pod/DateTime#Invalid-Local-Times . This makes two tests fail. Let's skip these tests for now and create a separate issue for the invalid local times.
Regarding 3:
scripts/test/CronEvent.t claims that specific Perl versions are crashing.
# Broken on certain Perl 5.28 versions due to a Perl crash that we can't work around.
I don't know what these crashes are. Let's remove the blacklist and check whether there are any crashes.
ERROR: OTOBO-otobo.UnitTest-14 Perl: 5.32.0 OS: linux Time: Wed Jul 22 13:45:02 2020 7457 7458 Message: Need Schedule! 7459 7460 Traceback (7302): 7461 Module: Kernel::System::CronEvent::NextEventGet Line: 78 7462 Module: scripts/test/CronEvent.t Line: 311 7463 7464 ERROR: OTOBO-otobo.UnitTest-14 Perl: 5.32.0 OS: linux Time: Wed Jul 22 13:45:02 2020 7465 7466 Message: Need Schedule! 7467 7468 Traceback (7302): 7469 Module: Kernel::System::CronEvent::NextEventGet Line: 78 7470 Module: scripts/test/CronEvent.t Line: 311 7471 7472 Can't locate object method "OTRSTimeZoneGet" via package "Kernel::System::DateTime" at /opt/otobo/Kernel/System/CronEvent.pm line 93. 7473 scripts/test/CronEvent.t .................. 7474 ok 1 - No Params NextEvent() 7475 ok 2 - No Schedule NextEvent() 7476 1..2 7477 Dubious, test returned 255 (wstat 65280, 0xff00) 7478 All 2 subtests passed
The text was updated successfully, but these errors were encountered: