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

pkg/flashdb: bump to 2.0.0 #19863

Merged
merged 1 commit into from
Aug 9, 2023
Merged

pkg/flashdb: bump to 2.0.0 #19863

merged 1 commit into from
Aug 9, 2023

Conversation

benpicco
Copy link
Contributor

@benpicco benpicco commented Aug 7, 2023

Contribution description

Testing procedure

The tests are still working:

pkg/flashdb_vfs
main(): This is RIOT! (Version: 2023.10-devel-97-gc44a8-pkg/flashdb-2.0)
==================== kvdb_basic_sample ====================
get the 'boot_count' value is 2
set the 'boot_count' value to 3
===========================================================
================= kvdb_type_string_sample =================
create the 'temp' string KV, value is: 36C
get the 'temp' value is: 36C
set 'temp' value to 38C
delete the 'temp' finish
===========================================================
================== kvdb_type_blob_sample ==================
create the 'temp' blob KV, value is: 36
get the 'temp' value is: 36
set 'temp' value to 38
delete the 'temp' finish
===========================================================
======================= tsdb_sample =======================
append the new status.temp (36) and status.humi (85)
append the new status.temp (38) and status.humi (90)
[query_cb] queried a TSL: time: 1691422347, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691422348, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691422832, temp: 36, humi: 85
query count is: 0
set the TSL (time 1691422347) status from 3 to 3
set the TSL (time 1691422348) status from 3 to 3
set the TSL (time 1691422832) status from 2 to 3
===========================================================
pkg/flashdb_mtd
main(): This is RIOT! (Version: 2023.10-devel-97-gc44a8-pkg/flashdb-2.0)
[I/FAL] Flash Abstraction Layer (V0.5.99) initialize success.
==================== kvdb_basic_sample ====================
get the 'boot_count' value is 8
set the 'boot_count' value to 9
===========================================================
================= kvdb_type_string_sample =================
create the 'temp' string KV, value is: 36C
get the 'temp' value is: 36C
set 'temp' value to 38C
delete the 'temp' finish
===========================================================
================== kvdb_type_blob_sample ==================
create the 'temp' blob KV, value is: 36
get the 'temp' value is: 36
set 'temp' value to 38
delete the 'temp' finish
===========================================================
======================= tsdb_sample =======================
append the new status.temp (36) and status.humi (85)
append the new status.temp (38) and status.humi (90)
[query_cb] queried a TSL: time: 1691421584, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691421587, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691421588, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691421589, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691421590, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691421591, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691421895, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691421909, temp: 36, humi: 85
[query_cb] queried a TSL: time: 1691422862, temp: 36, humi: 85
query count is: 0
set the TSL (time 1691421584) status from 3 to 3
set the TSL (time 1691421587) status from 3 to 3
set the TSL (time 1691421588) status from 3 to 3
set the TSL (time 1691421589) status from 3 to 3
set the TSL (time 1691421590) status from 3 to 3
set the TSL (time 1691421591) status from 3 to 3
set the TSL (time 1691421895) status from 3 to 3
set the TSL (time 1691421909) status from 3 to 3
set the TSL (time 1691422862) status from 2 to 3
===========================================================

Issues/PRs references

@github-actions github-actions bot added the Area: pkg Area: External package ports label Aug 7, 2023
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Aug 7, 2023
@benpicco benpicco requested review from fabian18 and kfessel August 7, 2023 16:10
@riot-ci
Copy link

riot-ci commented Aug 7, 2023

Murdock results

✔️ PASSED

67ba4fc pkg/flashdb: bump to 2.0.0

Success Failures Total Runtime
7907 0 7907 11m:39s

Artifacts

Copy link
Contributor

@kfessel kfessel left a comment

Choose a reason for hiding this comment

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

your PRs are merged into upstream

pkg/flashdb/Makefile Outdated Show resolved Hide resolved
@benpicco benpicco added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Aug 8, 2023
Copy link
Contributor

@kfessel kfessel left a comment

Choose a reason for hiding this comment

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

Version update without huge API-changes

trust @benpicco tests

@benpicco
Copy link
Contributor Author

benpicco commented Aug 9, 2023

bors merge

@bors
Copy link
Contributor

bors bot commented Aug 9, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 91441db into RIOT-OS:master Aug 9, 2023
@benpicco benpicco deleted the pkg/flashdb-2.0 branch August 9, 2023 20:02
@MrKevinWeiss MrKevinWeiss added this to the Release 2023.10 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants