-
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
Need script tests #1
Comments
We could extend upon this, and have the following steps run:
|
I think we also need to test against earlier versions to ensure compatibility |
With regards to which elements in particular? |
The archiver in particular needs to generate the same output for the same input and settings. This is no longer added, but there may be other parts of the code that affect the output. Similar considerations apply to the importer. Also need to test the backend to check the output is compatible with the published API. |
The current test harness only tests the shared part of the archiver which parses emails.
There need to be some tests for the functioning of the archiver when processing input messages, and for the importer when uploading mail from files.
This will either need a test ES instance, or a way of emulating the behaviour of the ElasticSearch API. Or both.
The text was updated successfully, but these errors were encountered: