Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ab42ae93
authored
Feb 20, 2019
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test.txt
1 parent
24023738
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
38 deletions
test.txt
test.txt
View file @
ab42ae9
...
...
@@ -25,40 +25,6 @@
自定义查询保单落图:gras/falling/queryPageData----》FallingMapService.queryPageDatas()
获取分区区域列表:gras/branchGeo/getBranchGeoInfoPageByCode----》grasBranchGeoService.selectBranchGeoInfoPageByCode()
获取区域点面数据:gras/branch/getBranchGeoByBranchCode---》branchInfoService.getBranchGeoByBranchCode()
根据机构代码获取渠道:/gras/branchRegion.getBranchRegion--》grasBranchGeoService.getBranchRegion()
根据机构号查询保单:/gras/resultCheck/selectByBranchCode----》ResultCheckService.selectByBranchCode()
根据传入条件查询保单信息:/gras/resultCheck/queryPolicy--》ResultCheckService.queryPolicy()
FallingMapService.outInResult()
FallingMapService.resultput()
ElasticSearchServiceImpl类
ElasticSearchPolicyServiceImpl类
/gras/menu/updateMenus---》menuService.updateByRoleIdAndMenus()
/gras/resultCheck/getDatasExportToExcel----》ResultCheckService.selectForExcel()
批量调整:gras/resultCheck/adjustEmp----》ResultCheckService.adjustEmp
1:目前系统中删除操作涉及的表有:GRAS_BRANCH_GEO、GRAS_BRANCH_STYLE、GRAS_AREA_STAFF、GRAS_SYS_ROLE_MENU、GRAS_SYS_MENU、GRAS_ASSIGN_FAILED_RECORD
...
...
@@ -92,6 +58,3 @@ ElasticSearchPolicyServiceImpl类
在项目进行开发阶段,负责日常开发,测试用例的编写和测试工作,版本部署以周为单位,开发过程时间还是比较紧张;实际开发中问题很多,这需要一个一个去攻克:1:首先需要提到的是周版本测试环境的部署,本项目采用的是微服务架构,项目是部署在多台服务器,起初部署工作难度还是很大,一些配置问题和启动顺序问题都发生过,版本部署时间很长,容错率很小;2:地址解析问题耗时最久,保单地址解析在测试环境报错,因为地址解析是要访问外网(现服务器都是内网),最初早已排除非网络问题,后续进过不断尝试,才发现为ES数据库问题3:Oracle至ES数据库同步问题,起初走了很多弯路,通过java代码去实现,后效率和数据一致性无法保证,改为Logstash 去实现,由于保单数据量太大的情况下,在执行Logstash过程中,ES内存不足,oracle表空间不足一系列问题随之而来,后通过增加分配ES内存,优化查询SQL后,全量同步才顺利的执行,但全量同步执行成功后,全量数据已经同步完成,增量同步问题又来了,效率问题和数据一致性问题现阶段还有待解决。
现已进入项目最后阶段,主要进行修复bug,版本测试和版本管理工作,期间对整体项目编写单元测试用例,场景测试用例,分别按用例去测试,来达到测试的准确性和全面性,对项目最后上线把最后一关,争取在新历年初实现项目生产上线
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment