fix: try to fix etcd unit test failed sometimes (#312)

* chore: enable logger

* chore: upload unit test failed report

* chore: adjust workflow

* fix: dubbo-configcenter-etcd unit test failed

GitHub Actions may overuse leads to long waiting times, do not setting timeout in countdown latch

* chore: upgrade dependencies jetcd-launcher from 0.5.7 to 0.7.7

* update: compatible the latest version of jetcd

* update: compatible the latest version of jetcd

* add log for throwable

* create etcd for each unit test

* Add timeout for countdown latch

---------

Co-authored-by: xiaosheng <songxiaosheng@apache.org>
8 files changed
tree: 272871210633143f39305288e98adeebfd6a81bc
  1. .github/
  2. .mvn/
  3. codestyle/
  4. dobbo-doc-auto-gen/
  5. dubbo-api-docs/
  6. dubbo-cluster-extensions/
  7. dubbo-common-extensions/
  8. dubbo-configcenter-extensions/
  9. dubbo-cross-thread-extensions/
  10. dubbo-extensions-dependencies-bom/
  11. dubbo-extensions-distribution/
  12. dubbo-filter-extensions/
  13. dubbo-gateway-extensions/
  14. dubbo-kubernetes/
  15. dubbo-metadata-report-extensions/
  16. dubbo-mock-extensions/
  17. dubbo-proxy-extensions/
  18. dubbo-registry-extensions/
  19. dubbo-remoting-extensions/
  20. dubbo-rpc-extensions/
  21. dubbo-serialization-extensions/
  22. dubbo-tag-extensions/
  23. dubbo-wasm/
  24. dubbo-xds/
  25. test/
  26. .asf.yaml
  27. .codecov.yml
  28. .editorconfig
  29. .gitattributes
  30. .gitignore
  31. .licenserc.yaml
  32. CODE_OF_CONDUCT.md
  33. CONTRIBUTING.md
  34. LICENSE
  35. mvnw
  36. mvnw.cmd
  37. NOTICE
  38. pom.xml
  39. PULL_REQUEST_TEMPLATE.md
  40. README.md
  41. README_CN.md
  42. SECURITY.md
README.md

dubbo-spi-extensions

Build Status codecov Maven Central [GitHub release]

中文

The purpose of dubbo-spi-extensions is to provide open, community-driven, reusable components to build microservice programs with different needs. These components extend the core of the Apache Dubbo project, but they are separated and decoupled.

Developers can flexibly choose the required extension dependencies to develop microservice programs based on their needs. The available extensions are as follows:Developers can flexibly choose the required extension dependencies to develop microservice programs based on their needs.

For version release notes, please refer to the documentation:

The available extensions are as follows:

Contribution

Thanks to everyone who has contributed!