Skip to content

Update kotlin monorepo to v2.1.0 (#1530) #4483

Update kotlin monorepo to v2.1.0 (#1530)

Update kotlin monorepo to v2.1.0 (#1530) #4483

GitHub Actions / Test Reports succeeded Nov 30, 2024 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βœ… 14s
all-reports/search-instrumentation-tests-reports/testDebugWithEmulatorWtf/results.xml 4βœ… 12s
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.facts.presentation.FactsViewModelTests.xml 3βœ… 12s
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.domain.SearchQueryValidationTests.xml 1βœ… 74ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.presentation.SearchViewModelTests.xml 3βœ… 11s
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.android.core.persistence.LocalStorageTests.xml 3βœ… 10s
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βœ… 1ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.DataMarshallingErrorTransformerTests.xml 2βœ… 0ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.RestfulErrorTransformerTests.xml 2βœ… 1ms
all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.RestClientTests.xml 4βœ… 27s

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

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

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

βœ…Β 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 12s with 4 passed, 0 failed and 0 skipped.

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

βœ…Β 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 12s with 3 passed, 0 failed and 0 skipped.

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

βœ…Β 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 74ms with 1 passed, 0 failed and 0 skipped.

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

βœ…Β 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 11s with 3 passed, 0 failed and 0 skipped.

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

βœ…Β 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 10s with 3 passed, 0 failed and 0 skipped.

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

βœ…Β 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 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 0ms with 2 passed, 0 failed and 0 skipped.

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

βœ…Β 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 1ms with 2 passed, 0 failed and 0 skipped.

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

βœ…Β 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 27s with 4 passed, 0 failed and 0 skipped.

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

βœ…Β 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