-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kettle keeps hitting "malformed" xml (#19687)
* Kettle keeps hitting "malformed" xml Kettle parses xml from GCS buckets. * Update tests to reflect handling of bad xml * Can't log with f-strings * Change handling of bad xml
- Loading branch information
Showing
3 changed files
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<testsuite failures="1" tests="7" time="662.614119181"> | ||
<testcase classname="e2e.go" name="TearDown Previous" time="2.065e-05"/> | ||
<testcase classname="e2e.go" name="Up" time="6.342e-06"/> | ||
<testcase classname="e2e.go" name="test setup" time="5.298e-06"/> | ||
<testcase classname="e2e.go" name="Node Tests" time="654.279097299"> | ||
<failure>error during go run</failure> | ||
</testcase> | ||
<testcase classname="e2e.go" time="5.399023835"/> | ||
<testcase classname="e2e.go" time="1.21e-05"/> | ||
<testcase classname="e2e.go" name="Deferred TearDown" time="2.17e-07"/> | ||
<testcase classname="e2e.go" name="Timeout" time="3900"/> | ||
</testsuite> |