Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow reading a message from failure tag #43

Open
janisz opened this issue Oct 13, 2022 · 0 comments
Open

Allow reading a message from failure tag #43

janisz opened this issue Oct 13, 2022 · 0 comments

Comments

@janisz
Copy link

janisz commented Oct 13, 2022

Consider following example. Currently there is no way to read CDATA from <failure>...</failure> tag.

	<testsuite name="github.com/stackrox/rox/central/resourcecollection/datastore/store/postgres" tests="1" failures="1" errors="0" id="78" hostname="merge-go-postgres-tests-stackrox-initial" time="2.751" timestamp="2022-10-11T13:32:27Z">
		<properties>
			<property name="coverage.statements.pct" value="49.00"></property>
		</properties>
		<testcase name="TestCollectionsStore" classname="github.com/stackrox/rox/central/resourcecollection/datastore/store/postgres" time="2.330">
			<failure message="Failed"><![CDATA[    env_isolator.go:41: EnvIsolator: Setting ROX_POSTGRES_DATASTORE to true]]></failure>
		</testcase>
	</testsuite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant