Skip to content

Update actions/checkout action to v4.1.4 #1578

Update actions/checkout action to v4.1.4

Update actions/checkout action to v4.1.4 #1578

GitHub Actions / Test Results succeeded Apr 29, 2024 in 0s

All 212 tests pass in 1m 0s

212 tests  ±0   212 ✅ ±0   1m 0s ⏱️ -1s
 82 suites ±0     0 💤 ±0 
 82 files   ±0     0 ❌ ±0 

Results for commit ee31560. ± Comparison against earlier commit 72c01e9.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

212 tests found

There are 212 tests, see "Raw output" for the full list of tests.
Raw output
com.faendir.acra.i18n.ResourceBundleI18NProviderTest ‑ getProvidedLocales()
com.faendir.acra.i18n.ResourceBundleI18NProviderTest ‑ getTranslation()
com.faendir.acra.navigation.SpringRouteConfigurationInitializerTest ‑ should resolve urls()
com.faendir.acra.persistence.app.AppRepositoryTest$Create ‑ should create app and reporter user()
com.faendir.acra.persistence.app.AppRepositoryTest$Delete ‑ should delete app and reporter()
com.faendir.acra.persistence.app.AppRepositoryTest$Delete ‑ should remove custom columns()
com.faendir.acra.persistence.app.AppRepositoryTest$Find ‑ should find app()
com.faendir.acra.persistence.app.AppRepositoryTest$Find ‑ should return null for unknown id()
com.faendir.acra.persistence.app.AppRepositoryTest$FindId ‑ should find app id by reporter()
com.faendir.acra.persistence.app.AppRepositoryTest$FindId ‑ should return null for unknown reporter()
com.faendir.acra.persistence.app.AppRepositoryTest$FindName ‑ should find app name()
com.faendir.acra.persistence.app.AppRepositoryTest$FindName ‑ should return null for unknown id()
com.faendir.acra.persistence.app.AppRepositoryTest$GetAllNames ‑ should return app names()
com.faendir.acra.persistence.app.AppRepositoryTest$GetCustomColumns ‑ should return custom columns for app()
com.faendir.acra.persistence.app.AppRepositoryTest$GetVisibleIds ‑ should not return apps with explicit none permission for admin()
com.faendir.acra.persistence.app.AppRepositoryTest$GetVisibleIds ‑ should return apps with explicit view or higher permission for user()
com.faendir.acra.persistence.app.AppRepositoryTest$GetVisibleIds ‑ should return apps with explicit view or higher permission or implicit admin permission for admin()
com.faendir.acra.persistence.app.AppRepositoryTest$Provider ‑ should offset and limit returned apps()
com.faendir.acra.persistence.app.AppRepositoryTest$Provider ‑ should return all visible apps()
com.faendir.acra.persistence.app.AppRepositoryTest$Provider ‑ should sort returned apps()
com.faendir.acra.persistence.app.AppRepositoryTest$RecreateReporter ‑ should create new reporter and remove old one()
com.faendir.acra.persistence.app.AppRepositoryTest$SetCustomColumns ‑ should add custom column and create report column and index()
com.faendir.acra.persistence.app.AppRepositoryTest$SetCustomColumns ‑ should create custom columns and create report columns and indexes()
com.faendir.acra.persistence.app.AppRepositoryTest$SetCustomColumns ‑ should not touch any custom columns of other apps()
com.faendir.acra.persistence.app.AppRepositoryTest$SetCustomColumns ‑ should not touch any other columns or indexes()
com.faendir.acra.persistence.app.AppRepositoryTest$SetCustomColumns ‑ should remove custom column and remove report column and index()
com.faendir.acra.persistence.app.AppRepositoryTest$SetCustomColumns ‑ should update custom column name while keeping report columns and indexes()
com.faendir.acra.persistence.bug.BugRepositoryTest$Create ‑ should create bug and identifier()
com.faendir.acra.persistence.bug.BugRepositoryTest$Delete ‑ should delete bug()
com.faendir.acra.persistence.bug.BugRepositoryTest$Delete ‑ should ignore unknown id()
com.faendir.acra.persistence.bug.BugRepositoryTest$Find ‑ should find bug by id()
com.faendir.acra.persistence.bug.BugRepositoryTest$Find ‑ should return null if id does not exist()
com.faendir.acra.persistence.bug.BugRepositoryTest$FindId ‑ should find matching bug id with null properties()
com.faendir.acra.persistence.bug.BugRepositoryTest$FindId ‑ should find matching bug id()
com.faendir.acra.persistence.bug.BugRepositoryTest$FindId ‑ should not find identifiers with a difference()
com.faendir.acra.persistence.bug.BugRepositoryTest$FindInRange ‑ should return exactly bugs in time range()
com.faendir.acra.persistence.bug.BugRepositoryTest$GetAllIds ‑ should return all ids for app()
com.faendir.acra.persistence.bug.BugRepositoryTest$GetIdentifiers ‑ should get all identifiers for bug()
com.faendir.acra.persistence.bug.BugRepositoryTest$MergeBugs ‑ should update bug stats()
com.faendir.acra.persistence.bug.BugRepositoryTest$MergeBugs ‑ should update references and remove old bug()
com.faendir.acra.persistence.bug.BugRepositoryTest$MergeBugs ‑ should update title()
com.faendir.acra.persistence.bug.BugRepositoryTest$Provider ‑ should filter returned bugs()
com.faendir.acra.persistence.bug.BugRepositoryTest$Provider ‑ should offset and limit returned bugs()
com.faendir.acra.persistence.bug.BugRepositoryTest$Provider ‑ should return all bugs for app()
com.faendir.acra.persistence.bug.BugRepositoryTest$Provider ‑ should sort returned bugs()
com.faendir.acra.persistence.bug.BugRepositoryTest$SetSolved ‑ should set and reset solved version()
com.faendir.acra.persistence.bug.BugRepositoryTest$SetTitle ‑ should update title()
com.faendir.acra.persistence.bug.BugRepositoryTest$SplitFromBug ‑ should create new bug and update references()
com.faendir.acra.persistence.bug.BugRepositoryTest$SplitFromBug ‑ should update bug stats()
com.faendir.acra.persistence.device.DeviceRepositoryTest ‑ should store and find marketing names for devices()
com.faendir.acra.persistence.mailsettings.MailSettingsRepositoryTest ‑ should find all by app()
com.faendir.acra.persistence.mailsettings.MailSettingsRepositoryTest ‑ should find by app and username()
com.faendir.acra.persistence.mailsettings.MailSettingsRepositoryTest ‑ should get all()
com.faendir.acra.persistence.mailsettings.MailSettingsRepositoryTest ‑ should override existing settings()
com.faendir.acra.persistence.mailsettings.MailSettingsRepositoryTest ‑ should store new settings()
com.faendir.acra.persistence.report.ReportRepositoryTest$Attachment ‑ should find report attachment names()
com.faendir.acra.persistence.report.ReportRepositoryTest$Attachment ‑ should load attachment content()
com.faendir.acra.persistence.report.ReportRepositoryTest$CountGroupedBy ‑ should return count grouped from filtered reports()
com.faendir.acra.persistence.report.ReportRepositoryTest$CountGroupedBy ‑ should return count grouped from reports()
com.faendir.acra.persistence.report.ReportRepositoryTest$CountInRange ‑ should count reports in time range()
com.faendir.acra.persistence.report.ReportRepositoryTest$Create ‑ should store attachments()
com.faendir.acra.persistence.report.ReportRepositoryTest$Create ‑ should store full report()
com.faendir.acra.persistence.report.ReportRepositoryTest$Create ‑ should store minimal report()
com.faendir.acra.persistence.report.ReportRepositoryTest$Create ‑ should throw for duplicate report id()
com.faendir.acra.persistence.report.ReportRepositoryTest$Create ‑ should throw for missing app()
com.faendir.acra.persistence.report.ReportRepositoryTest$Create ‑ should throw for missing bug()
com.faendir.acra.persistence.report.ReportRepositoryTest$Create ‑ should throw for missing version()
com.faendir.acra.persistence.report.ReportRepositoryTest$Delete ‑ should delete report()
com.faendir.acra.persistence.report.ReportRepositoryTest$Delete ‑ should delete reports before time()
com.faendir.acra.persistence.report.ReportRepositoryTest$Delete ‑ should delete reports before version()
com.faendir.acra.persistence.report.ReportRepositoryTest$Delete ‑ should not delete reports of other apps by time()
com.faendir.acra.persistence.report.ReportRepositoryTest$Delete ‑ should not delete reports of other apps by version()
com.faendir.acra.persistence.report.ReportRepositoryTest$Find ‑ should find report by id()
com.faendir.acra.persistence.report.ReportRepositoryTest$Find ‑ should return null for unknown id()
com.faendir.acra.persistence.report.ReportRepositoryTest$Get ‑ should return field from filtered reports()
com.faendir.acra.persistence.report.ReportRepositoryTest$Get ‑ should return field from reports()
com.faendir.acra.persistence.report.ReportRepositoryTest$InstallationProvider ‑ should offset and limit returned installations()
com.faendir.acra.persistence.report.ReportRepositoryTest$InstallationProvider ‑ should return all installations from app()
com.faendir.acra.persistence.report.ReportRepositoryTest$InstallationProvider ‑ should sort returned installations()
com.faendir.acra.persistence.report.ReportRepositoryTest$ListIds ‑ should return all report ids without window()
com.faendir.acra.persistence.report.ReportRepositoryTest$ListIds ‑ should return report ids in window()
com.faendir.acra.persistence.report.ReportRepositoryTest$Provider ‑ should not fail for missing custom columns()
com.faendir.acra.persistence.report.ReportRepositoryTest$Provider ‑ should offset and limit returned reports()
com.faendir.acra.persistence.report.ReportRepositoryTest$Provider ‑ should return all data including custom columns()
com.faendir.acra.persistence.report.ReportRepositoryTest$Provider ‑ should return all reports from app()
com.faendir.acra.persistence.report.ReportRepositoryTest$Provider ‑ should return all reports from bug()
com.faendir.acra.persistence.report.ReportRepositoryTest$Provider ‑ should return all reports from installation()
com.faendir.acra.persistence.report.ReportRepositoryTest$Provider ‑ should sort returned reports()
com.faendir.acra.persistence.user.UserRepositoryTest$Authorities ‑ should return roles and permissions()
com.faendir.acra.persistence.user.UserRepositoryTest$CheckPassword ‑ should return false if password does not match()
com.faendir.acra.persistence.user.UserRepositoryTest$CheckPassword ‑ should return false if user doesn't exist()
com.faendir.acra.persistence.user.UserRepositoryTest$CheckPassword ‑ should return true if password matches()
com.faendir.acra.persistence.user.UserRepositoryTest$Create ‑ should add roles()
com.faendir.acra.persistence.user.UserRepositoryTest$Create ‑ should encode password()
com.faendir.acra.persistence.user.UserRepositoryTest$Create ‑ should enforce lowercase username()
com.faendir.acra.persistence.user.UserRepositoryTest$Create ‑ should store mail address()
com.faendir.acra.persistence.user.UserRepositoryTest$Delete ‑ should delete user()
com.faendir.acra.persistence.user.UserRepositoryTest$Delete ‑ should ignore nonexistent username()
com.faendir.acra.persistence.user.UserRepositoryTest$Exists ‑ should return if user exists()
com.faendir.acra.persistence.user.UserRepositoryTest$Find ‑ should find user regardless of case()
com.faendir.acra.persistence.user.UserRepositoryTest$Find ‑ should find user()
com.faendir.acra.persistence.user.UserRepositoryTest$HasAnyAdmin ‑ should return false if no admin exists()
com.faendir.acra.persistence.user.UserRepositoryTest$HasAnyAdmin ‑ should return true if an admin exists()
com.faendir.acra.persistence.user.UserRepositoryTest$Provider ‑ should limit correctly regardless of number of roles and permissions()
com.faendir.acra.persistence.user.UserRepositoryTest$Provider ‑ should offset and limit returned users()
com.faendir.acra.persistence.user.UserRepositoryTest$Provider ‑ should return all users with USER role including authorities()
com.faendir.acra.persistence.user.UserRepositoryTest$Provider ‑ should sort returned users()
com.faendir.acra.persistence.user.UserRepositoryTest$SetPermission ‑ should set permission()
com.faendir.acra.persistence.user.UserRepositoryTest$SetPermission ‑ should update existing permission()
com.faendir.acra.persistence.user.UserRepositoryTest$SetRole ‑ should add role()
com.faendir.acra.persistence.user.UserRepositoryTest$SetRole ‑ should ignore existing role()
com.faendir.acra.persistence.user.UserRepositoryTest$SetRole ‑ should ignore missing role()
com.faendir.acra.persistence.user.UserRepositoryTest$SetRole ‑ should remove role()
com.faendir.acra.persistence.user.UserRepositoryTest$Update ‑ should encode password if provided()
com.faendir.acra.persistence.user.UserRepositoryTest$Update ‑ should not change password if not provided()
com.faendir.acra.persistence.user.UserRepositoryTest$Update ‑ should store mail address()
com.faendir.acra.persistence.version.VersionRepositoryTest$Delete ‑ should delete version()
com.faendir.acra.persistence.version.VersionRepositoryTest$EnsureExists ‑ should ignore existing version()
com.faendir.acra.persistence.version.VersionRepositoryTest$EnsureExists ‑ should store new Version()
com.faendir.acra.persistence.version.VersionRepositoryTest$Find ‑ should find version by app, code and flavor()
com.faendir.acra.persistence.version.VersionRepositoryTest$Find ‑ should find version by key()
com.faendir.acra.persistence.version.VersionRepositoryTest$MaxVersionCode ‑ should find max version code by app()
com.faendir.acra.persistence.version.VersionRepositoryTest$Provider ‑ should offset and limit returned versions()
com.faendir.acra.persistence.version.VersionRepositoryTest$Provider ‑ should return all versions from app()
com.faendir.acra.persistence.version.VersionRepositoryTest$Provider ‑ should sort returned versions()
com.faendir.acra.persistence.version.VersionRepositoryTest$SetMappings ‑ should ignore name on existing Version()
com.faendir.acra.persistence.version.VersionRepositoryTest$SetMappings ‑ should set name to code if missing on new Version()
com.faendir.acra.persistence.version.VersionRepositoryTest$SetMappings ‑ should store mappings and name on existing Version()
com.faendir.acra.persistence.version.VersionRepositoryTest$SetMappings ‑ should store mappings on new Version()
com.faendir.acra.persistence.version.VersionRepositoryTest$VersionNames ‑ should get all version names for app()
com.faendir.acra.rest.RestReportInterfaceIntegrationTest ‑ should be able to submit report()
com.faendir.acra.rest.RestReportInterfaceTest ‑ should accept report with attachments()
com.faendir.acra.rest.RestReportInterfaceTest ‑ should accept report without attachments()
com.faendir.acra.setup.DeviceSetupTest ‑ should set up devices()
com.faendir.acra.ui.view.AboutViewTest ‑ should load()
com.faendir.acra.ui.view.AboutViewTest ‑ should not load without USER
com.faendir.acra.ui.view.SettingsViewTest ‑ should be able to set dark theme()
com.faendir.acra.ui.view.SettingsViewTest ‑ should be able to set locale()
com.faendir.acra.ui.view.SettingsViewTest ‑ should load()
com.faendir.acra.ui.view.SettingsViewTest ‑ should not load without USER
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest ‑ should load()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest ‑ should not load without Permission(appId=140, level=VIEW)
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest ‑ should not load without USER
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$CustomColumnAppAdminCardTest ‑ should be able to add custom column()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$CustomColumnAppAdminCardTest ‑ should be able to delete custom column()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$CustomColumnAppAdminCardTest ‑ should be able to edit custom column()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$CustomColumnAppAdminCardTest ‑ should not show edit or delete without ADMIN role()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$CustomColumnAppAdminCardTest ‑ should show edit and delete with ADMIN permission()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$DangerAppAdminCardTest ‑ should delete app()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$DangerAppAdminCardTest ‑ should not show up without admin role()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$DangerAppAdminCardTest ‑ should purge old reports by date()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$DangerAppAdminCardTest ‑ should purge old reports by version()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$DangerAppAdminCardTest ‑ should recreate reporter()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$ExportAppAdminCardTest ‑ should export reports by id()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$ExportAppAdminCardTest ‑ should export reports by mail()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$NotificationAppAdminCardTest ‑ should be able to set and reset new bug mail setting()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$NotificationAppAdminCardTest ‑ should be able to set and reset regression mail setting()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$NotificationAppAdminCardTest ‑ should be able to set and reset spike mail setting()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$NotificationAppAdminCardTest ‑ should be able to set and reset weekly mail setting()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$VersionAppAdminCardTest ‑ should be able to create version()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$VersionAppAdminCardTest ‑ should be able to delete version()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$VersionAppAdminCardTest ‑ should be able to edit version()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$VersionAppAdminCardTest ‑ should not show edit or delete with VIEW permission()
com.faendir.acra.ui.view.app.tabs.AdminAppTabTest$VersionAppAdminCardTest ‑ should show edit and delete with EDIT permission()
com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should load()
com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should merge bugs()
com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should navigate to bug view()
com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should not allow to solve a bug without EDIT permission()
com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should not load without Permission(appId=163, level=VIEW)
com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should not load without USER
com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should not show merge button without EDIT permission()
com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should solve bug()
com.faendir.acra.ui.view.app.tabs.InstallationAppTabTest ‑ should load()
com.faendir.acra.ui.view.app.tabs.InstallationAppTabTest ‑ should navigate to installation view()
com.faendir.acra.ui.view.app.tabs.InstallationAppTabTest ‑ should not load without Permission(appId=170, level=VIEW)
com.faendir.acra.ui.view.app.tabs.InstallationAppTabTest ‑ should not load without USER
com.faendir.acra.ui.view.app.tabs.ReportAppTabTest ‑ should be able to delete report()
com.faendir.acra.ui.view.app.tabs.ReportAppTabTest ‑ should load()
com.faendir.acra.ui.view.app.tabs.ReportAppTabTest ‑ should navigate to report view()
com.faendir.acra.ui.view.app.tabs.ReportAppTabTest ‑ should not load without Permission(appId=173, level=VIEW)
com.faendir.acra.ui.view.app.tabs.ReportAppTabTest ‑ should not load without USER
com.faendir.acra.ui.view.app.tabs.ReportAppTabTest ‑ should not show delete button without edit permission()
com.faendir.acra.ui.view.app.tabs.StatisticsAppTabTest ‑ should load()
com.faendir.acra.ui.view.app.tabs.StatisticsAppTabTest ‑ should not load without Permission(appId=178, level=VIEW)
com.faendir.acra.ui.view.app.tabs.StatisticsAppTabTest ‑ should not load without USER
com.faendir.acra.ui.view.app.tabs.StatisticsAppTabTest ‑ should show statistics()
com.faendir.acra.ui.view.bug.tabs.AdminBugTabTest ‑ should load()
com.faendir.acra.ui.view.bug.tabs.AdminBugTabTest ‑ should not load without Permission(appId=181, level=VIEW)
com.faendir.acra.ui.view.bug.tabs.AdminBugTabTest ‑ should not load without USER
com.faendir.acra.ui.view.bug.tabs.AdminBugTabTest$DangerBugAdminCardTest ‑ should be able to delete bug()
com.faendir.acra.ui.view.bug.tabs.AdminBugTabTest$DangerBugAdminCardTest ‑ should not show up without admin permission()
com.faendir.acra.ui.view.bug.tabs.AdminBugTabTest$PropertiesBugAdminCardTest ‑ should be able to change solved version()
com.faendir.acra.ui.view.bug.tabs.AdminBugTabTest$PropertiesBugAdminCardTest ‑ should be able to change title()
com.faendir.acra.ui.view.bug.tabs.AdminBugTabTest$PropertiesBugAdminCardTest ‑ should not show up without edit permission()
com.faendir.acra.ui.view.bug.tabs.IdentifierBugTabTest ‑ should be able to unlink bug()
com.faendir.acra.ui.view.bug.tabs.IdentifierBugTabTest ‑ should load()
com.faendir.acra.ui.view.bug.tabs.IdentifierBugTabTest ‑ should not load without Permission(appId=188, level=VIEW)
com.faendir.acra.ui.view.bug.tabs.IdentifierBugTabTest ‑ should not load without USER
com.faendir.acra.ui.view.bug.tabs.IdentifierBugTabTest ‑ should not show unlink button without edit permission()
com.faendir.acra.ui.view.bug.tabs.ReportBugTabTest ‑ should load()
com.faendir.acra.ui.view.bug.tabs.ReportBugTabTest ‑ should not load without Permission(appId=192, level=VIEW)
com.faendir.acra.ui.view.bug.tabs.ReportBugTabTest ‑ should not load without USER
com.faendir.acra.ui.view.bug.tabs.ReportBugTabTest ‑ should show delete column with EDIT permission()
com.faendir.acra.ui.view.bug.tabs.ReportBugTabTest ‑ should show not show delete column with VIEW permission()
com.faendir.acra.ui.view.bug.tabs.ReportBugTabTest ‑ should show report list()
com.faendir.acra.ui.view.bug.tabs.StatisticsBugTabTest ‑ should load()
com.faendir.acra.ui.view.bug.tabs.StatisticsBugTabTest ‑ should not load without Permission(appId=197, level=VIEW)
com.faendir.acra.ui.view.bug.tabs.StatisticsBugTabTest ‑ should not load without USER
com.faendir.acra.ui.view.bug.tabs.StatisticsBugTabTest ‑ should show statistics()
com.faendir.acra.ui.view.report.ReportViewTest ‑ should load()
com.faendir.acra.ui.view.report.ReportViewTest ‑ should not load without Permission(appId=200, level=VIEW)
com.faendir.acra.ui.view.report.ReportViewTest ‑ should not load without USER