Skip to content
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

Add ED sign embedded trailing corner cases #133

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

VermaSh
Copy link
Contributor

@VermaSh VermaSh commented Jul 7, 2021

Packed decimal to external decimal conversion corner cases:

  • Max precision for preferred and alternate sign
  • Non 0 packed decimal offset
    • ending at the sign byte
    • ending at non sign byte

Signed-off-by:Shubham Verma [email protected]

@VermaSh
Copy link
Contributor Author

VermaSh commented Jul 7, 2021

@fjeremic this almost ready for review. I just need to duplicate these corner case tests for sign separate trailing, sign separate leading and sign embedded leading. I'll open another PR for those tests.

@fjeremic
Copy link
Contributor

fjeremic commented Jul 7, 2021

Looks good. @VermaSh could you fix the copyright?

@VermaSh
Copy link
Contributor Author

VermaSh commented Jul 8, 2021

@fjeremic I have updated the copyright year but the test is still failing. Not sure if we need to update something or just need to rerun the test.

Packed decimal to external decimal conversion corner cases:
- Max precision for preferred and alternate sign
- Non 0 packed decimal offset
    - ending at the sign byte
    - ending at non sign byte

Signed-off-by:Shubham Verma <[email protected]>
@VermaSh
Copy link
Contributor Author

VermaSh commented Jul 8, 2021

@fjeremic Copyright should be good now.

@fjeremic
Copy link
Contributor

@llxia any testing to launch here before we merge?

@llxia
Copy link
Contributor

llxia commented Jul 12, 2021

@Mesbah-Alam could help to run Grinder to test these daa tests? Thanks

@Mesbah-Alam
Copy link
Contributor

Hi @fjeremic , TestPD2ED.java is part of daa2 load, which is exercised by DaaLoadTest_daa2_5m.

Started a grinder for DaaLoadTest_daa2_5m using Shubham's branch here: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1059/console

Please re-run this grinder to further test your changes, if needed.

@fjeremic
Copy link
Contributor

Grinder looks good and we've tested internally as well. Proceeding with the merge. Thanks all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants