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

unifying local and in memory azure event service classes into one #16257

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

kant777
Copy link
Collaborator

@kant777 kant777 commented Oct 18, 2024

This PR unifies local and in memory azure event service classes into one

Test Steps:

  1. gradle build

image

Changes

  • Include a comprehensive list of changes in this PR

Checklist

Testing

  • Tested locally?
  • Ran ./prime test or ./gradlew testSmoke against local Docker ReportStream container?
  • (For Changes to /frontend-react/...) Ran npm run lint:write?
  • Added tests?

Linked Issues

@kant777 kant777 requested a review from a team as a code owner October 18, 2024 11:23
Copy link

github-actions bot commented Oct 18, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link

github-actions bot commented Oct 18, 2024

Test Results

1 246 tests  ±0   1 242 ✅ ±0   7m 9s ⏱️ -55s
  162 suites ±0       4 💤 ±0 
  162 files   ±0       0 ❌ ±0 

Results for commit 8eef145. ± Comparison against base commit 1956fe0.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Oct 18, 2024

Integration Test Results

 53 files   53 suites   27m 31s ⏱️
411 tests 402 ✅ 9 💤 0 ❌
414 runs  405 ✅ 9 💤 0 ❌

Results for commit 8eef145.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@david-navapbc david-navapbc left a comment

Choose a reason for hiding this comment

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

unit and integration tests pass for me - changes look ok.

couple of quick things about the PR itself for future reference

  • in the "steps to replicate" section you instruct to use the "build" target. The team has had prior conversations about this and according to @mkalish we shouldn't be using the "build" target but instead the "package" target. NBD and this is partly why we were having dialogue today about build file and documenting what the right thing to do is with respect to build tasks.
  • there's a doc somewhere that lays out how branches should be named. @MichaelEsuruoso @arnejduranovic or @mkalish will know where it is. My understanding is branches should be named as such platform/kalish/16084-sftp-ingestion-for-reports
  • under "changes" you left the default text there. Please in future either remove that section or populate it with ticket-specific changes.

🍻 and nice job!

Copy link

sonarcloud bot commented Oct 21, 2024

@kant777 kant777 merged commit b96d657 into master Oct 21, 2024
22 checks passed
@kant777 kant777 deleted the refactor/azure_event_service branch October 21, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform Platform Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the two test implementations of azure event service
3 participants