Skip to content

feat: Add expiration date to access token & hmac keys #2262

feat: Add expiration date to access token & hmac keys

feat: Add expiration date to access token & hmac keys #2262

Re-run triggered February 13, 2025 17:11
Status Success
Total duration 6m 20s
Artifacts

phpunit.yml

on: pull_request
Matrix: phpunit / main
phpunit  /  Coveralls Finished
4s
phpunit / Coveralls Finished
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 58 warnings
phpunit / PHP 8.1 - Postgre
Process completed with exit code 1.
phpunit / PHP 8.1 - SQLite3
Process completed with exit code 1.
phpunit / PHP 8.1 - MySQLi
Process completed with exit code 1.
phpunit / PHP 8.1 - SQLSRV
Process completed with exit code 1.
phpunit / PHP 8.1 - MySQLi
Process completed with exit code 1.
phpunit / PHP 8.1 - OCI8
Process completed with exit code 1.
phpunit / PHP 8.2 - SQLite3: tests/Unit/UserIdentityModelTest.php#L86
Took 0.6398s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.2 - SQLite3: tests/Controllers/RegisterTest.php#L54
Took 0.5318s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccess
phpunit / PHP 8.2 - SQLite3: tests/Controllers/RegisterTest.php#L208
Took 0.5209s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndLogin
phpunit / PHP 8.2 - SQLite3: tests/Controllers/RegisterTest.php#L258
Took 0.5207s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
phpunit / PHP 8.2 - SQLite3: tests/Controllers/RegisterTest.php#L232
Took 0.5163s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndRegisterAgain
phpunit / PHP 8.2 - SQLite3: tests/Controllers/RegisterTest.php#L92
Took 0.5155s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccessWithNoEmailLogin
phpunit / PHP 8.2 - SQLite3: tests/Controllers/RegisterTest.php#L314
Took 0.5130s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionWithBadEmailValue
phpunit / PHP 8.2 - SQLite3: tests/Unit/DictionaryValidatorTest.php#L45
Took 0.5025s from 0.5000s limit to run Tests\\Unit\\DictionaryValidatorTest::testCheckTrueOnNotFound
phpunit / PHP 8.2 - SQLite3: tests/Controllers/RegisterTest.php#L184
Took 0.5012s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterRedirectsToActionIfDefined
phpunit / PHP 8.1 - Postgre: tests/Unit/UserIdentityModelTest.php#L86
Took 0.6496s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.1 - Postgre: tests/Controllers/RegisterTest.php#L258
Took 0.5208s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
phpunit / PHP 8.1 - Postgre: tests/Controllers/RegisterTest.php#L92
Took 0.5180s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccessWithNoEmailLogin
phpunit / PHP 8.1 - SQLite3: tests/Unit/UserIdentityModelTest.php#L86
Took 0.6425s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.1 - SQLite3: tests/Authentication/MagicLinkTest.php#L129
Took 0.5702s from 0.5000s limit to run Tests\\Authentication\\MagicLinkTest::testMagicLinkVerifySuccess
phpunit / PHP 8.1 - MySQLi: tests/Unit/UserIdentityModelTest.php#L86
Took 0.6351s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.3 - SQLite3: tests/Unit/UserIdentityModelTest.php#L86
Took 0.6417s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.3 - SQLite3: tests/Controllers/RegisterTest.php#L232
Took 0.5479s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndRegisterAgain
phpunit / PHP 8.3 - SQLite3: tests/Controllers/RegisterTest.php#L54
Took 0.5225s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccess
phpunit / PHP 8.3 - SQLite3: tests/Controllers/RegisterTest.php#L208
Took 0.5130s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndLogin
phpunit / PHP 8.3 - SQLite3: tests/Controllers/RegisterTest.php#L92
Took 0.5123s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccessWithNoEmailLogin
phpunit / PHP 8.3 - SQLite3: tests/Controllers/RegisterTest.php#L184
Took 0.5053s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterRedirectsToActionIfDefined
phpunit / PHP 8.3 - SQLite3: tests/Controllers/RegisterTest.php#L258
Took 0.5039s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
phpunit / PHP 8.1 - SQLSRV: tests/Unit/UserIdentityModelTest.php#L86
Took 0.6925s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.1 - SQLSRV: tests/Authentication/MagicLinkTest.php#L129
Took 0.5856s from 0.5000s limit to run Tests\\Authentication\\MagicLinkTest::testMagicLinkVerifySuccess
phpunit / PHP 8.1 - SQLSRV: tests/Controllers/RegisterTest.php#L54
Took 0.5164s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccess
phpunit / PHP 8.1 - SQLSRV: tests/Controllers/RegisterTest.php#L258
Took 0.5074s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
phpunit / PHP 8.4 - SQLite3: tests/Unit/UserIdentityModelTest.php#L86
Took 2.3357s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.4 - SQLite3: tests/Authentication/Filters/PermissionFilterTest.php#L70
Took 0.5710s from 0.5000s limit to run Tests\\Authentication\\Filters\\PermissionFilterTest::testFilterIncorrectGroupNoPrevious
phpunit / PHP 8.4 - SQLite3: tests/Authentication/HasHmacTokensTest.php#L53
Took 0.5070s from 0.5000s limit to run Tests\\Authentication\\HasHmacTokensTest::testHmacTokens
phpunit / PHP 8.1 - MySQLi: tests/Unit/UserIdentityModelTest.php#L86
Took 0.6493s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.2 - MySQLi: tests/Unit/UserIdentityModelTest.php#L86
Took 0.6459s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.2 - MySQLi: tests/Controllers/LoginTest.php#L235
Took 0.6131s from 0.5000s limit to run Tests\\Controllers\\LoginTest::testLoginRedirectsToActionIfDefined
phpunit / PHP 8.2 - MySQLi: tests/Controllers/RegisterTest.php#L258
Took 0.5342s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
phpunit / PHP 8.2 - MySQLi: tests/Controllers/RegisterTest.php#L314
Took 0.5248s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionWithBadEmailValue
phpunit / PHP 8.2 - MySQLi: tests/Controllers/RegisterTest.php#L92
Took 0.5196s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccessWithNoEmailLogin
phpunit / PHP 8.2 - MySQLi: tests/Controllers/RegisterTest.php#L208
Took 0.5188s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndLogin
phpunit / PHP 8.2 - MySQLi: tests/Controllers/RegisterTest.php#L54
Took 0.5145s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccess
phpunit / PHP 8.2 - MySQLi: tests/Controllers/RegisterTest.php#L184
Took 0.5063s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterRedirectsToActionIfDefined
phpunit / PHP 8.2 - MySQLi: tests/Unit/PasswordsTest.php#L37
Took 0.5005s from 0.5000s limit to run Tests\\Unit\\PasswordsTest::testHash
phpunit / PHP 8.2 - MySQLi: tests/Controllers/RegisterTest.php#L232
Took 0.5003s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndRegisterAgain
phpunit / PHP 8.4 - MySQLi: tests/Unit/UserIdentityModelTest.php#L86
Took 2.3754s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.4 - MySQLi: tests/Controllers/LoginTest.php#L235
Took 0.6222s from 0.5000s limit to run Tests\\Controllers\\LoginTest::testLoginRedirectsToActionIfDefined
phpunit / PHP 8.3 - MySQLi: tests/Unit/UserIdentityModelTest.php#L86
Took 0.6545s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.3 - MySQLi: tests/Controllers/ActionsTest.php#L71
Took 0.5914s from 0.5000s limit to run Tests\\Controllers\\ActionsTest::testEmail2FAShow
phpunit / PHP 8.3 - MySQLi: tests/Unit/DictionaryValidatorTest.php#L45
Took 0.5561s from 0.5000s limit to run Tests\\Unit\\DictionaryValidatorTest::testCheckTrueOnNotFound
phpunit / PHP 8.3 - MySQLi: tests/Controllers/RegisterTest.php#L258
Took 0.5338s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
phpunit / PHP 8.3 - MySQLi: tests/Unit/PasswordsTest.php#L37
Took 0.5136s from 0.5000s limit to run Tests\\Unit\\PasswordsTest::testHash
phpunit / PHP 8.3 - MySQLi: tests/Controllers/RegisterTest.php#L54
Took 0.5045s from 0.5000s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccess
phpunit / PHP 8.1 - OCI8: tests/Unit/UserTest.php#L135
Took 1.0379s from 0.5000s limit to run Tests\\Unit\\UserTest::testLastLogin
phpunit / PHP 8.1 - OCI8: tests/Authentication/Authenticators/HmacAuthenticatorTest.php#L90
Took 0.8694s from 0.5000s limit to run Tests\\Authentication\\Authenticators\\HmacAuthenticatorTest::testLoginByIdBadId
phpunit / PHP 8.1 - OCI8: tests/Unit/UserIdentityModelTest.php#L86
Took 0.8270s from 0.5000s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
phpunit / PHP 8.1 - OCI8: tests/Authentication/Filters/SessionFilterTest.php#L71
Took 0.8258s from 0.5000s limit to run Tests\\Authentication\\Filters\\SessionFilterTest::testBlocksInactiveUsersAndRedirectsToAuthAction
phpunit / PHP 8.1 - OCI8: tests/Authentication/Filters/SessionFilterTest.php#L59
Took 0.7933s from 0.5000s limit to run Tests\\Authentication\\Filters\\SessionFilterTest::testRecordActiveDate
phpunit / PHP 8.1 - OCI8: tests/Commands/SetupTest.php#L50
Took 0.7932s from 0.5000s limit to run Tests\\Commands\\SetupTest::testRun
phpunit / PHP 8.1 - OCI8: tests/Commands/HmacTest.php#L95
Took 0.7394s from 0.5000s limit to run Tests\\Commands\\HmacTest::testReEncrypt
phpunit / PHP 8.1 - OCI8: tests/Authentication/Authenticators/SessionAuthenticatorTest.php#L331
Took 0.7322s from 0.5000s limit to run Tests\\Authentication\\Authenticators\\SessionAuthenticatorTest::testAttemptSuccess
phpunit / PHP 8.1 - OCI8: tests/Commands/UserTest.php#L690
Took 0.6731s from 0.5000s limit to run Tests\\Commands\\UserTest::testRemovegroupCancel
phpunit / PHP 8.1 - OCI8: tests/Authentication/Filters/TokenFilterTest.php#L32
Took 0.6696s from 0.5000s limit to run Tests\\Authentication\\Filters\\TokenFilterTest::testFilterNotAuthorized