File tree Expand file tree Collapse file tree
drift/instrumentation/psycopg/e2e-tests/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -733,10 +733,7 @@ def test_binary_format():
733733
734734@app .route ("/test/null-values" )
735735def test_null_values ():
736- """Test handling of NULL values in results.
737-
738- BUG INVESTIGATION: NULL value serialization/deserialization may have issues.
739- """
736+ """Test handling of NULL values in results."""
740737 try :
741738 with psycopg .connect (get_conn_string ()) as conn , conn .cursor () as cur :
742739 # Create temp table with nullable columns
Original file line number Diff line number Diff line change 6969 make_request ("GET" , "/test/scalar-row-factory" )
7070 make_request ("GET" , "/test/binary-format" )
7171
72- # =====================================================================
73- # PREVIOUSLY BUG-EXPOSING TEST ENDPOINTS
74- # See BUG_TRACKING.md for detailed analysis.
75- # =====================================================================
76-
77- # Test 3: NULL values handling - FIXED (lazy capture mechanism)
72+ # Test: NULL values handling (integrated into E2E suite)
7873 make_request ("GET" , "/test/null-values" )
7974
8075 # These still need investigation:
You can’t perform that action at this time.
0 commit comments