Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPE-2900] Cross-region async replication integration tests #369

Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d7e4597
Add integration tests
marceloneppel Jan 22, 2024
b28dc2d
Fix year in copyright notice
marceloneppel Jan 22, 2024
e085460
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Jan 22, 2024
9ab52f7
Add group mark to tests
marceloneppel Jan 22, 2024
db580da
Add group mark to test
marceloneppel Jan 22, 2024
632efe6
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Jan 23, 2024
4c3cf42
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Feb 12, 2024
fad4e51
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Mar 13, 2024
5f2270a
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Mar 18, 2024
c3bdef5
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Mar 18, 2024
d4df4bd
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Mar 19, 2024
99329d5
Add remaining tests
marceloneppel Mar 19, 2024
5e25645
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Mar 19, 2024
1c0df23
Fix deployment and leadership change
marceloneppel Mar 20, 2024
247be72
Restrict async replication tests to Juju 3
marceloneppel Mar 23, 2024
81a4528
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Mar 23, 2024
3733197
Fix fixture scope
marceloneppel Mar 28, 2024
52625c2
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Mar 28, 2024
fd95850
Merge branch 'dpe-2897-cross-region-async-replication' into dpe-2900-…
marceloneppel Apr 1, 2024
50529bc
Fix controller retrieval
marceloneppel Apr 1, 2024
76f6dd1
Fix offer and consume commands for existing model
marceloneppel Apr 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add group mark to test
Signed-off-by: Marcelo Henrique Neppel <[email protected]>
marceloneppel committed Jan 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit db580dae7a188bd9ee304325ce7cb2c6ec257d9a
1 change: 1 addition & 0 deletions tests/integration/ha_tests/test_async_replication.py
Original file line number Diff line number Diff line change
@@ -71,6 +71,7 @@ async def second_model(controller, first_model) -> Model:
return second_model


@pytest.mark.group(1)
@pytest.mark.abort_on_fail
async def test_deploy_async_replication_setup(
ops_test: OpsTest, first_model: Model, second_model: Model
Loading