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

Ds sqlite per reset which requires data generation #1003

Merged
merged 10 commits into from
Feb 16, 2023
Merged

Conversation

Christian-B
Copy link
Member

@Christian-B Christian-B commented Oct 28, 2022

Builds on #1015

In Master there is one DS.sqlite3 file per hard reset.

On a soft reset with requires_data_generation the previous rows are deleted from the database and new rows added.

In this pr a new sqlite3 file is created instead with the old one kept.

This makes it more consistent with other files not overridden or cleared after a reset
This would make it easier to compare what has changed between 1 reset and another.

Must be done at the same time as:
SpiNNakerManchester/JavaSpiNNaker#713

Check all ds files exist added in (to be merged)
SpiNNakerManchester/sPyNNaker#1243

Tested by: (no need to merge)
SpiNNakerManchester/IntegrationTests#164

@dkfellows dkfellows merged commit 5d320e5 into master Feb 16, 2023
@dkfellows dkfellows deleted the ds_per_reset branch February 16, 2023 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants