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

[cdc_stream] Add integration tests #44

Merged
merged 1 commit into from
Dec 8, 2022
Merged

[cdc_stream] Add integration tests #44

merged 1 commit into from
Dec 8, 2022

Conversation

ljusten
Copy link
Collaborator

@ljusten ljusten commented Dec 8, 2022

This CL adds Python integration tests for cdc_stream. To run the tests, you need to supply a Linux host and proper configuration for cdc_stream to work:

set CDC_SSH_COMMAND=C:\path\to\ssh.exe
set CDC_SCP_COMMAND=C:\path\to\scp.exe
C:\python38\python.exe -m integration_tests.cdc_stream.all_tests --binary_path=C:\full\path\to\cdc_stream.exe --user_host=user@host

Ran the tests and made sure they worked.

This CL adds Python integration tests for cdc_stream. To run the
tests, you need to supply a Linux host and proper configuration for
cdc_stream to work:

set CDC_SSH_COMMAND=C:\path\to\ssh.exe <args>
set CDC_SCP_COMMAND=C:\path\to\scp.exe <args>
C:\python38\python.exe -m integration_tests.cdc_stream.all_tests --binary_path=C:\full\path\to\cdc_stream.exe --user_host=user@host

Ran the tests and made sure they worked.
@ljusten ljusten merged commit f0ef34d into main Dec 8, 2022
@ljusten ljusten deleted the cdc_stream_tests branch December 8, 2022 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants