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

88 add GitHub automated build integration tests for sadb mariadb interface 1 #109

Conversation

rjbrown2
Copy link
Contributor

Added Docker Container to allow for SQL testing (MARIADB)
Added several unit tests, and modified yml to work within main/dev.
Additional tests could be written in the future when things are flushed out more. We could probably also use some additional tests now that I've not written, but I think the basis is covered.

@rjbrown2
Copy link
Contributor Author

Fixed CMAKE issue causing builds to fail.

@codecov-commenter
Copy link

Codecov Report

Merging #109 (9c80aa9) into dev (7c1f5f5) will decrease coverage by 3.49%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              dev     #109      +/-   ##
==========================================
- Coverage   80.27%   76.78%   -3.50%     
==========================================
  Files          20       21       +1     
  Lines        5644     5901     +257     
==========================================
  Hits         4531     4531              
- Misses       1113     1370     +257     
Impacted Files Coverage Δ
util/src_util/ut_mariadb.c 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c1f5f5...9c80aa9. Read the comment docs.

@rjbrown2
Copy link
Contributor Author

Code coverage falls down a little with this because there's no code coverage module in my docker container with the mariadb installed. Didn't think about this, and I can work on it later if that's not a big deal to anyone else (don't know if there is a solution yet - there should be somewhere though). Should be good to merge w/o conflicts now.

@IbraheemYSaleh
Copy link
Contributor

Excellent 👍

@dccutrig dccutrig merged commit 9af6236 into dev May 4, 2022
@jlucas9 jlucas9 deleted the 88-add-github-automated-build-integration-tests-for-sadb-mariadb-interface-1 branch April 28, 2023 12:46
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.

Add Github Automated Build-Integration Tests for SADB - MariaDB Interface
5 participants