forked from wooga/eredis
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correcting spec for eredis:q and eredis:qp A gen_tcp:send / ssl:send can return errors like {'error','enotconn'} {'error', {'tls_alert', {'certificate_expired', _}}} which propagates to the user. * Update spec for return_value() A multibulk can contain a null value, like '$-1\r\n' which is an 'undefined' in the return_value(). * Correcting spec for eredis_parser:parse/2 The function will return {error, unknown_response} when an unknown type is found while parsing. * Check eredis:stop(C) with pattern matching in tests * Correcting specs in eredis_test_utils * Remove a redundant testcase in eredis_parser_tests * Run dialyzer on the test profile during `make dialyzer` This makes sure we run dialyzer on testcode during development and in CI.
- Loading branch information
Showing
9 changed files
with
39 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ xref: | |
@rebar3 xref | ||
|
||
dialyzer: | ||
@rebar3 dialyzer | ||
@rebar3 as test dialyzer | ||
|
||
elvis: | ||
@elvis rock | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters