-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
DROOLS-167: test case for Inaccurate comparison because of String to Dou... #215
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a variant of this issue https://issues.jboss.org/browse/DROOLS-68 that I already reproduced with this test case https://github.com/droolsjbpm/drools/blob/master/drools-compiler/src/test/java/org/drools/compiler/integrationtests/MiscTest2.java#L1496 I merged your test case anyway. Thanks for having reported this |
Rikkola
added a commit
to Rikkola/drools
that referenced
this pull request
Jan 27, 2020
* GUVNOR-2196 : Guided Decision Table V&V - Missing range * GUVNOR-2200 : Guided Decision Table V&V - single hit mode - unique
lucamolteni
pushed a commit
to lucamolteni/drools
that referenced
this pull request
Oct 13, 2021
dupliaka
pushed a commit
to dupliaka/drools
that referenced
this pull request
Apr 1, 2022
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
cimbalek
pushed a commit
to cimbalek/incubator-kie-drools
that referenced
this pull request
Jan 19, 2024
* PLANNER-2474 optaplanner CI * PLANNER-2474 Added multijob buildchain option support (apache#1) * [PLANNER-2474] optaplanner-quickstarts added to branch_config.yaml * [PLANNER-2474] Jenkinsfile.buildchain * [PLANNER-2474] Jenkinsfile.buildchain getBuildChainActionInfo method * Update Jenkinsfile.buildchain Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * quarkus mapping * [PLANNER-2474] native and lts changes * Update Jenkinsfile.buildchain Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-native-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update pull-request-native-config.yaml * Update .ci/pull-request-native-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-native-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-lts-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-lts-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-native-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-native-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-native-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-lts-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-lts-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-lts-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update .ci/pull-request-native-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> * Update pull-request-lts-config.yaml * Update pull-request-lts-config.yaml * Planner 2474 (apache#2) * update * fix buildchain project env * Corrected quarkus git author * updated lts config * added LTS env var * fix * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Setup job specific envs (apache#3) * fix (apache#4) * Take optaplanner-quickstarts into account (apache#5) * Update dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/VersionUtils.groovy * Update dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/templates/KogitoJobTemplate.groovy * apply settingsXmlId * Update Jenkinsfile.buildchain * optaplanner-quickstarts mapping * Update branch.yaml * Apply suggestions from code review Co-authored-by: Enrique Mingorance Cano <ginxaco@gmail.com> * Take SonarCloud into account * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Apply suggestions from code review * Update Jenkinsfile.buildchain * updated config (apache#6) * updated config * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Update Jenkinsfile.buildchain * Apply suggestions from code review * Update pull-request-config.yaml * Update pull-request-lts-config.yaml * Update pull-request-native-config.yaml * Update pull-request-native-config.yaml * Update project-dependencies.yaml * Update project-dependencies-quarkus.yaml * Update project-dependencies-quarkus.yaml * Update project-dependencies-quarkus.yaml * Update project-dependencies.yaml * Update Jenkinsfile.buildchain * Update main.yaml * moved jenkinsfile.buildchain * Update KogitoJobTemplate.groovy * Update KogitoJobTemplate.groovy * Update Jenkinsfile.buildchain * Update .ci/project-dependencies-quarkus.yaml * Update project-dependencies-quarkus.yaml * Update project-dependencies-quarkus.yaml * Update .ci/pull-request-lts-config.yaml Co-authored-by: Tristan Radisson <tristan.radisson@gmail.com> Co-authored-by: radtriste <tradisso@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding a test case for DROOLS-167 : Inaccurate comparison because of String to Double coercion