Update opened status and add NOD test #967
Merged
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.
Opened
PR opened for
com.alibaba.fastjson.serializer.TestParse.testParse
: alibaba/fastjson#4458Approved tentative PR: rRajivramachandran/fastjson#1
New test
New test found non deterministic:
com.alibaba.json.bvt.issue_2700.Issue2784#test_for_issue
When the test is run by itself it fails.
The test depends on
java.time.LocalDateTime
. The test will only pass when the system time taken is an exact millisecond value(i.e microsecond and nanoseconds are zero). The pass scenario has been verified using the following patch.Since the same test passes and fails when run at different times it is non deterministic. It is not dependent on any other test and is NOD by itself.
VM id: [email protected]
Log passing: /home/rajivr3/fastjson2/fastjson/pass_with_zerobeyondmillis.log
Log failing: /home/rajivr3/fastjson2/fastjson/fail_without_zerobeyondmillis.log
Tentative PR(approved): rRajivramachandran/fastjson#2
Real PR: alibaba/fastjson#4460