Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

use appropriate topology names#80

Merged
laxmanchekka merged 2 commits intomainfrom
ENG-35206
Sep 29, 2023
Merged

use appropriate topology names#80
laxmanchekka merged 2 commits intomainfrom
ENG-35206

Conversation

@laxmanchekka
Copy link
Copy Markdown
Contributor

No description provided.

@laxmanchekka laxmanchekka requested a review from a team as a code owner September 29, 2023 12:27
@github-actions

This comment has been minimized.

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 29, 2023

Codecov Report

Merging #80 (c87b613) into main (e52e516) will increase coverage by 0.22%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main      #80      +/-   ##
============================================
+ Coverage     75.54%   75.77%   +0.22%     
  Complexity      148      148              
============================================
  Files            15       15              
  Lines           642      648       +6     
  Branches         64       64              
============================================
+ Hits            485      491       +6     
  Misses          118      118              
  Partials         39       39              
Flag Coverage Δ
unit 75.77% <100.00%> (+0.22%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...e/viewgenerator/service/ViewGeneratorLauncher.java 77.35% <100.00%> (+2.89%) ⬆️

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

testImplementation("org.mockito:mockito-core:5.2.0")
testImplementation("org.apache.kafka:kafka-streams-test-utils:7.2.1-ccs")
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.20.0")
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.20.0")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the api on line 22 is slf4j1, why are we changing to bind the slf4j2 impl?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting this error with slf4j and moving to slf4j2 resolved this.

SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J: Ignoring binding found at [jar:file:/Users/laxman/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j-impl/2.20.0/7ab4f082fd162f60afcaf2b8744a3d959feab3e8/log4j-slf4j-impl-2.20.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah you're right, my mistake - I'm not sure what I was looking at. Line 22 api declaration is slf4j2 not 1.

@laxmanchekka laxmanchekka merged commit f3b58bd into main Sep 29, 2023
@laxmanchekka laxmanchekka deleted the ENG-35206 branch September 29, 2023 13:23
@github-actions
Copy link
Copy Markdown

Unit Test Results

  7 files  ±0    7 suites  ±0   11s ⏱️ ±0s
14 tests ±0  14 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit f3b58bd. ± Comparison against base commit e52e516.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants