Skip to content

more logging

more logging #282

GitHub Actions / Test Results 2021.3.1f1-StandaloneWindows64 completed Feb 8, 2024 in 0s

❌️ Test Results 2021.3.1f1-StandaloneWindows64 - 74/76, failed: 2 - Failed in 17.826s

❌️ editmode-results.xml - 29/31, failed: 2 - Failed in 13.871s

✅ playmode-results.xml - 45/45 - Passed in 3.955s

Details

❌️ editmode-results.xml - 29/31, failed: 2 - Failed in 13.871s
  • ✅ Yarn.Unity.Tests.CodeAnalysisTests - 2/2 - Passed in 0.011s

    • CodeAnalysis_CanGenerateSourceCode - Passed in 0.006s
    • CodeAnalysis_GeneratedSourceCode_RegistersExpectedActions - Passed in 0.005s
  • ✅ Yarn.Unity.Tests.DialogueReferenceTests - 3/3 - Passed in 0.032s

    • DialogueReference_CanFindValidNode - Passed in 0.031s
    • DialogueReference_CannotFindInvalidNode - Passed in 0.001s
    • DialogueReference_IsNotValidWhenEmpty - Passed in 0.000s
  • ❌️ Yarn.Unity.Tests.UnityLocalisationTests - 0/2, failed: 2 - Failed in 0.589s

    • ❌️ UnityLocalisation_FormerImplictLinesAreRemovedFromStringTables - Failed in 0.587s
      Expected: 0
      But was: 4

        Looking for ""
      Will be checking 1 tables
      Table is "en"
      Unable to find a locale in the string table that matches the default locale 
      Updated the following files: YarnScript-ProjectA-1
      {
        "projectFileVersion": 2,
        "sourceFiles": [
          "./YarnScript-ProjectA-1.yarn"
        ],
        "excludeFiles": [],
        "localisation": {},
        "baseLanguage": "",
        "compilerOptions": {}
      }
      {
        "projectFileVersion": 2,
        "sourceFiles": [
          "./YarnScript-ProjectB-1.yarn"
        ],
        "excludeFiles": [],
        "localisation": {},
        "baseLanguage": "",
        "compilerOptions": {}
      }
      
      at Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_FormerImplictLinesAreRemovedFromStringTables () [0x00061] in YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs:189
      
    • ❌️ UnityLocalisation_ImplicitStringsImportedCorrectly - Failed in 0.002s
      Expected: 0
      But was: 4

        {
        "projectFileVersion": 2,
        "sourceFiles": [
          "./YarnScript-ProjectA-1.yarn"
        ],
        "excludeFiles": [],
        "localisation": {},
        "baseLanguage": "",
        "compilerOptions": {}
      }
      {
        "projectFileVersion": 2,
        "sourceFiles": [
          "./YarnScript-ProjectB-1.yarn"
        ],
        "excludeFiles": [],
        "localisation": {},
        "baseLanguage": "",
        "compilerOptions": {}
      }
      
      at Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_ImplicitStringsImportedCorrectly () [0x00040] in YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs:162
      
  • ✅ Yarn.Unity.Tests.YarnImporterTests - 24/24 - Passed in 12.605s

    • YarnEditorUtility_HasValidEditorResources - Passed in 0.131s
    • YarnImporter_CanCreateNewProjectFromScript - Passed in 0.398s
    • YarnImporter_CanCreateNewScript - Passed in 0.250s
    • YarnImporter_CanCreateProjectAndScriptSimultaneously - Passed in 0.371s
    • YarnImporter_OnCreatingScriptNoLineIDs_HasNoImplicitLineIDs - Passed in 0.493s
    • YarnImporter_OnCreatingScriptWithNoLineIDs_HasImplicitLineIDs - Passed in 0.515s
    • YarnImporter_OnNonJSONProjectFormat_CanUpgrade - Passed in 0.561s
    • YarnImporter_OnNonJSONProjectFormat_ProducesUsefulError - Passed in 0.244s
    • YarnImporter_ProgramCacheIsInvalidatedAfterReimport - Passed in 0.673s
    • YarnImporterUtility_CanUpdateLocalizedCSVs_WhenBaseScriptChanges - Passed in 1.239s
    • YarnProjectImporter_OnImport_CreatesLocalizations - Passed in 0.460s
    • YarnProjectImporter_OnInvalidYarnFile_ImportsButDoesNotCompile - Passed in 0.543s
    • YarnProjectImporter_OnLocalizationsConfigured_LocatesAssets - Passed in 0.604s
    • YarnProjectImporter_OnLocalizationsSupplied_GeneratesExpectedLocalizations - Passed in 0.619s
    • YarnProjectImporter_OnNoLocalizationsSupplied_GeneratesExpectedLocalizations - Passed in 0.604s
    • YarnProjectImporter_OnValidYarnFile_GetExpectedStrings - Passed in 0.462s
    • YarnProjectImporter_OnValidYarnFile_ImportsAndCompilesSuccessfully - Passed in 0.505s
    • YarnProjectImporter_OnValidYarnFileWithMetadata_GeneratesLineMetadata - Passed in 0.449s
    • YarnProjectImporter_OnValidYarnFileWithMetadata_GetExpectedLineMetadata - Passed in 0.466s
    • YarnProjectImporter_OnValidYarnFileWithNoLineTags_CannotGetStrings - Passed in 0.444s
    • YarnProjectImporter_OnValidYarnFileWithoutMetadata_GeneratesEmptyLineMetadata - Passed in 0.445s
    • YarnProjectImporter_UpdatesLineMetadata_WhenBaseScriptChanges - Passed in 0.691s
    • YarnProjectImporter_UpdatesLineMetadata_WhenBaseScriptChangesWithoutMetadata - Passed in 0.675s
    • YarnProjectUtility_OnGeneratingLinesFile_CreatesFile - Passed in 0.765s
✅ playmode-results.xml - 45/45 - Passed in 3.955s
  • ✅ Yarn.Unity.Tests.CommandDispatchTests - 1/1 - Passed in 0.040s
    • CommandDispatch_Passes - Passed in 0.040s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests.HandleCommand_DispatchesCommands - 13/13 - Passed in 0.215s
    • HandleCommand_DispatchesCommands("testCommandInteger DialogueRunner 1 2","3") - Passed in 0.016s
    • HandleCommand_DispatchesCommands("testCommandString DialogueRunner a b","ab") - Passed in 0.016s
    • HandleCommand_DispatchesCommands("testCommandString DialogueRunner "a b" "c d"","a bc d") - Passed in 0.015s
    • HandleCommand_DispatchesCommands("testCommandGameObject DialogueRunner Sphere","Sphere") - Passed in 0.016s
    • HandleCommand_DispatchesCommands("testCommandComponent DialogueRunner Sphere","Sphere's MeshRenderer") - Passed in 0.016s
    • HandleCommand_DispatchesCommands("testCommandGameObject DialogueRunner DoesNotExist","(null)") - Passed in 0.019s
    • HandleCommand_DispatchesCommands("testCommandComponent DialogueRunner DoesNotExist","(null)") - Passed in 0.017s
    • HandleCommand_DispatchesCommands("testCommandNoParameters DialogueRunner","success") - Passed in 0.016s
    • HandleCommand_DispatchesCommands("testCommandOptionalParams DialogueRunner 1","3") - Passed in 0.016s
    • HandleCommand_DispatchesCommands("testCommandOptionalParams DialogueRunner 1 3","4") - Passed in 0.016s
    • HandleCommand_DispatchesCommands("testCommandDefaultName DialogueRunner","success") - Passed in 0.015s
    • HandleCommand_DispatchesCommands("testStaticCommand","success") - Passed in 0.019s
    • HandleCommand_DispatchesCommands("testExternalAssemblyCommand","success") - Passed in 0.018s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests.HandleCommand_FailsWhenParameterCountNotCorrect - 2/2 - Passed in 0.033s
    • HandleCommand_FailsWhenParameterCountNotCorrect("testCommandOptionalParams DialogueRunner","requires between 1 and 2 parameters, but 0 were provided") - Passed in 0.016s
    • HandleCommand_FailsWhenParameterCountNotCorrect("testCommandOptionalParams DialogueRunner 1 2 3","requires between 1 and 2 parameters, but 3 were provided") - Passed in 0.017s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests.HandleCommand_FailsWhenParameterTypesNotValid - 1/1 - Passed in 0.024s
    • HandleCommand_FailsWhenParameterTypesNotValid("testCommandInteger DialogueRunner 1 not_an_integer","Can't convert the given parameter") - Passed in 0.024s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests.SplitCommandText_SplitsTextCorrectly - 8/8 - Passed in 0.120s
    • SplitCommandText_SplitsTextCorrectly("one two three four",System.String[]) - Passed in 0.016s
    • SplitCommandText_SplitsTextCorrectly("one "two three" four",System.String[]) - Passed in 0.015s
    • SplitCommandText_SplitsTextCorrectly("one "two three four",System.String[]) - Passed in 0.015s
    • SplitCommandText_SplitsTextCorrectly("one "two \"three" four",System.String[]) - Passed in 0.015s
    • SplitCommandText_SplitsTextCorrectly("one \two three four",System.String[]) - Passed in 0.015s
    • SplitCommandText_SplitsTextCorrectly("one "two \\ three" four",System.String[]) - Passed in 0.015s
    • SplitCommandText_SplitsTextCorrectly("one "two \1 three" four",System.String[]) - Passed in 0.015s
    • SplitCommandText_SplitsTextCorrectly("one two",System.String[]) - Passed in 0.015s
  • ✅ Yarn.Unity.Tests.DialogueRunnerTests - 14/14 - Passed in 0.882s
    • AddCommandHandler_RegistersCommands - Passed in 0.073s
    • AddCommandHandler_RegistersCoroutineCommands - Passed in 0.034s
    • DialogueRunner_CanAccessInitialValues - Passed in 0.039s
    • DialogueRunner_CanAccessNodeHeaders - Passed in 0.025s
    • DialogueRunner_CanAccessNodeNames - Passed in 0.020s
    • DialogueRunner_OnDialogueStartAndStop_CallsEvents - Passed in 0.518s
    • DialogueRunner_WhenRestoringInvalidKey_FailsToLoad - Passed in 0.024s
    • DialogueRunner_WhenStateSaved_CanRestoreState - Passed in 0.030s
    • DialogueRunner_WhenStateSaved_CanRestoreState_PlayerPrefs - Passed in 0.020s
    • HandleCommand_DispatchedCommands_StartCoroutines - Passed in 0.018s
    • HandleLine_OnValidYarnFile_SendCorrectLinesToUI - Passed in 0.026s
    • HandleLine_OnViewsArrayContainingNullElement_SendCorrectLinesToUI - Passed in 0.017s
    • SaveAndLoad_BadSave - Passed in 0.017s
    • VariableStorage_OnExternalChanges_ReturnsExpectedValue - Passed in 0.023s
  • ✅ Yarn.Unity.Tests.VariableStorageTests - 6/6 - Passed in 2.595s
    • TestLoadingAndSettingAllVariables - Passed in 2.390s
    • TestLoadingDefaultValues - Passed in 0.030s
    • TestSavingAndLoadingFile - Passed in 0.068s
    • TestSavingAndLoadingFile_PlayerPrefs - Passed in 0.041s
    • TestVariableValuesFromYarnScript - Passed in 0.040s
    • VariableStorage_OnUsingValueWithInvalidName_ThrowsError - Passed in 0.025s

Annotations

Check failure on line 189 in YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results 2021.3.1f1-StandaloneWindows64

Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_FormerImplictLinesAreRemovedFromStringTables

  Expected: 0
  But was:  4
Raw output
Looking for ""
Will be checking 1 tables
Table is "en"
Unable to find a locale in the string table that matches the default locale 
Updated the following files: YarnScript-ProjectA-1
{
  "projectFileVersion": 2,
  "sourceFiles": [
    "./YarnScript-ProjectA-1.yarn"
  ],
  "excludeFiles": [],
  "localisation": {},
  "baseLanguage": "",
  "compilerOptions": {}
}
{
  "projectFileVersion": 2,
  "sourceFiles": [
    "./YarnScript-ProjectB-1.yarn"
  ],
  "excludeFiles": [],
  "localisation": {},
  "baseLanguage": "",
  "compilerOptions": {}
}

at Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_FormerImplictLinesAreRemovedFromStringTables () [0x00061] in /github/workspace/YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs:189

Check failure on line 162 in YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results 2021.3.1f1-StandaloneWindows64

Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_ImplicitStringsImportedCorrectly

  Expected: 0
  But was:  4
Raw output
{
  "projectFileVersion": 2,
  "sourceFiles": [
    "./YarnScript-ProjectA-1.yarn"
  ],
  "excludeFiles": [],
  "localisation": {},
  "baseLanguage": "",
  "compilerOptions": {}
}
{
  "projectFileVersion": 2,
  "sourceFiles": [
    "./YarnScript-ProjectB-1.yarn"
  ],
  "excludeFiles": [],
  "localisation": {},
  "baseLanguage": "",
  "compilerOptions": {}
}

at Yarn.Unity.Tests.UnityLocalisationTests.UnityLocalisation_ImplicitStringsImportedCorrectly () [0x00040] in /github/workspace/YarnSpinner/Packages/YarnSpinner/Tests/Editor/UnityLocalisationTests.cs:162