Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for issue32233 (0.13 sec)

  1. cmd/testdata/decryptObjectInfo.json.zst

    AJbZzIZml2dYFT8N+wgSc0dKAyK73vh+IQsakCgVvxpkgXrymv3g==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/link/internal/ld/testdata/issue32233/lib/ObjC.m","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"Rdh6VBVEL2/MB3YvM/ZqLoK6iA4gYWpDK1X691=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IA...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  2. src/database/sql/sql_test.go

    		// is expected due to context cancel.
    		_, err = stmt.Query(1)
    		if err != nil {
    			break
    		}
    	}
    	_ = tx.Rollback()
    }
    
    // Issue32530 encounters an issue where a connection may
    // expire right after it comes out of a used connection pool
    // even when a new connection is requested.
    func TestConnExpiresFreshOutOfPool(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top