add test for query port message #50
GitHub Actions / GTests
succeeded
Jun 26, 2024 in 0s
24 passed, 0 failed and 0 skipped
Report | Passed | Failed | Skipped | Time |
---|---|---|---|---|
reports/nelns_do_allocate_port_test.xml | 5✅ | 0ms | ||
reports/nelns_naming_service_it.xml | 3✅ | 3s | ||
reports/nelns_naming_service_test.xml | 4✅ | 91ms | ||
reports/nelns_service_instance_manager_test.xml | 12✅ | 173ms |
✅ reports/nelns_do_allocate_port_test.xml
5 tests were completed in 0ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
doAllocatePortTest | 5✅ | 0ms |
✅ doAllocatePortTest
✅ shouldStartAtMinBaseport
✅ shouldIncreasePorts
✅ shouldWrapArroundMaxBasePort
✅ shouldSkipPortsUsedByRegisteredServices
✅ shouldNotSkipPortIfNotUsedByRegisteredServices
✅ reports/nelns_naming_service_it.xml
3 tests were completed in 3s with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
CNamingServiceIT | 3✅ | 3s |
✅ CNamingServiceIT
✅ shouldAnswerToRegistration
✅ shouldUpdateServiceRegistry
✅ shouldAnswerToQueryPort
✅ reports/nelns_naming_service_test.xml
4 tests were completed in 91ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
CNamingService | 4✅ | 91ms |
✅ CNamingService
✅ shouldInstantiateSingleton
✅ shouldNotAllowMultipleSimultaneousInstances
✅ shouldCleanupSingleton
✅ shouldAllowNewInstanceAfterDestruction
✅ reports/nelns_service_instance_manager_test.xml
12 tests were completed in 173ms with 12 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
CServiceInstanceManager | 12✅ | 173ms |
✅ CServiceInstanceManager
✅ getInstanceShouldAssertIfNotInitialized
✅ getInstanceShouldReturnSingleton
✅ DestructorShouldCleanupSingletonInstance
✅ displayInfoShouldBeEmptyIfNothingRegistered
✅ addUniqueServiceShouldAddShardUniqueService
✅ addUniqueServiceShouldAddMachineUniqueService
✅ queryStartServiceShouldGrantSingleService
✅ queryStartServiceShouldGrantSingleShardUnqiueService
✅ queryStartServiceShouldNotGrantAdditionalShardUnqiueService
✅ queryStartServiceShouldGrantAdditionalMachineUnqiueServiceOnDifferentMachine
✅ queryStartServiceShouldNotGrantAdditionalMachineUnqiueServiceOnSameMachine
✅ releaseServiceShouldRemoveOnlineSercie
Loading