Skip to content

Commit 2144c46

Browse files
committed
Rename saas tests pipeline, try to put something in bucket
1 parent aca4d69 commit 2144c46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/merge-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: ./.github/workflows/checks.yml
1414

1515
slow-checks:
16-
name: Slow
16+
name: SaaS Tests
1717
runs-on: ubuntu-24.04
1818

1919
# Even though the environment "manual-approval" will be created automatically,

test/integration/test_cloud_storage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ def test_saas_bucket_cannot_be_iterated(backend, secrets: Secrets, setup_itde):
2929
pytest.skip('The test runs only with SaaS database')
3030
bucket = open_bucketfs_connection(secrets)
3131
with pytest.raises(TypeError, match="not iterable"):
32+
bucket.upload("temp-file.dat", b"some data")
3233
v = list(bucket)
3334
print(v)

0 commit comments

Comments
 (0)