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 7070 make_request ("GET" , "/test/binary-format" )
7171
7272 # =====================================================================
73- # BUG-EXPOSING TEST ENDPOINTS (SKIPPED)
74- # These endpoints expose confirmed bugs and cause the app to hang.
73+ # PREVIOUSLY BUG-EXPOSING TEST ENDPOINTS
7574 # See BUG_TRACKING.md for detailed analysis.
7675 # =====================================================================
7776
78- # make_request("GET", "/test/null-values")
77+ # Test 3: NULL values handling - FIXED (lazy capture mechanism)
78+ make_request ("GET" , "/test/null-values" )
79+
80+ # These still need investigation:
7981 # make_request("GET", "/test/transaction-context")
8082 # make_request("GET", "/test/json-jsonb")
8183 # make_request("GET", "/test/array-types")
You can’t perform that action at this time.
0 commit comments