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

V0.9.99 #4

Merged
merged 20 commits into from Jun 6, 2020
Merged

V0.9.99 #4

merged 20 commits into from Jun 6, 2020

Conversation

aosingh
Copy link
Owner

@aosingh aosingh commented Jun 6, 2020

v0.9.99 changes

  • unittests

    • Fixed test coverage report of the server process
    • Pytest fixtures for better-organized test cases
  • SQLiteServer

    • Removed server.stop(). Cleanup logic is included in server.run() method
  • SQLiteClient

    • Fixed a bug in the retry logic. Send request again before polling the REQ socket
    • Raises an exception when Server is offline
  • SQLiteRxError

    • SQLiteRxAuthConfigError
    • SQLiteRxZAPSetupError
    • SQLiteRxTransportError
    • SQLiteRxSerializationError
    • SQLiteRxCompressionError
    • SQLiteRxConnectionError

Abhishek Singh added 20 commits May 31, 2020 12:05
- Better Logging
- Renamed Exceptions
- Fixed SQLiteClient Rretry logic
- Correct coverage reporting
1. Test Coverage -> Fixed Test report coverage. The Python Server process's coverage was not being reported.
2. Unitest -> Use pytest fixtures for unittesting. Organized test cases.
3. SQLiteClient -> Fix in retry logic. Retry was not sending the request(again), it was simply polling the REQ Socket.
4. SQLiteServer -> Removed server.stop method. Keyboard interupt handling is handled in server.start() method
5. Serialization -> Changed msgpack-python to faster and efficient msgpack
6. Exceptions - The SQLiteClient will not raise an SQLiteRxConnectionError exception if the server is offline.
7. Exceptions - Renamed the error classes. SQLiteRxCompressionError, SQLiteRxConnectionError, SQLiteRxTransportError SQLiteRxSerializationError
@aosingh aosingh merged commit 2d85d3d into master Jun 6, 2020
@aosingh aosingh deleted the v0.9.99 branch August 6, 2022 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant