ISSUE-3189 front end support for subaddressing #2080
424 passed, 18 failed and 0 skipped
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
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] [32mComposerController::_getAllIdentities: Fetch again identity ![0m
[TwakeMail] [31mComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"[0m
[TwakeMail] [32mComposerController::_getAlwaysReadReceiptSetting:[0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32m_WebEditorState::initState:height: 552.0 | width: 752.0[0m
[TwakeMail] [32m_WebEditorState::initState:dropZoneWidth: 662.0 | dropZoneHeight: 502.0[0m
══╡ 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
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] [32mComposerController::_getAllIdentities: Fetch again identity ![0m
[TwakeMail] [31mComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"[0m
[TwakeMail] [32mComposerController::_getAlwaysReadReceiptSetting:[0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32m_WebEditorState::initState:height: 552.0 | width: 752.0[0m
[TwakeMail] [32m_WebEditorState::initState:dropZoneWidth: 662.0 | dropZoneHeight: 502.0[0m
══╡ 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
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
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
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] [31mComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"[0m
[TwakeMail] [32mComposerController::_getAlwaysReadReceiptSetting:[0m
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
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] [31mComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"[0m
[TwakeMail] [32mComposerController::_getAlwaysReadReceiptSetting:[0m
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
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] [32mComposerController::_getAllIdentities: Fetch again identity ![0m
[TwakeMail] [31mComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"[0m
[TwakeMail] [32mComposerController::_getAlwaysReadReceiptSetting:[0m
[TwakeMail] [32mComposerController::handleSuccessViewState():Success = GetAllIdentitiesSuccess[0m
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
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] [32mComposerController::_getAllIdentities: Fetch again identity ![0m
[TwakeMail] [31mComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"[0m
[TwakeMail] [32mComposerController::_getAlwaysReadReceiptSetting:[0m
[TwakeMail] [32mComposerController::handleSuccessViewState():Success = GetAllIdentitiesSuccess[0m
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
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] [32mComposerController::_getAllIdentities: Fetch again identity ![0m
[TwakeMail] [31mComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"[0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
══╡ 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
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] [32mComposerController::_getAllIdentities: Fetch again identity ![0m
[TwakeMail] [31mComposerController::injectAutoCompleteBindings(): exception: "CacheExceptionThrower" not found. You need to call "Get.put(CacheExceptionThrower())" or "Get.lazyPut(()=>CacheExceptionThrower())"[0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
[TwakeMail] [32mMailAddress::validate: Address = [email protected][0m
══╡ 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
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] [32mComposerController::handleSuccessViewState():Success = GetAlwaysReadReceiptSettingSuccess[0m
dart:isolate _RawReceivePort._handleMessage