-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor integration tests into scenarios (e.g. 1D, 2D, etc.) so we can leverage representative cases for testing. #81
Comments
We need to test:
|
I'm planning to develop the tests using this code as starting point: |
My goal originally was to have demos be our regression. With the pivot to Notebooks, we would have to figure out how to run and add assertions to Notebooks. Likely not before ICRA, just a note on the strategy I was attempting to implement. |
I believe this is being worked by Dehann but it is not in progress. Please let me know if I can work it. |
Oh i did not get to this and only noticed @jim-hill-r s post now, sorry about that. Yes please Jim, if you could work this please. I'm going to reassign to you. I took it on the weekend to help, ended up building the 1D and mixture fixture test. That was the bigger blocker, and actually not 100% up to speed with ideas you might have add for this refactor integration title. So best if you take it please. Separately, as part of future API standardization etc. I think we should make an upstream test harness repo for the SDKs and then have them all test against that. I'd like to have an Engineering meeting on that first though, just mentioning to socialize my thoughts well in advance :-) |
K thanks. I'll work it.
Yes let's do a testing session in engineering soon and document practices in coding-standards. |
@jim-hill-r , is this needed for Tut1 MVP? Tut1 is not 1D, I take this Issue as technical diligence to build good testing. Looks like you unassigned to rather work this issue as part of Eng discussion on a common upstream testing harness repo for the SDKs? |
I unassigned because I was not working it in favor of other more pressing issues. Feel free to move it or take it as needed. |
As a developer I want access to a 1D fixture that gives me everything I need to perform a simple functional integrated test.
The text was updated successfully, but these errors were encountered: