chrislu
b91160aae9
Fix S3 tests bucket creation conflicts
2 months ago
chrislu
a395ef16fa
ensure Kafka Consumer Group Tests (Highly Isolated)
2 months ago
chrislu
ea1978e2af
Bucket already exists - always return BucketAlreadyExists per S3 specification
2 months ago
chrislu
b0392731b7
bucket re-creation error handling
Different Owner: Always fails with 409 BucketAlreadyExists
Checks the s3-identity-id header against the stored bucket owner
Returns error immediately if owners don't match
Same Owner + Conflicting Settings: Fails with 409 BucketAlreadyExists
Compares requested Object Lock settings with existing bucket configuration
Returns error if settings are incompatible (e.g., trying to enable Object Lock on a bucket that doesn't have it)
Same Owner + Compatible Settings: Returns 200 OK (idempotent)
If the bucket already exists with the same owner and compatible settings
Returns success response without recreating the bucket
2 months ago
chrislu
3f58eb3763
Update s3tests.yml
2 months ago
chrislu
b2dab1d3af
Update s3tests.yml
2 months ago
chrislu
a5b264d582
6fd748b0e3
2 months ago
chrislu
99f0176286
pin to commit 95c232b for https://github.com/ceph/s3-tests.git
2 months ago
chrislu
cee8fa3f99
randomize
2 months ago
chrislu
40ecd6ad6e
Update s3tests.yml
2 months ago
chrislu
033237a732
fix path for -s3.config=../docker/compose/s3.json
2 months ago
chrislu
ec7adc5a36
Update fetch_multibatch.go
2 months ago
chrislu
d0059cb65b
update plans
2 months ago
chrislu
ef6a1f3798
Delete size.txt
2 months ago
chrislu
61bfe73029
Revert "Merge branch 'master' into feature/mq-kafka-gateway-m1"
This reverts commit 78382b380e , reversing
changes made to 56aa5278af .
2 months ago
chrislu
7c82d5e7a0
Update metadata_version_test.go
2 months ago
chrislu
75847eacfb
update
2 months ago
chrislu
515a03a377
Update kafka-tests.yml
2 months ago
chrislu
6faa0e86a7
fux ulimit
2 months ago
chrislu
76a5cfbf1f
fixes
2 months ago
chrislu
0437957db5
Update offset_management.go
2 months ago
chrislu
4e11a378fd
fix tests
2 months ago
chrislu
881a418b95
Update kafka-tests.yml
2 months ago
chrislu
12d890d45c
only run one test
2 months ago
chrislu
3b551fcaf7
Update kafka-tests.yml
2 months ago
chrislu
579de7381d
Update kafka-tests.yml
2 months ago
chrislu
8b1962bd3a
Update kafka-tests.yml
2 months ago
chrislu
8ff78983e3
separate containers
2 months ago
chrislu
3224e71e87
Update kafka-tests.yml
2 months ago
chrislu
58eb40db01
ctx.Done()
2 months ago
chrislu
e501abcde6
timeout
2 months ago
chrislu
4a2642e54d
more timeout
2 months ago
chrislu
1c21527179
timout
2 months ago
chrislu
5d5c820c88
timeouts
2 months ago
chrislu
75ffd30a03
goroutine-based context-cancellable I/O + aggressive goroutine timeouts
2 months ago
chrislu
48803d9a68
server shutdown timeout
2 months ago
chrislu
031c67dd5d
Both io.ReadFull and time.Sleep are now context-aware
2 months ago
chrislu
015f6f2910
cancel ctx
2 months ago
chrislu
5a2fd1413f
context-cancellable read
2 months ago
chrislu
18840d3f65
debug with 5 seconds timeout
2 months ago
chrislu
b0ae15eac7
debug
2 months ago
chrislu
f830917462
Update Dockerfile.kafka-gateway
2 months ago
chrislu
1904ba93a8
update
2 months ago
chrislu
5895f22d69
context is cancelled, the server will detect it immediately and exit gracefully
2 months ago
chrislu
ac943d0a59
debug
2 months ago
chrislu
ddbbbaa1dd
debug
2 months ago
chrislu
cf584a35ef
Update server.go
2 months ago
chrislu
f5871524be
add debug messages
2 months ago
chrislu
8e69446112
fix tests
2 months ago
chrislu
368f526b9f
fix Incorrect flexible version mapping
2 months ago