Heramb Joshi
Heramb Joshi
Creating pull request to review changes in alpha-test branch that can be manually pulled in sim branch
### Describe what this PR does / why we need it PR intends to fix the test EagleEyeCoreUtilsTest.testFormatTime. ### Does this pull request fix one issue? Fixes https://github.com/alibaba/Sentinel/issues/3458 ### Describe...
## Issue Description Type: *bug report* ### Describe what happened On a newly setup ubuntu machine, the test EagleEyeCoreUtilsTest.testFormatTime fails ### Describe what you expected to happen TimeZone and DST...
## What is the purpose of the change **This pull request identifies a flaky-test and proposes a fix.** ## Brief change log The following method asserts a flaky test: **org.apache.flink.table.planner.plan.hints.stream.StateTtlHintTest#testJoinStateTtlHintWithView**...
# Fixed flaky test-case ## Fixes Issue - [x] Which issue or ticket was(will be) fixed by this PR? The following issue is similar to the PR in context authorjapps/zerocode/issues/685...
# Fixed flaky test-case ## Fixes Issue - [x] Which issue or ticket was(will be) fixed by this PR? The following issue is similar to the PR in context authorjapps/zerocode/issues/685...
**Describe the bug** In smooks/smooks-core, `SmooksDOMFilter` uses `DOMParser` which internally uses `XStream` for converting bean to XML. The converted XML, even though produces technically valid representation of the bean, **doesn't...
Fixed flaky tests case in the following class: `org.smooks.engine.delivery.java.JavaSourceTestCase` mentioned in https://github.com/smooks/smooks/issues/892 Assertion called in: |Test methods| |-| | test_sax | | test_includeEnclosingDocument| | test_dom| ### POINT OF FAILURE In...
- [X] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [X] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting...
### Issue Test class `LettuceAclIntegrationTests` can fail **non-deterministically** based on the order of evaluation of `ExecutionCondition`s. ```java @EnabledOnRedisAvailable(6382) // Execution condition (1) @EnabledOnCommand("HELLO") // Execution condition (2) class LettuceAclIntegrationTests {...