gzhao9

Results 5 issues of gzhao9

#### Description Fixes #15979 This PR addresses the issue #15979 of duplicated mock creation code across multiple test classes within the Apache Druid project. By introducing the `CreateMockColumnValueSelector.java` utility class,...

### Description This PR addresses Issue #15164 of the `DataSegment` dependency being repeatedly mocked across three different test suites. It introduces a `CreateMockDataSegment` class to eliminate this redundancy, enhancing the...

Area - Ingestion

Dear Spring Security Developers, I have been reviewing your test code and noticed an issue with repeated creation of mock objects in your tests. Here are four examples where this...

in: core
type: enhancement

Hi there, This PR is to address [issue #14768](https://github.com/spring-projects/spring-security/issues/14768), which involves reducing repeated mock object creation in tests. Although my issue submission mentioned 4 separate draft PRs, I combined them...

status: waiting-for-triage

Hi there, This PR is to address [issue #14768](https://github.com/spring-projects/spring-security/issues/14768), which involves reducing repeated mock object creation in tests. I mistakenly closed PR #15256 and then discovered that I do not...

in: core
type: enhancement