Skip to content

ISSUE-3189 front end support for subaddressing #2080

ISSUE-3189 front end support for subaddressing

ISSUE-3189 front end support for subaddressing #2080

GitHub Actions / Flutter Tests - default failed Nov 18, 2024 in 0s

424 passed, 18 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
test-report-default.json 424✅ 18❌ 150s

Annotations

Check failure on line 625 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.compose: ► should update _savedEmailDraftHash when user click save draft button and SaveEmailAsDraf...

Failed test found in:
  test-report-default.json
Error:
  The following TestFailure was thrown while running async test code:
  Expected: <934741315>
    Actual: <858841069>
  
Raw output
[TwakeMail] ComposerController::_getAllIdentities: Fetch again identity !
[TwakeMail] ComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"
[TwakeMail] ComposerController::_getAlwaysReadReceiptSetting:
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] _WebEditorState::initState:height: 552.0 | width: 752.0
[TwakeMail] _WebEditorState::initState:dropZoneWidth: 662.0 | dropZoneHeight: 502.0
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown while running async test code:
Expected: <934741315>
  Actual: <858841069>

When the exception was thrown, this was the stack:
#0      fail (package:matcher/src/expect/expect.dart:149:31)
#1      _expect (package:matcher/src/expect/expect.dart:144:3)
#2      expect (package:matcher/src/expect/expect.dart:56:3)
#3      expect (package:flutter_test/src/widget_tester.dart:474:18)
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///home/runner/work/tmail-flutter/tmail-flutter/test/features/composer/presentation/composer_controller_test.dart:625:13)
<asynchronous suspension>
<asynchronous suspension>
#6      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///home/runner/work/tmail-flutter/tmail-flutter/test/features/composer/presentation/composer_controller_test.dart:565:11)
<asynchronous suspension>
#7      testWidgets.<anonymous closure>.<anonymous closure> (package:flutter_test/src/widget_tester.dart:183:15)
<asynchronous suspension>
#8      TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1017:5)
<asynchronous suspension>
<asynchronous suspension>
(elided 2 frames from dart:async and package:stack_trace)

The exception was caught asynchronously.
════════════════════════════════════════════════════════════════════════════════════════════════════

Check failure on line 697 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.compose: ► should update _savedEmailDraftHash when user click save draft button and UpdateEmailDraf...

Failed test found in:
  test-report-default.json
Error:
  The following TestFailure was thrown while running async test code:
  Expected: <934741315>
    Actual: <858841069>
  
Raw output
[TwakeMail] ComposerController::_getAllIdentities: Fetch again identity !
[TwakeMail] ComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"
[TwakeMail] ComposerController::_getAlwaysReadReceiptSetting:
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] _WebEditorState::initState:height: 552.0 | width: 752.0
[TwakeMail] _WebEditorState::initState:dropZoneWidth: 662.0 | dropZoneHeight: 502.0
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown while running async test code:
Expected: <934741315>
  Actual: <858841069>

When the exception was thrown, this was the stack:
#0      fail (package:matcher/src/expect/expect.dart:149:31)
#1      _expect (package:matcher/src/expect/expect.dart:144:3)
#2      expect (package:matcher/src/expect/expect.dart:56:3)
#3      expect (package:flutter_test/src/widget_tester.dart:474:18)
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///home/runner/work/tmail-flutter/tmail-flutter/test/features/composer/presentation/composer_controller_test.dart:697:13)
<asynchronous suspension>
<asynchronous suspension>
#6      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///home/runner/work/tmail-flutter/tmail-flutter/test/features/composer/presentation/composer_controller_test.dart:637:11)
<asynchronous suspension>
#7      testWidgets.<anonymous closure>.<anonymous closure> (package:flutter_test/src/widget_tester.dart:183:15)
<asynchronous suspension>
#8      TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1017:5)
<asynchronous suspension>
<asynchronous suspension>
(elided 2 frames from dart:async and package:stack_trace)

The exception was caught asynchronously.
════════════════════════════════════════════════════════════════════════════════════════════════════

Check failure on line 299 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.compose: ► should update _savedEmailDraftHash when there is a new view state and the state is GetAl...

Failed test found in:
  test-report-default.json
Error:
  Expected: <805902751>
    Actual: <893197898>
  
Raw output
[TwakeMail] ComposerController::handleSuccessViewState():Success = GetAlwaysReadReceiptSettingSuccess
package:matcher                                                           expect
package:flutter_test/src/widget_tester.dart 474:18                        expect
test/features/composer/presentation/composer_controller_test.dart 336:11  main.<fn>.<fn>.<fn>.<fn>

Check failure on line 339 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.compose: ► should update _savedEmailDraftHash when there is a new view state and the state is GetAl...

Failed test found in:
  test-report-default.json
Error:
  Expected: <675211727>
    Actual: <700741788>
  
Raw output
[TwakeMail] [ERROR] ComposerController::handleFailureViewState():Failure = GetAlwaysReadReceiptSettingFailure(Exception)
package:matcher                                                           expect
package:flutter_test/src/widget_tester.dart 474:18                        expect
test/features/composer/presentation/composer_controller_test.dart 375:11  main.<fn>.<fn>.<fn>.<fn>

Check failure on line 378 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.compose: ► should update _savedEmailDraftHash when _initIdentities is called and listFromIdentities...

Failed test found in:
  test-report-default.json
Error:
  Expected: <934741315>
    Actual: <858841069>
  
Raw output
[TwakeMail] ComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"
[TwakeMail] ComposerController::_getAlwaysReadReceiptSetting:
package:matcher                                                           expect
package:flutter_test/src/widget_tester.dart 474:18                        expect
test/features/composer/presentation/composer_controller_test.dart 417:11  main.<fn>.<fn>.<fn>.<fn>

Check failure on line 423 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.compose: ► should update _savedEmailDraftHash when _initIdentities is called and listFromIdentities...

Failed test found in:
  test-report-default.json
Error:
  Expected: <675211727>
    Actual: <700741788>
  
Raw output
[TwakeMail] ComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"
[TwakeMail] ComposerController::_getAlwaysReadReceiptSetting:
package:matcher                                                           expect
package:flutter_test/src/widget_tester.dart 474:18                        expect
test/features/composer/presentation/composer_controller_test.dart 458:11  main.<fn>.<fn>.<fn>.<fn>

Check failure on line 464 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.compose: ► should update _savedEmailDraftHash when _initIdentities is called and listFromIdentities...

Failed test found in:
  test-report-default.json
Error:
  Expected: <569231471>
    Actual: <841896789>
  
Raw output
[TwakeMail] ComposerController::_getAllIdentities: Fetch again identity !
[TwakeMail] ComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"
[TwakeMail] ComposerController::_getAlwaysReadReceiptSetting:
[TwakeMail] ComposerController::handleSuccessViewState():Success = GetAllIdentitiesSuccess
package:matcher                                                           expect
package:flutter_test/src/widget_tester.dart 474:18                        expect
test/features/composer/presentation/composer_controller_test.dart 506:11  main.<fn>.<fn>.<fn>.<fn>

Check failure on line 512 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.compose: ► should update _savedEmailDraftHash when _initIdentities is called and listFromIdentities...

Failed test found in:
  test-report-default.json
Error:
  Expected: <569231471>
    Actual: <841896789>
  
Raw output
[TwakeMail] ComposerController::_getAllIdentities: Fetch again identity !
[TwakeMail] ComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"
[TwakeMail] ComposerController::_getAlwaysReadReceiptSetting:
[TwakeMail] ComposerController::handleSuccessViewState():Success = GetAllIdentitiesSuccess
package:matcher                                                           expect
package:flutter_test/src/widget_tester.dart 474:18                        expect
test/features/composer/presentation/composer_controller_test.dart 554:11  main.<fn>.<fn>.<fn>.<fn>

Check failure on line 1081 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.editDraft: ► should update _savedEmailDraftHash when user click save draft button and SaveEmailAsDr...

Failed test found in:
  test-report-default.json
Error:
  The following TestFailure was thrown while running async test code:
  Expected: <934741315>
    Actual: <858841069>
  
Raw output
[TwakeMail] ComposerController::_getAllIdentities: Fetch again identity !
[TwakeMail] ComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown while running async test code:
Expected: <934741315>
  Actual: <858841069>

When the exception was thrown, this was the stack:
#0      fail (package:matcher/src/expect/expect.dart:149:31)
#1      _expect (package:matcher/src/expect/expect.dart:144:3)
#2      expect (package:matcher/src/expect/expect.dart:56:3)
#3      expect (package:flutter_test/src/widget_tester.dart:474:18)
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///home/runner/work/tmail-flutter/tmail-flutter/test/features/composer/presentation/composer_controller_test.dart:1081:13)
<asynchronous suspension>
<asynchronous suspension>
#6      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///home/runner/work/tmail-flutter/tmail-flutter/test/features/composer/presentation/composer_controller_test.dart:1020:11)
<asynchronous suspension>
#7      testWidgets.<anonymous closure>.<anonymous closure> (package:flutter_test/src/widget_tester.dart:183:15)
<asynchronous suspension>
#8      TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1017:5)
<asynchronous suspension>
<asynchronous suspension>
(elided 2 frames from dart:async and package:stack_trace)

The exception was caught asynchronously.
════════════════════════════════════════════════════════════════════════════════════════════════════

Check failure on line 1154 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.editDraft: ► should update _savedEmailDraftHash when user click save draft button and UpdateEmailDr...

Failed test found in:
  test-report-default.json
Error:
  The following TestFailure was thrown while running async test code:
  Expected: <934741315>
    Actual: <858841069>
  
Raw output
[TwakeMail] ComposerController::_getAllIdentities: Fetch again identity !
[TwakeMail] ComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
[TwakeMail] MailAddress::validate: Address = [email protected]
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown while running async test code:
Expected: <934741315>
  Actual: <858841069>

When the exception was thrown, this was the stack:
#0      fail (package:matcher/src/expect/expect.dart:149:31)
#1      _expect (package:matcher/src/expect/expect.dart:144:3)
#2      expect (package:matcher/src/expect/expect.dart:56:3)
#3      expect (package:flutter_test/src/widget_tester.dart:474:18)
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///home/runner/work/tmail-flutter/tmail-flutter/test/features/composer/presentation/composer_controller_test.dart:1154:13)
<asynchronous suspension>
<asynchronous suspension>
#6      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///home/runner/work/tmail-flutter/tmail-flutter/test/features/composer/presentation/composer_controller_test.dart:1093:11)
<asynchronous suspension>
#7      testWidgets.<anonymous closure>.<anonymous closure> (package:flutter_test/src/widget_tester.dart:183:15)
<asynchronous suspension>
#8      TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1017:5)
<asynchronous suspension>
<asynchronous suspension>
(elided 2 frames from dart:async and package:stack_trace)

The exception was caught asynchronously.
════════════════════════════════════════════════════════════════════════════════════════════════════

Check failure on line 711 in test/features/composer/presentation/composer_controller_test.dart

See this annotation in the file changed.

@github-actions github-actions / Flutter Tests - default

test/features/composer/presentation/composer_controller_test.dart ► ComposerController test: hash draft email test: email action type is EmailActionType.editDraft: ► should update _savedEmailDraftHash when there is a new view state and the state is Get...

Failed test found in:
  test-report-default.json
Error:
  TimeoutException after 0:00:30.000000: Test timed out after 30 seconds. See https://pub.dev/packages/test#timeouts
Raw output
[TwakeMail] ComposerController::handleSuccessViewState():Success = GetAlwaysReadReceiptSettingSuccess
dart:isolate  _RawReceivePort._handleMessage