Skip to content

Conversation

@andoni-guzman
Copy link
Contributor

*** WORK IN PROGRESS***
New performance test.

Insert some data into the database for 20 minutes.
Read ffrom debezium Connector.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

@codecov
Copy link

codecov bot commented Jul 1, 2022

Codecov Report

Merging #22135 (17b863e) into master (316c969) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master   #22135      +/-   ##
==========================================
- Coverage   74.01%   73.96%   -0.05%     
==========================================
  Files         702      703       +1     
  Lines       92845    92973     +128     
==========================================
+ Hits        68716    68771      +55     
- Misses      22864    22937      +73     
  Partials     1265     1265              
Flag Coverage Δ
python 83.50% <0.00%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...he_beam/testing/load_tests/debezium_performance.py 0.00% <0.00%> (ø)
sdks/python/apache_beam/runners/common.py 88.59% <0.00%> (-0.34%) ⬇️
...hon/apache_beam/runners/worker/bundle_processor.py 93.42% <0.00%> (-0.25%) ⬇️
sdks/python/apache_beam/transforms/core.py 92.57% <0.00%> (ø)
.../python/apache_beam/typehints/trivial_inference.py 96.41% <0.00%> (ø)
...thon/apache_beam/ml/inference/pytorch_inference.py 0.00% <0.00%> (ø)
...hon/apache_beam/runners/direct/test_stream_impl.py 94.02% <0.00%> (ø)
...am/examples/inference/pytorch_language_modeling.py 0.00% <0.00%> (ø)
...dks/python/apache_beam/options/pipeline_options.py 94.96% <0.00%> (+0.01%) ⬆️
sdks/python/apache_beam/ml/inference/base.py 95.37% <0.00%> (+0.08%) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 316c969...17b863e. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 2, 2022

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @pabloem for label python.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

)
return connection

def randomInsertTest(self,connection):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this function run in a thread?

@roger-mike
Copy link
Contributor

R: @pabloem, Could you take a look? Thanks.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2022

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants