test: add comprehensive unit and integration test suite#22
Merged
sebastian-ederer merged 3 commits intomainfrom Nov 25, 2025
Merged
test: add comprehensive unit and integration test suite#22sebastian-ederer merged 3 commits intomainfrom
sebastian-ederer merged 3 commits intomainfrom
Conversation
- Model extractors (Hypertable, ReorderPolicy, ContinuousAggregate) - Differs for detecting migration changes - Conventions for data annotation processing - TypeBuilders for Fluent API configuration - Operation generators for SQL/C# code generation Integration Tests (Testcontainers): - Hypertable creation and modification - Reorder policy lifecycle - Continuous aggregate materialized views - Scaffolding extractors for database-first scenarios - Full migration lifecycle tests Configuration: - Add coverlet.runsettings for code coverage exclusions - Add stryker-config.json for mutation testing - Update .gitignore for test artifacts
Add comprehensive unit tests for Configuration attributes (HypertableAttribute, Dimension, ReorderPolicyAttribute) with validation and edge case coverage. Enhance existing tests with error handling scenarios: - HypertableConvention: null entity types, whitespace time columns - ContinuousAggregateOperationGenerator: invalid parameters, edge cases - HypertableScaffoldingExtractor: connection state handling, malformed data Fix coverlet.runsettings by removing stray 'S' character that was causing XML parsing issues. Update README.md with explicit test coverage output directories for clarity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR establishes a comprehensive test suite for the core TimescaleDB EF Core provider, significantly improving code quality and maintainability.