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

bugfix: thread unsafe of oracle keyword checker #1609

Merged

Conversation

l81893521
Copy link
Contributor

Ⅰ. Describe what this PR did

Thanks @chenxi-null push a pr to fix #1599 , and I found same problem in oracle keyword checker. so, I fix it base on you solution.

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-io
Copy link

codecov-io commented Sep 6, 2019

Codecov Report

Merging #1609 into develop will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             develop   #1609      +/-   ##
============================================
- Coverage      46.31%   46.3%   -0.01%     
  Complexity      1714    1714              
============================================
  Files            350     350              
  Lines          12828   12829       +1     
  Branches        1588    1588              
============================================
  Hits            5941    5941              
- Misses          6224    6225       +1     
  Partials         663     663
Impacted Files Coverage Δ Complexity Δ
...urce/undo/oracle/keyword/OracleKeywordChecker.java 0% <0%> (ø) 0 <0> (ø) ⬇️

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 f9e3038...bdf7570. Read the comment docs.

Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@zjinlei zjinlei left a comment

Choose a reason for hiding this comment

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

LGTM

@zjinlei zjinlei merged commit b350b36 into apache:develop Sep 7, 2019
@l81893521 l81893521 deleted the thread_unsage_oracle_keyword_checker branch September 17, 2019 11:29
@wangliang181230 wangliang181230 added this to the 0.8.1 milestone Aug 9, 2021
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

5 participants