You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test precision issues in type_encoding_implementation_test
- Tighten assertion on active_users query to verify exact count and user identity
- Rename misleading test name to clarify it tests nil insertion, not :null encoding
- Change loose >= assertions to exact == assertions after DELETE operations
- Improve zero value test to verify actual stored values via WHERE clause
- Replace generic is_list assertion with specific length check for float precision test
- Document and verify expected behavior for string comparison lexicographic order
- Fix float zero pattern matching warning by checking +0.0 vs -0.0 representation
All tests pass with no warnings.
0 commit comments