-
Notifications
You must be signed in to change notification settings - Fork 428
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
Inbox/adhoc fixes #3500
Inbox/adhoc fixes #3500
Conversation
Inbox kinda depends on IDs not colliding
509f790
to
ee5c39c
Compare
Codecov Report
@@ Coverage Diff @@
## master #3500 +/- ##
==========================================
- Coverage 81.00% 80.99% -0.01%
==========================================
Files 418 418
Lines 32333 32342 +9
==========================================
+ Hits 26190 26195 +5
- Misses 6143 6147 +4
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, added just questionable comments :D
ee5c39c
to
15bf752
Compare
This comment has been minimized.
This comment has been minimized.
15bf752
to
db2fc93
Compare
In 3dc8d39, we made markers not be converted from binaries to atoms and back, but we didn't change that in big_tests. To make it worse, big_tests were not even configuring the right key, `reset_markers`, not `markers`.
This required changing a bit how queries are prepared, because the mssql backend is manually matching input fields with the fields as described in the DB, so it needs to distinguish which fields it needs to retrieve information from, and which it needs to add to the final query.
db2fc93
to
34f38f6
Compare
small_tests_24 / small_tests / 34f38f6 small_tests_23 / small_tests / 34f38f6 dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 34f38f6 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 34f38f6 dynamic_domains_mysql_redis_24 / mysql_redis / 34f38f6 dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 34f38f6 ldap_mnesia_23 / ldap_mnesia / 34f38f6 ldap_mnesia_24 / ldap_mnesia / 34f38f6 internal_mnesia_24 / internal_mnesia / 34f38f6 pgsql_mnesia_24 / pgsql_mnesia / 34f38f6 pgsql_mnesia_23 / pgsql_mnesia / 34f38f6 elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 34f38f6 mysql_redis_24 / mysql_redis / 34f38f6 mssql_mnesia_24 / odbc_mssql_mnesia / 34f38f6 riak_mnesia_24 / riak_mnesia / 34f38f6 |
Extract from #3462 code that can be considered neutral or plain improvements over the existing code, so that it can be merged to master promptly.