Skip to content

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to…

Sign in for the full log view
GitHub Actions / Test Reports succeeded Jan 8, 2025 in 1s

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✅ 15s
all-reports/search-instrumentation-tests-reports/testDebugWithEmulatorWtf/results.xml 4✅ 17s
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.facts.presentation.FactsViewModelTests.xml 3✅ 8s
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.domain.SearchQueryValidationTests.xml 1✅ 53ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.presentation.SearchViewModelTests.xml 3✅ 8s
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✅ 3ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.ConnectivityErrorTransformerTests.xml 2✅ 3ms
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✅ 2ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.RestClientTests.xml 4✅ 33s

✅ all-reports/facts-instrumentation-tests-reports/testDebugWithEmulatorWtf/results.xml

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

Test suite Passed Failed Skipped Time
run (Pixel2 31) 4✅ 15s

✅ 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 17s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
run (Pixel2 31) 4✅ 17s

✅ 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 8s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.dotanuki.features.facts.presentation.FactsViewModelTests 3✅ 8s

✅ 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 53ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.dotanuki.features.search.domain.SearchQueryValidationTests 1✅ 53ms

✅ 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 8s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.dotanuki.features.search.presentation.SearchViewModelTests 3✅ 8s

✅ 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 3ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.dotanuki.platform.jvm.core.rest.internal.NetworkingErrorAwareExecutionTests 1✅ 3ms

✅ 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 3ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.dotanuki.platform.jvm.core.rest.internal.transformers.ConnectivityErrorTransformerTests 2✅ 3ms

✅ 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 2ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.dotanuki.platform.jvm.core.rest.internal.transformers.RestfulErrorTransformerTests 2✅ 2ms

✅ 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 33s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.dotanuki.platform.jvm.core.rest.RestClientTests 4✅ 33s

✅ 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