Skip to content

Commit

Permalink
Fix kamu push (multi-tenant) (#962)
Browse files Browse the repository at this point in the history
* E2E, test_smart_push_pull_sequence: tenantness-matrix

* E2E, test_smart_push_force_pull_force: tenantness-matrix

* E2E, test_smart_push_no_alias_pull_no_alias: tenantness-matrix

* E2E, test_smart_pull_as: tenantness-matrix

* E2E, test_smart_push_all_pull_all: tenantness-matrix

* E2E, test_smart_push_recursive_pull_recursive: tenantness-matrix

* E2E, test_smart_pull_set_watermark: tenantness-matrix

* E2E, test_smart_pull_reset_derivative: tenantness-matrix

* E2E, test_smart_push_visibility: tenantness-matrix

* E2E, test_s3_push_smart_pull: tenantness-matrix

* E2E, test_pull_derivative: tenantness-matrix

* E2E, test_smart_push_to_registered_repo_smart_pull: tenantness-matrix

* E2E, test_smart_push_no_alias_pull_no_alias: fix alias checks

* E2E, test_smart_pull_as_st: fix

* E2E, test_smart_push_visibility_st: fix

* E2E, test_smart_transfer_protocol: use odf import alias

* E2E: Reorganization

* E2E, test_smart_transfer_protocol: add "smart_" prefixes

* E2E, test_smart_transfer_protocol: activate to mysql/postgres/sqlite

* E2E, test_pull_command: st/mt

* E2E, test_search_multi_user: continue use st

* E2E, test_login_command: st/mt

* E2E, test_search_command: st/mt

* E2E, KamuCliPuppetExt: use odf type alias

* E2E, use pub mod commands

* E2E, postgres/tests: parity with inmem

* E2E, sqlite/tests: parity with inmem

* WsSmartTransferProtocolClient: use static AppendDatasetMetadataBatchUseCase

* kamu push: enable transaction for push

* WsSmartTransferProtocolClient::pull_protocol_client_flow(): return transaction

* kamu {pull,push}: remove global transaction

* CHANGELOG.md: update

* Release (patch): 0.207.2

* Revert patch and use global transaction only for kamu push as well
  • Loading branch information
s373r authored Nov 18, 2024
1 parent 2397e56 commit 9bd2c4d
Show file tree
Hide file tree
Showing 90 changed files with 2,433 additions and 952 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Recommendation: for ease of reading, use the following order:
- Fixed
-->

## [0.207.2] - 2024-11-15
### Fixed
- E2E: revision of st/mt tests:
- In cases where temporary workspaces are created,
test variants for both single-tenant and multi-tenant have been added
- New combinations activated
- Certain duplicate tests have been removed
- Some of the tests related to `kamu pull` only have been moved to the appropriate module
- Activated missing tests for databases
- `kamu push`: crash in multi-tenant mode

## [0.207.1] - 2024-11-14
### Fixed
- `kamu pull`: crash in multi-tenant mode
Expand Down
Loading

0 comments on commit 9bd2c4d

Please sign in to comment.