We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the discussion with @mdouchin
test 1: - description: "Ce test fait truc" - query: - database: clone_a - sql: UPDATE machin - sleep: - duration: 0.5 - query: - database: central - sql: UPDATE machin - synchro: - from: clone_a
Other things to do:
lizsync/test/data
run_test.sh
The text was updated successfully, but these errors were encountered:
Example service file:
[lizsync_central] host=localhost dbname=lizsync_central user=lizsync port=5432 password=*** [lizsync_clone_a] host=localhost dbname=lizsync_clone_a user=lizsync port=5432 password=*** [lizsync_clone_b] host=localhost dbname=lizsync_clone_b user=lizsync port=5432 password=***
./run_test.sh
Sorry, something went wrong.
First part is done in the #13.
I have edited my bullet list above with some things to continue with later, according to how it will go with this first step.
Gustry
No branches or pull requests
Following the discussion with @mdouchin
Other things to do:
lizsync/test/data
run_test.sh
when it will be incorporated in the real python testThe text was updated successfully, but these errors were encountered: