Skip to content

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-core-jv… #4534

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-core-jv…

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-core-jv… #4534

GitHub Actions / Test Reports succeeded Jan 7, 2025 in 0s

29 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
all-reports/facts-instrumentation-tests-reports/testDebugWithEmulatorWtf/results.xml 4βœ… 18s
all-reports/search-instrumentation-tests-reports/testDebugWithEmulatorWtf/results.xml 4βœ… 13s
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.facts.presentation.FactsViewModelTests.xml 3βœ… 7s
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.domain.SearchQueryValidationTests.xml 1βœ… 38ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.presentation.SearchViewModelTests.xml 3βœ… 7s
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.android.core.persistence.LocalStorageTests.xml 3βœ… 11s
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.NetworkingErrorAwareExecutionTests.xml 1βœ… 4ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.ConnectivityErrorTransformerTests.xml 2βœ… 1ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.DataMarshallingErrorTransformerTests.xml 2βœ… 1ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.RestfulErrorTransformerTests.xml 2βœ… 0ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.RestClientTests.xml 4βœ… 30s

βœ…Β all-reports/facts-instrumentation-tests-reports/testDebugWithEmulatorWtf/results.xml

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

Test suite Passed Failed Skipped Time
run (Pixel2 31) 4βœ… 18s

βœ…Β run (Pixel2 31)

io.dotanuki.features.facts.FactsAcceptanceTests
  βœ… testFactsActivity
io.dotanuki.features.facts.FactsScreenshotTests
  βœ… emptyState
  βœ… successState
  βœ… errorState

βœ…Β all-reports/search-instrumentation-tests-reports/testDebugWithEmulatorWtf/results.xml

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

Test suite Passed Failed Skipped Time
run (Pixel2 31) 4βœ… 13s

βœ…Β run (Pixel2 31)

io.dotanuki.features.search.SearchAcceptanceTests
  βœ… shouldPerformSearch_ByChoosingASuggestion
  βœ… shouldPerformASearch_ByTypingATerm
io.dotanuki.features.search.SearchScreenshotTests
  βœ… contentWithHistory
  βœ… errorState

βœ…Β all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.facts.presentation.FactsViewModelTests.xml

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

Test suite Passed Failed Skipped Time
io.dotanuki.features.facts.presentation.FactsViewModelTests 3βœ… 7s

βœ…Β io.dotanuki.features.facts.presentation.FactsViewModelTests

βœ… at first lunch, should start on empty state
βœ… given a successful a search, should emit results
βœ… given an unsuccessful a search, should emit error

βœ…Β all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.domain.SearchQueryValidationTests.xml

1 tests were completed in 38ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.dotanuki.features.search.domain.SearchQueryValidationTests 1βœ… 38ms

βœ…Β io.dotanuki.features.search.domain.SearchQueryValidationTests

βœ… should validate query

βœ…Β all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.presentation.SearchViewModelTests.xml

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

Test suite Passed Failed Skipped Time
io.dotanuki.features.search.presentation.SearchViewModelTests 3βœ… 7s

βœ…Β io.dotanuki.features.search.presentation.SearchViewModelTests

βœ… should proceed saving term chosen from suggestions
βœ… should emit error when loading suggestions
βœ… at first lunch should display only suggestions

βœ…Β all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.android.core.persistence.LocalStorageTests.xml

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

Test suite Passed Failed Skipped Time
io.dotanuki.platform.android.core.persistence.LocalStorageTests 3βœ… 11s

βœ…Β io.dotanuki.platform.android.core.persistence.LocalStorageTests

βœ… should store new search term
βœ… should not persist the same term more than once
βœ… should retrieve empty search history

βœ…Β all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.NetworkingErrorAwareExecutionTests.xml

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

Test suite Passed Failed Skipped Time
io.dotanuki.platform.jvm.core.rest.internal.NetworkingErrorAwareExecutionTests 1βœ… 4ms

βœ…Β io.dotanuki.platform.jvm.core.rest.internal.NetworkingErrorAwareExecutionTests

βœ… should transform downstream error with managed execution

βœ…Β all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.ConnectivityErrorTransformerTests.xml

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

Test suite Passed Failed Skipped Time
io.dotanuki.platform.jvm.core.rest.internal.transformers.ConnectivityErrorTransformerTests 2βœ… 1ms

βœ…Β io.dotanuki.platform.jvm.core.rest.internal.transformers.ConnectivityErrorTransformerTests

βœ… should transform connectivity errors surfaced by the HTTP stack
βœ… should propagate any other error

βœ…Β all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.DataMarshallingErrorTransformerTests.xml

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

Test suite Passed Failed Skipped Time
io.dotanuki.platform.jvm.core.rest.internal.transformers.DataMarshallingErrorTransformerTests 2βœ… 1ms

βœ…Β io.dotanuki.platform.jvm.core.rest.internal.transformers.DataMarshallingErrorTransformerTests

βœ… should not handle any other errors
βœ… should transform serialization-related errors

βœ…Β all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.RestfulErrorTransformerTests.xml

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

Test suite Passed Failed Skipped Time
io.dotanuki.platform.jvm.core.rest.internal.transformers.RestfulErrorTransformerTests 2βœ… 0ms

βœ…Β io.dotanuki.platform.jvm.core.rest.internal.transformers.RestfulErrorTransformerTests

βœ… should transform http error from downstream
βœ… should propagate any other error

βœ…Β all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.RestClientTests.xml

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

Test suite Passed Failed Skipped Time
io.dotanuki.platform.jvm.core.rest.RestClientTests 4βœ… 30s

βœ…Β io.dotanuki.platform.jvm.core.rest.RestClientTests

βœ… should recover from latency in the network
βœ… should recover from network timeouts
βœ… should recover from connection spikes
βœ… should not recover from HTTP errors