Description
The Rya example apps get left behind with bugs, but no one notices since all the automatic tests pass. It's happened several times.
Create a unit or integration test that simply runs the main() of the following and detects their failures:
/rya.indexing.example/src/main/java/EntityDirectExample.java
/rya.indexing.example/src/main/java/MongoRyaDirectExample.java
/rya.indexing.example/src/main/java/RyaClientExample.java
/rya.indexing.example/src/main/java/RyaDirectExample.java
Perhaps look for other main() methods that I have missed.
Make sure these tests run at the appropriate time when others tests are run. Perhaps tied to the DAO code since that has caused past issues.
Attachments
Issue Links
- is related to
-
RYA-184 Perform 3.2.10-RC2 Release
- Resolved
- links to