Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Non-AWS dependency updates #1329

Merged
merged 1 commit into from
Oct 30, 2024

Update sbt to 1.10.3

f080539
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): Non-AWS dependency updates #1329

Update sbt to 1.10.3
f080539
Select commit
Loading
Failed to load commit list.
GitHub Actions / Tests succeeded Oct 23, 2024 in 0s

30 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
registration/target/test-reports/TEST-registration.auditor.FootballMatchAuditorSpec.xml 2βœ… 31ms
registration/target/test-reports/TEST-registration.auditor.LiveblogAuditorSpec.xml 5βœ… 232ms
registration/target/test-reports/TEST-registration.auditor.TimeExpiringAuditorSpec.xml 3βœ… 30ms
registration/target/test-reports/TEST-registration.controllers.MainControllerSpec.xml 4βœ… 3s
registration/target/test-reports/TEST-registration.db.BuildTierSpec.xml 4βœ… 5ms
registration/target/test-reports/TEST-registration.models.LegacyRegistrationSpec.xml 3βœ… 293ms
registration/target/test-reports/TEST-registration.services.LegacyNewsstandRegistrationConverterSpec.xml 2βœ… 536ms
registration/target/test-reports/TEST-registration.services.LegacyRegistrationConverterSpec.xml 4βœ… 7ms
registration/target/test-reports/TEST-registration.services.topic.AuditorTopicValidatorSpec.xml 3βœ… 53ms

βœ…Β registration/target/test-reports/TEST-registration.auditor.FootballMatchAuditorSpec.xml

2 tests were completed in 31ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
registration.auditor.FootballMatchAuditorSpec 2βœ… 31ms

βœ…Β registration.auditor.FootballMatchAuditorSpec

βœ… Football match client should::query PA and return matches that have ended
βœ… Football match client should::do not query PA if there are no football matches in topic list

βœ…Β registration/target/test-reports/TEST-registration.auditor.LiveblogAuditorSpec.xml

5 tests were completed in 232ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
registration.auditor.LiveblogAuditorSpec 5βœ… 232ms

βœ…Β registration.auditor.LiveblogAuditorSpec

βœ… A LiveblogAuditor should::ignore topics where type is not content
βœ… A LiveblogAuditor should::return topics as expired where liveBloggingNow is invalid
βœ… A LiveblogAuditor should::return topics as expired where liveBloggingNow is missing
βœ… A LiveblogAuditor should::return topics as expired where liveBloggingNow is false
βœ… A LiveblogAuditor should::not return topics as expired where liveBloggingNow is true

βœ…Β registration/target/test-reports/TEST-registration.auditor.TimeExpiringAuditorSpec.xml

3 tests were completed in 30ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
registration.auditor.TimeExpiringAuditorSpec 3βœ… 30ms

βœ…Β registration.auditor.TimeExpiringAuditorSpec

βœ… A TimeExpiryTopic should::Expiry reference topics if date is after threshold
βœ… A TimeExpiryTopic should::Not expire reference topics before the threshold
βœ… A TimeExpiryTopic should::Not expire topics that are not in the set

βœ…Β registration/target/test-reports/TEST-registration.controllers.MainControllerSpec.xml

4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
registration.controllers.MainControllerSpec 4βœ… 3s

βœ…Β registration.controllers.MainControllerSpec

βœ… Registrations controller should::responds to healtcheck
βœ… Registrations controller should::return legacy formatted response for legacy registration
βœ… Registrations controller should::not include in invalid topics in response to legacy registration
βœ… Registrations controller should::returns 400 for a android registration without a fcmToken

βœ…Β registration/target/test-reports/TEST-registration.db.BuildTierSpec.xml

4 tests were completed in 5ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
registration.db.BuildTierSpec 4βœ… 5ms

βœ…Β registration.db.BuildTierSpec

βœ… chooseTier should::Mark an Android beta build which fails to send an app version as a release build
βœ… chooseTier should::Mark an Android beta build which includes an app version as a beta build
βœ… chooseTier should::Mark an iOS beta build as a beta build
βœ… chooseTier should::Return None if the client sends an invalid build tier

βœ…Β registration/target/test-reports/TEST-registration.models.LegacyRegistrationSpec.xml

3 tests were completed in 293ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
registration.models.LegacyRegistrationSpec 3βœ… 293ms

βœ…Β registration.models.LegacyRegistrationSpec

βœ… The LegacyTopic should::parse a standard legacy topic
βœ… The LegacyTopic should::parse a legacy topic with the android workaround
βœ… The LegacyTopic should::fail to parse wrong json

βœ…Β registration/target/test-reports/TEST-registration.services.LegacyNewsstandRegistrationConverterSpec.xml

2 tests were completed in 536ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
registration.services.LegacyNewsstandRegistrationConverterSpec 2βœ… 536ms

βœ…Β registration.services.LegacyNewsstandRegistrationConverterSpec

βœ… LegacyNewsstandRegistrationConverter should::toRegistration
βœ… LegacyNewsstandRegistrationConverter should::fromResponse

βœ…Β registration/target/test-reports/TEST-registration.services.LegacyRegistrationConverterSpec.xml

4 tests were completed in 7ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
registration.services.LegacyRegistrationConverterSpec 4βœ… 7ms

βœ…Β registration.services.LegacyRegistrationConverterSpec

βœ… LegacyRegistrationConverter should::Convert a legacy registration to an internal one
βœ… LegacyRegistrationConverter should::Convert a legacy registration with a firebase token only to an internal one
βœ… LegacyRegistrationConverter should::Convert a legacy registration with both a firebase token and an azure token to an internal one
βœ… LegacyRegistrationConverter should::Return an error where an android device has no fcm token

βœ…Β registration/target/test-reports/TEST-registration.services.topic.AuditorTopicValidatorSpec.xml

3 tests were completed in 53ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
registration.services.topic.AuditorTopicValidatorSpec 3βœ… 53ms

βœ…Β registration.services.topic.AuditorTopicValidatorSpec

βœ… Auditor Topic Validator should::return filtered list of topics from both auditors
βœ… Auditor Topic Validator should::Limit the number of tags to 200
βœ… Auditor Topic Validator should::Do not filter breaking news if topic list too long