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

Make RowanClientServices battery test independent of Rowan checkout #6

Open
3 tasks
dalehenrich opened this issue Aug 9, 2022 · 0 comments
Open
3 tasks
Assignees
Labels
enhancement New feature or request

Comments

@dalehenrich
Copy link
Member

Currently there is no interrnal battery test driver for RowanClientServices ... the unit tests for Rowan and RowanClientServices are ccmbined in one test run and the expected test results are in the Rowan (expectedV30TestResults.json file](https://github.com/GemTalk/Rowan/blob/issue_840/tests/expectedV30TestResults.json).

I think that Rowan battery tests will always include RowanClientServices tests, but RowanClientServices itself should be independent of Rowan which means:

  • create a RowanClientServices/tests/bin/rowanClientServicesTest.stone to load and run RowanClientServices unit tests
  • create a $ARCHBASE/tests/rowantst/rowanclientservicesunittst.solo battery test script used in conf files that calls RowanClientServices/tests/bin/rowanClientServicesTest.stone
  • create a RowanClientServices/tests/expectedV30TestResults.json to record the expected failures (if any) which determines whether or not the battery test passes or fails
@dalehenrich dalehenrich added the enhancement New feature or request label Aug 9, 2022
@dalehenrich dalehenrich self-assigned this Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant