Skip to content

Conversation

@Hnogared
Copy link
Contributor

@Hnogared Hnogared commented May 24, 2025

Added unit tests for the client factory.
Added timeout check in the configure validation.
Renamed ActiveMq checks files.
Added more ActiveMq integration tests.

@Hnogared Hnogared self-assigned this May 24, 2025
@Hnogared Hnogared added state:ready for merge Indicates that a pull request has been reviewed and approved, and is ready to be merged into the mai type:chore Indicates some housework that needs to be done. labels May 24, 2025
@Hnogared Hnogared force-pushed the chore/activemq-cleanup branch from 2b32e70 to 5443fc3 Compare May 24, 2025 11:42
@Hnogared Hnogared changed the title chore: activemq cleanup chore: ActiveMq cleanup and completion May 24, 2025
@Hnogared Hnogared marked this pull request as ready for review May 24, 2025 11:50
@Hnogared Hnogared requested a review from a team as a code owner May 24, 2025 11:50
@Hnogared Hnogared requested review from samtrion and removed request for a team May 24, 2025 11:50
@codecov
Copy link

codecov bot commented May 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.71%. Comparing base (8314fe7) to head (81076df).
Report is 1 commits behind head on development.

Additional details and impacted files
@@             Coverage Diff              @@
##           development     #708   +/-   ##
============================================
  Coverage        97.71%   97.71%           
============================================
  Files              104      104           
  Lines             1794     1796    +2     
  Branches           317      318    +1     
============================================
+ Hits              1753     1755    +2     
  Misses              41       41           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Hnogared Hnogared force-pushed the chore/activemq-cleanup branch from 85081be to 81076df Compare May 24, 2025 15:20
@Hnogared Hnogared merged commit 20dc7b8 into development May 24, 2025
6 of 7 checks passed
@Hnogared Hnogared deleted the chore/activemq-cleanup branch May 24, 2025 15:26
@sonarqubecloud
Copy link

samtrion pushed a commit that referenced this pull request May 26, 2025
* test: Added client factory tests

* chore: Added configure timeout validation

* chore: Renamed `ActiveMq` checks files

* test: Added `ActiveMq` integration tests

* chore(ActiveMq): Using const instead of var for local variables

* chore(Redpanda): Use const for local variables

* chore(Firebird): Use const for local variables

* chore(ServiceBus): Use const for local variables
samtrion added a commit that referenced this pull request May 26, 2025
* feat: Added AWS SNS package (#573)

* feat: Azure ServiceBus package (#559)

* feat: Azure CosmosDB package (#562)

* fix(style): Formatting of new project files

* fix: Use same version for all testcontainers

* fix(style): Reformatted code with line length 120

* fix(deps): Updated Dependency `Apache.NMS.ActiveMQ` because of possible vulnerability

* chore: Updated TestGroups

* fix: Missing namespaces

* fix: Added `AWS.SNS` as TestGroup

* chore: Cleanup SNS

* chore: Cleanup ActiveMq

* chore(deps): Updated new packages

* chore: Added TestGroup `Azure.ServiceBus`

* chore: Extended Tests for `AWS.SNS` and `Azure.ServiceBus`

* chore: Extended the tests for `AWS.SNS`

* chore: Added Validation for `SimpleNotificationService`

* fix: Removed braces

* fix: Raised `GitVersionTargetFramework`

* chore: Extended AWS SNS tests

* fix: Added missing xml documentations

* chore: Extended `SimpleNotificationServiceConfigure` tests

* feat: Added first Implementation for `Azrue.Cosmos`

* chore: Removed unnecessary namespaces

* fix: Cosmos tests

* fix: Switched to `records` as options

* fix(test): Fixed tests for Azure blobs, queues and tables

* chore: Set reference to `NetEvolve.HealthChecks.Azure.Cosmos`

* feat(firebird): Added `NetEvolve.HealthChecks.Firebird` (#707)

* feat(firebird): aded firebird checks

* docs: corrected therefore into therefore

* fix: review findings

* fix(warnings): Removed warnings from code

* fix(test): Updated PublicApi definitions

* fix(test): Added missing testcase for `HealthCheckBase`

* fix(docs): Added missing xml docs to `ServiceBus.ClientCreationMode`

* chore: Removed CosmosDb implementation for now, because container not executable

* fix(docs): Updated the mentioned method

* chore: Extended `AWS.SNS` tests

* fix(tests): Added missing validation for `Timeout`

* test: Extended `Azure.ServiceBus` Tests

* fix(test): Missing testcase `Azure.ServiceBus.ClientCreation`

* test: Finished the `Azure.ServiceBus` tests

* chore: ActiveMq cleanup and completion (#708)

* test: Added client factory tests

* chore: Added configure timeout validation

* chore: Renamed `ActiveMq` checks files

* test: Added `ActiveMq` integration tests

* chore(ActiveMq): Using const instead of var for local variables

* chore(Redpanda): Use const for local variables

* chore(Firebird): Use const for local variables

* chore(ServiceBus): Use const for local variables

* chore(Apache.Kafka): Use const for local variables

* chore(Apache.ActiveMq): Use const for local variable

* test(Apache.ActiveMq): Changed unhealthy test to not use a valid URI

* test(abstractions): Extended tests for `IHealthChecksBuilderExtensions`

* chore: Added build target `EnsureREADME`  for all healthcheck projects

* style(format): Reformatted code

* chore: Use expression body lambdas

* chore: Use const for named test parameters

* style: Minimized styles and reduced overhead

* style: Minimized styles and reduced overhead, again

* test(sns): Extended tests

* fix(test): Updated public api

* fix(nameof): Use `nameof` instead of `.ToString()`

* test(servicebus): Extended tests

* test(servicebus): Extended unit tests for Azure.ServiceBus

* docs(qdrant): Added missing README

* chore: Updated Naming for Azure.ServiceBus

* docs(activemq): Updated README file for `Apache.ActiveMq`

* chore: Removed unused `_snapshots`

* chore: Simplified tests

* docs(sns): Updated README

* fix: Default tags for messaging services

* docs(servicebus): Updated README

* style(docs): Reformatted README files

* fix(docs): Renamed README.md

Signed-off-by: Martin Stühmer <me@samtrion.net>

* test: Extended `ConfigurableHealthCheckBase` tests

* test: Extended Architecture tests

* chore(test): Updated the changes to the verify files

* fix: Solved PR findings

* fix(servicebus): Simplified access to container

---------

Signed-off-by: Martin Stühmer <me@samtrion.net>
Co-authored-by: Hnogared <133124217+Hnogared@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:ready for merge Indicates that a pull request has been reviewed and approved, and is ready to be merged into the mai type:chore Indicates some housework that needs to be done.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants