Skip to content

[MINOR] Fix flaky tests due to timeline server sync issue during multiwriting#2952

Closed
n3nash wants to merge 1 commit intoapache:masterfrom
n3nash:fix_flaky_test
Closed

[MINOR] Fix flaky tests due to timeline server sync issue during multiwriting#2952
n3nash wants to merge 1 commit intoapache:masterfrom
n3nash:fix_flaky_test

Conversation

@n3nash
Copy link
Contributor

@n3nash n3nash commented May 16, 2021

What is the purpose of the pull request

Fix flaky tests for multi-writer

Verify this pull request

(Please pick either of the following options)

This pull request is a trivial rework / code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end.
  • Added HoodieClientWriteTest to verify the change.
  • Manually verified the change by running a job locally.

Committer checklist

  • Has a corresponding JIRA in PR title & commit

  • Commit message is descriptive of the change

  • CI is green

  • Necessary doc changes done or have another open PR

  • For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.

@codecov-commenter
Copy link

codecov-commenter commented May 16, 2021

Codecov Report

Merging #2952 (58ff639) into master (8869b3b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2952   +/-   ##
=========================================
  Coverage     54.79%   54.79%           
  Complexity     3817     3817           
=========================================
  Files           483      483           
  Lines         23347    23347           
  Branches       2491     2491           
=========================================
  Hits          12794    12794           
  Misses         9399     9399           
  Partials       1154     1154           
Flag Coverage Δ Complexity Δ
hudicli 39.53% <ø> (ø) 220.00 <ø> (ø)
hudiclient ∅ <ø> (∅) 0.00 <ø> (ø)
hudicommon 50.39% <ø> (ø) 1981.00 <ø> (ø)
hudiflink 63.11% <ø> (ø) 529.00 <ø> (ø)
hudihadoopmr 51.01% <ø> (ø) 266.00 <ø> (ø)
hudisparkdatasource 73.33% <ø> (ø) 237.00 <ø> (ø)
hudisync 46.44% <ø> (ø) 144.00 <ø> (ø)
huditimelineservice 64.36% <ø> (ø) 62.00 <ø> (ø)
hudiutilities 69.59% <ø> (ø) 378.00 <ø> (ø)

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

props.setProperty("hoodie.deltastreamer.schemaprovider.target.schema.file", dfsBasePath + "/target.avsc");

props.setProperty("include", "base.properties");
props.setProperty("hoodie.embed.timeline.server", "false");
Copy link
Member

Choose a reason for hiding this comment

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

Hmmm.. we can't really do this. Its turned on by default in the real world :/

@vinothchandar vinothchandar self-assigned this May 18, 2021
@vinothchandar vinothchandar added the status:in-progress Work in progress label May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:in-progress Work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants