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

Functional testing is not 100% functional #39

Closed
4 tasks done
Ullaakut opened this issue Dec 13, 2016 · 0 comments
Closed
4 tasks done

Functional testing is not 100% functional #39

Ullaakut opened this issue Dec 13, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@Ullaakut
Copy link
Owner

Ullaakut commented Dec 13, 2016

Unable to deserialize result file: invalid character '{' after array element
Test OK in 185.780285s
All tests completed
--- Writing results... ---
Unable to deserialize test-results.xml file: EOF
--- Test summary ---
Results: 5/5 (100%)
Time: 185.780285s
-> JUnit XML report written: test-results.xml
--- Writing results done ---
Tests exited with code 0
<testsuites>
	<testsuite tests="5" failures="5" time="185.780285">
		<testcase message="" time="185.780285"></testcase>
		<testcase message="" time="185.780285"></testcase>
		<testcase message="" time="185.780285"></testcase>
		<testcase message="" time="185.780285"></testcase>
		<testcase message="" time="185.780285"></testcase>
	</testsuite>
</testsuites>stopping all cameras tests
stopping and removing 5 containers
Tests returned 0

There are several problems here :

  • Deserialization failure should terminate the test
  • If no tests were found, the results should not have been 5/5 (100%)
  • The testcases do not have failures as they should
  • The tester should not return success after all those problems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant