-
Notifications
You must be signed in to change notification settings - Fork 401
test: 补充健康检查相关的单测 #933
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
test: 补充健康检查相关的单测 #933
Conversation
2023-02-20 10:25:40: =========TEST START========== |
* feat: upgrade specification to 1.1.0 stable release * feat:适配V1规则的分组名,V1规则分组名=V2规则名.分组名 * fix: boltdb load int value should be int64 * fix:单机版规则过滤标签不生效 * fix:修复静态列数据更新问题以及统配规则新加入缓存不生效问题 * feat:数据库字段修改为下划线 * fix: 解决mysql数据库写入失败问题 * fix: fix golint erros * feat:合入1.13.x改动的eureka兼容相关的问题 * fix: golint-ci issues * feat: 客户端健康检查与服务实例健康检查机制分离 * fix: sqldb healthcheck config * fix: 修复客户端管理时间单位不一致的问题 * feat:支持存量熔断规则的迁移 * feat:补充心跳上报单测
* feat: 分离客户端检查与服务实例检查的机制,以免互相影响 (#930) * test: 补充健康检查相关的单测 (#933) * feat: upgrade specification to 1.1.0 stable release * feat:适配V1规则的分组名,V1规则分组名=V2规则名.分组名 * fix: boltdb load int value should be int64 * fix:单机版规则过滤标签不生效 * fix:修复静态列数据更新问题以及统配规则新加入缓存不生效问题 * feat:数据库字段修改为下划线 * fix: 解决mysql数据库写入失败问题 * fix: fix golint erros * feat:合入1.13.x改动的eureka兼容相关的问题 * fix: golint-ci issues * feat: 客户端健康检查与服务实例健康检查机制分离 * fix: sqldb healthcheck config * fix: 修复客户端管理时间单位不一致的问题 * feat:支持存量熔断规则的迁移 * feat:补充心跳上报单测 * fix: eureka updateStatus鉴权失败 * fix:db integrate test run failed * fix: database deadlock issues * fix: all write db operation should be in transaction * fix: group not in tx * feat:增加串行创建实例的覆盖 * feat:remove ListNamespaces refer * fix: 解决不在同一个事务的问题 * fix: compile fail variables * feat: eureka创建和删除实例使用异步处理
* feat: 分离客户端检查与服务实例检查的机制,以免互相影响 (#930) * test: 补充健康检查相关的单测 (#933) * feat: upgrade specification to 1.1.0 stable release * feat:适配V1规则的分组名,V1规则分组名=V2规则名.分组名 * fix: boltdb load int value should be int64 * fix:单机版规则过滤标签不生效 * fix:修复静态列数据更新问题以及统配规则新加入缓存不生效问题 * feat:数据库字段修改为下划线 * fix: 解决mysql数据库写入失败问题 * fix: fix golint erros * feat:合入1.13.x改动的eureka兼容相关的问题 * fix: golint-ci issues * feat: 客户端健康检查与服务实例健康检查机制分离 * fix: sqldb healthcheck config * fix: 修复客户端管理时间单位不一致的问题 * feat:支持存量熔断规则的迁移 * feat:补充心跳上报单测 * fix: eureka updateStatus鉴权失败 * fix:db integrate test run failed * fix: database deadlock issues * fix: all write db operation should be in transaction * fix: group not in tx * feat:增加串行创建实例的覆盖 * feat:remove ListNamespaces refer * fix: 解决不在同一个事务的问题 * fix: compile fail variables * feat: eureka创建和删除实例使用异步处理 * fix: 简化心跳事件的推送逻辑,去掉二次channel传递 (#975) * fix: eureka updateStatus鉴权失败 * fix:db integrate test run failed * fix: database deadlock issues * fix: all write db operation should be in transaction * fix: group not in tx * feat:增加串行创建实例的覆盖 * feat:remove ListNamespaces refer * fix: 解决不在同一个事务的问题 * feat: 迁移工具支持环境变量传参,以及打印日志 * feat: eureka创建和删除实例使用异步处理 * feat:解决首次注册后心跳上报失败的问题 & 针对复制的实例可以允许关闭健康状态的转换 * feat:修复实例多次后404的问题 * fix: 修复用例失败问题 * fix: 简化心跳事件的推送逻辑,去掉二次channel传递 * fix: 将服务名转换提取成公共逻辑 * feat:event用例调整 * feat: update go version * fix:ut fail issues * fix: 用例失败问题 * update go.mod version to 1.19
Please provide issue(s) of this PR:
Fixes #855
To help us figure out who should review this PR, please put an X in all the areas that this PR affects.
Please check any characteristics that apply to this pull request.