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

[type:bug] fix bug Query failed because there are too many rules #4499

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

yunlongn
Copy link
Member

@yunlongn yunlongn commented Mar 23, 2023

Fixes #4498

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2023

Codecov Report

Merging #4499 (a3e1af5) into master (deeb857) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master    #4499   +/-   ##
=========================================
  Coverage     68.03%   68.04%           
+ Complexity     7565     7563    -2     
=========================================
  Files          1028     1029    +1     
  Lines         29370    29372    +2     
  Branches       2652     2652           
=========================================
+ Hits          19982    19986    +4     
+ Misses         7804     7803    -1     
+ Partials       1584     1583    -1     
Impacted Files Coverage Δ
...pache/shenyu/admin/mapper/RuleConditionMapper.java 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@loongs-zhang loongs-zhang added type: bug Something isn't working admin labels Mar 24, 2023
@loongs-zhang loongs-zhang added this to the 2.6.0 milestone Mar 24, 2023
@loongs-zhang loongs-zhang merged commit 740eaa6 into apache:master Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] <Query failed because there are too many rules>
3 participants