Conversation
* New Feature: Add IDGenerate define the handler for create Unique Id
* New Feature: Add dotweb.DefaultUniqueIDGenerater which is default generater used to create Unique Id
* Update: Add "GlobalUniqueID : XXXXXXXXXXXXXXXXXXX" on state page, you can view "host/dotweb/state"
* Detail:
- default requestId & app.GlobalUniqueID use uuid.V1
- if you enabled HttpServer.SetEnabledRequestID, you can read requestId in Response-Header "d_request_id"
* 2019-01-18 18:00
Put config files under testdata. Removed test for ConfigSet because it does not exist in config files.
The MD5Encoding changes the length of the original string so this test has no meaning.
This script also generates coverage.out in scripts folder which can be used for coverage analysis
Fix UT and add scripts for UT
* New Feature: Fix UT and add scripts for UT
* Detail:
- Put config files under testdata. Removed test for ConfigSet because it does not exist in config files
- The MD5Encoding changes the length of the original string so this test has no meaning
- Fix UT for core and framework etc.
- Add script for UT, This script also generates coverage.out in scripts folder which can be used for coverage analysis
- Fix UT for framework/file
- Use WG for syncing in testing
- Disable test cases related to redis
* 2019-01-22 12:00
* New Feature: Fix UT and add scripts for UT
* Detail:
- Put config files under testdata. Removed test for ConfigSet because it does not exist in config files
- The MD5Encoding changes the length of the original string so this test has no meaning
- Fix UT for core and framework etc.
- Add script for UT, This script also generates coverage.out in scripts folder which can be used for coverage analysis
- Fix UT for framework/file
- Use WG for syncing in testing
- Disable test cases related to redis
* 2019-01-22 12:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 1.5.9.8