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

Migrate metaData.device.cpuAbi to device.cpuAbi in JSON payload #404

Merged
merged 3 commits into from
Jan 4, 2019

Conversation

fractalwrench
Copy link
Contributor

Goal

The cpuAbi field has been added to structured data within the payload, so should ideally be present at device.cpuAbi.

Changeset

The cpuAbi array is now added into the device object for both the Java + C report serialisers.

Tests

Existing unit tests for JVM serialisation have been updated, and additional steps have been added to mazerunner scenarios to validate the location of this field.

I also manually inspected the payload for handled/unhandled JVM + C crashes, and verified that the field only existed at device.cpuAbi.

@fractalwrench fractalwrench changed the title Migrate metaData.device.cpuAbi to device.cpuAbi Migrate metaData.device.cpuAbi to device.cpuAbi in JSON payload Dec 20, 2018
Copy link
Contributor

@bengourley bengourley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did a manual end to end test with the example app. All seems good!

@fractalwrench fractalwrench merged commit c07c724 into next Jan 4, 2019
@fractalwrench fractalwrench deleted the cpu-abi-payload-migration branch January 4, 2019 11:34
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.

2 participants