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

Prototype for simplifying Configuration in ClientCore #44565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Prototype for simplifying Configuration in ClientCore

9ce553e
Select commit
Loading
Failed to load commit list.
Open

Prototype for simplifying Configuration in ClientCore #44565

Prototype for simplifying Configuration in ClientCore
9ce553e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - clientcore - ci failed Mar 7, 2025 in 12m 17s

Build #20250307.6 failed

Details

Tests

  • Failed: 0 (0.00%)
  • Passed: 106 (100.00%)
  • Other: 0 (0.00%)
  • Total: 106
Code coverage

  • 0 of 17862 line covered (0.00%)

Annotations

Check failure on line 259 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - clientcore - ci

Build log #L259

Build failed.

Check failure on line 11 in src/test/java/io/clientcore/core/shared/TestConfigurationSource.java

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - clientcore - ci

src/test/java/io/clientcore/core/shared/TestConfigurationSource.java#L11

 src/test/java/io/clientcore/core/shared/TestConfigurationSource.java(11,8): error :  src/test/java/io/clientcore/core/shared/TestConfigurationSource.java:[11,8] (imports) UnusedImports: Unused import - java.util.stream.Collectors.

Check failure on line 9 in src/test/java/io/clientcore/core/implementation/utils/ImplUtilsTests.java

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - clientcore - ci

src/test/java/io/clientcore/core/implementation/utils/ImplUtilsTests.java#L9

 src/test/java/io/clientcore/core/implementation/utils/ImplUtilsTests.java(9,8): error :  src/test/java/io/clientcore/core/implementation/utils/ImplUtilsTests.java:[9,8] (imports) UnusedImports: Unused import - io.clientcore.core.utils.configuration.ConfigurationSource.

Check failure on line 275 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - clientcore - ci

Build log #L275

Build failed.