github.com/terraform-modules-krish/terratest@v0.29.0/modules/logger/parser/fixtures/panic_example_expected/summary.log (about)

     1  --- PASS: TestRemoveDedentedTestResultMarkers (0.00s)
     2  --- PASS: TestRemoveDedentedTestResultMarkersEmpty (0.00s)
     3  --- PASS: TestRemoveDedentedTestResultMarkersAll (0.00s)
     4  --- PASS: TestStackPush (0.00s)
     5  --- PASS: TestIsSummaryLine (0.00s)
     6      --- PASS: TestIsSummaryLine/BaseCase (0.00s)
     7      --- PASS: TestIsSummaryLine/NotSummary (0.00s)
     8  --- PASS: TestPeek (0.00s)
     9  --- PASS: TestIsStatusLine (0.00s)
    10      --- PASS: TestIsStatusLine/BaseCase (0.00s)
    11      --- PASS: TestIsStatusLine/Indented (0.00s)
    12      --- PASS: TestIsStatusLine/SpecialChars (0.00s)
    13      --- PASS: TestIsStatusLine/WhenPaused (0.00s)
    14      --- PASS: TestIsStatusLine/WhenCont (0.00s)
    15      --- PASS: TestIsStatusLine/NonStatusLine (0.00s)
    16  --- PASS: TestGetIndent (0.00s)
    17      --- PASS: TestGetIndent/BaseCase (0.00s)
    18      --- PASS: TestGetIndent/NoIndent (0.00s)
    19      --- PASS: TestGetIndent/EmptyString (0.00s)
    20      --- PASS: TestGetIndent/Tabs (0.00s)
    21      --- PASS: TestGetIndent/MixTabSpace (0.00s)
    22  --- PASS: TestGetTestNameFromStatusLine (0.00s)
    23      --- PASS: TestGetTestNameFromStatusLine/BaseCase (0.00s)
    24      --- PASS: TestGetTestNameFromStatusLine/Indented (0.00s)
    25      --- PASS: TestGetTestNameFromStatusLine/SpecialChars (0.00s)
    26      --- PASS: TestGetTestNameFromStatusLine/WhenPaused (0.00s)
    27      --- PASS: TestGetTestNameFromStatusLine/WhenCont (0.00s)
    28  --- PASS: TestIsEmpty (0.00s)
    29  --- PASS: TestPeekEmpty (0.00s)
    30  --- PASS: TestStackPopEmpty (0.00s)
    31  --- PASS: TestGetTestNameFromResultLine (0.00s)
    32      --- PASS: TestGetTestNameFromResultLine/BaseCase (0.00s)
    33      --- PASS: TestGetTestNameFromResultLine/Indented (0.00s)
    34      --- PASS: TestGetTestNameFromResultLine/SpecialChars (0.00s)
    35      --- PASS: TestGetTestNameFromResultLine/WhenFailed (0.00s)
    36  --- PASS: TestIsResultLine (0.00s)
    37      --- PASS: TestIsResultLine/BaseCase (0.00s)
    38      --- PASS: TestIsResultLine/Indented (0.00s)
    39      --- PASS: TestIsResultLine/SpecialChars (0.00s)
    40      --- PASS: TestIsResultLine/WhenFailed (0.00s)
    41      --- PASS: TestIsResultLine/NonResultLine (0.00s)
    42  --- PASS: TestStackPop (0.00s)
    43  --- PASS: TestGetOrCreateChannelReturnsExistingChannel (0.00s)
    44  --- PASS: TestCloseChannelsClosesAll (0.00s)
    45  --- PASS: TestEnsureDirectoryExistsHandlesExistingDirectory (0.00s)
    46  --- PASS: TestGetOrCreateChannelCreatesNewChannel (0.00s)
    47  --- FAIL: TestIsPanicLine (0.00s)
    48      --- PASS: TestIsPanicLine/BaseCase (0.00s)
    49      --- PASS: TestIsPanicLine/NotPanic (0.00s)
    50  panic: error [recovered]
    51  	panic: error
    52  
    53  goroutine 36 [running]:
    54  testing.tRunner.func1(0xc0000c5300)
    55  	/usr/local/Cellar/go/1.11/libexec/src/testing/testing.go:792 +0x387
    56  panic(0x1329720, 0x13fd400)
    57  	/usr/local/Cellar/go/1.11/libexec/src/runtime/panic.go:513 +0x1b9
    58  github.com/gruntwork-io/terratest/modules/logger/parser.TestIsPanicLine(0xc0000c5300)
    59  	/Users/yoriy/go/src/github.com/gruntwork-io/terratest/modules/logger/parser/parser_test.go:306 +0x1c4
    60  testing.tRunner(0xc0000c5300, 0x13bb160)
    61  	/usr/local/Cellar/go/1.11/libexec/src/testing/testing.go:827 +0xbf
    62  created by testing.(*T).Run
    63  	/usr/local/Cellar/go/1.11/libexec/src/testing/testing.go:878 +0x353
    64  exit status 2
    65  FAIL	github.com/gruntwork-io/terratest/modules/logger/parser	0.020s