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

Rework data logging interfaces #78

Merged
merged 36 commits into from
Dec 3, 2023

tests: Allow a bit more timestamp deviation in data logging write test

a4b7cad
Select commit
Loading
Failed to load commit list.
Merged

Rework data logging interfaces #78

tests: Allow a bit more timestamp deviation in data logging write test
a4b7cad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 3, 2023 in 0s

83.74% of diff hit (target 81.36%)

View this Pull Request on Codecov

83.74% of diff hit (target 81.36%)

Annotations

Check warning on line 220 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L219-L220

Added lines #L219 - L220 were not covered by tests

Check warning on line 234 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L234

Added line #L234 was not covered by tests

Check warning on line 297 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L297

Added line #L297 was not covered by tests

Check warning on line 321 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L321

Added line #L321 was not covered by tests

Check warning on line 323 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L323

Added line #L323 was not covered by tests

Check warning on line 331 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L330-L331

Added lines #L330 - L331 were not covered by tests

Check warning on line 361 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L360-L361

Added lines #L360 - L361 were not covered by tests

Check warning on line 399 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L398-L399

Added lines #L398 - L399 were not covered by tests

Check warning on line 404 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L401-L404

Added lines #L401 - L404 were not covered by tests

Check warning on line 449 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L449

Added line #L449 was not covered by tests

Check warning on line 491 in shc/data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/data_logging.py#L491

Added line #L491 was not covered by tests

Check warning on line 43 in shc/interfaces/in_memory_data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/in_memory_data_logging.py#L43

Added line #L43 was not covered by tests

Check warning on line 58 in shc/interfaces/in_memory_data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/in_memory_data_logging.py#L58

Added line #L58 was not covered by tests

Check warning on line 73 in shc/interfaces/in_memory_data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/in_memory_data_logging.py#L73

Added line #L73 was not covered by tests

Check warning on line 78 in shc/interfaces/in_memory_data_logging.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/in_memory_data_logging.py#L78

Added line #L78 was not covered by tests

Check warning on line 89 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L87-L89

Added lines #L87 - L89 were not covered by tests

Check warning on line 95 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L92-L95

Added lines #L92 - L95 were not covered by tests

Check warning on line 112 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L112

Added line #L112 was not covered by tests

Check warning on line 114 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L114

Added line #L114 was not covered by tests

Check warning on line 116 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L116

Added line #L116 was not covered by tests

Check warning on line 136 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L136

Added line #L136 was not covered by tests

Check warning on line 138 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L138

Added line #L138 was not covered by tests

Check warning on line 140 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L140

Added line #L140 was not covered by tests

Check warning on line 173 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L173

Added line #L173 was not covered by tests

Check warning on line 209 in shc/interfaces/mysql.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

shc/interfaces/mysql.py#L209

Added line #L209 was not covered by tests