Skip to content

[consul] using Consul Blocking Queries #21

[consul] using Consul Blocking Queries

[consul] using Consul Blocking Queries #21

GitHub Actions / Test Results succeeded Dec 8, 2024 in 0s

All 20 tests pass in 13s

20 tests   - 12   20 ✅  - 12   13s ⏱️ +7s
 7 suites  -  2    0 💤 ± 0 
 7 files    -  2    0 ❌ ± 0 

Results for commit d194683. ± Comparison against earlier commit a56a6ec.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

20 tests found

There are 20 tests, see "Raw output" for the full list of tests.
Raw output
com.frogdevelopment.micronaut.consul.watch.WatcherFactoryTest ‑ [1] format=FILE
com.frogdevelopment.micronaut.consul.watch.WatcherFactoryTest ‑ [1] format=YAML
com.frogdevelopment.micronaut.consul.watch.WatcherFactoryTest ‑ [2] format=JSON
com.frogdevelopment.micronaut.consul.watch.WatcherFactoryTest ‑ [3] format=PROPERTIES
com.frogdevelopment.micronaut.consul.watch.WatcherFactoryTest ‑ should_create_required_watchers()
com.frogdevelopment.micronaut.consul.watch.WatcherFactoryTest ‑ should_watch_native()
com.frogdevelopment.micronaut.consul.watch.context.PropertiesChangeWatcherTest ‑ should_doNothing_when_noDifference()
com.frogdevelopment.micronaut.consul.watch.context.PropertiesChangeWatcherTest ‑ should_keepGoing_when_typeClassAreDifferentButNumbers()
com.frogdevelopment.micronaut.consul.watch.context.PropertiesChangeWatcherTest ‑ should_notUpdatePropertySourceNorPublishChanges_when_incompatibleTypeOnDifferences()
com.frogdevelopment.micronaut.consul.watch.context.PropertiesChangeWatcherTest ‑ should_updateContext_and_publishChanges()
com.frogdevelopment.micronaut.consul.watch.watcher.JsonWatcherIntegrationTest ‑ should_refresh_only_updated_property()
com.frogdevelopment.micronaut.consul.watch.watcher.KvUtilsTest ‑ [1] kv1=null, kv2=null, expected=true
com.frogdevelopment.micronaut.consul.watch.watcher.KvUtilsTest ‑ [2] kv1=com.frogdevelopment.micronaut.consul.watch.client.KeyValue@8ce4320, kv2=null, expected=false
com.frogdevelopment.micronaut.consul.watch.watcher.KvUtilsTest ‑ [3] kv1=null, kv2=com.frogdevelopment.micronaut.consul.watch.client.KeyValue@42012093, expected=false
com.frogdevelopment.micronaut.consul.watch.watcher.KvUtilsTest ‑ [4] kv1=com.frogdevelopment.micronaut.consul.watch.client.KeyValue@3c538e62, kv2=com.frogdevelopment.micronaut.consul.watch.client.KeyValue@ca0a21f, expected=false
com.frogdevelopment.micronaut.consul.watch.watcher.KvUtilsTest ‑ [5] kv1=com.frogdevelopment.micronaut.consul.watch.client.KeyValue@768d27e8, kv2=com.frogdevelopment.micronaut.consul.watch.client.KeyValue@3dc39412, expected=false
com.frogdevelopment.micronaut.consul.watch.watcher.KvUtilsTest ‑ [6] kv1=com.frogdevelopment.micronaut.consul.watch.client.KeyValue@1d432d56, kv2=com.frogdevelopment.micronaut.consul.watch.client.KeyValue@147ad4bb, expected=true
com.frogdevelopment.micronaut.consul.watch.watcher.NativeWatcherIntegrationTest ‑ should_refresh_only_updated_property()
com.frogdevelopment.micronaut.consul.watch.watcher.PropertiesHandlerIntegrationTest ‑ should_refresh_only_updated_property()
com.frogdevelopment.micronaut.consul.watch.watcher.YamlWatcherIntegrationTest ‑ should_refresh_only_updated_property()