Skip to content

Commit 8edc929

Browse files
author
MPCoreDeveloper
committed
test count update in readme
1 parent be69f32 commit 8edc929

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ jobs:
8686
run: dotnet build SharpCoreDB.CI.slnf --configuration Release --no-restore /p:ContinuousIntegrationBuild=true
8787

8888
- name: Test SharpCoreDB.Tests
89-
run: dotnet test tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj --configuration Release --no-build --verbosity minimal --logger trx --results-directory ./TestResults/SharpCoreDB.Tests --collect:"XPlat Code Coverage" --filter "${{ env.CI_TEST_FILTER }}" --blame-hang --blame-hang-timeout 5m
89+
run: dotnet test tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj --configuration Release --no-build --verbosity minimal --logger trx --results-directory ./TestResults/SharpCoreDB.Tests --collect:"XPlat Code Coverage" --filter "${{ env.CI_TEST_FILTER }}" --blame-hang --blame-hang-timeout 10m
9090
timeout-minutes: 30
9191
env:
9292
CI: "true"
9393
GITHUB_ACTIONS: "true"
9494

9595
- name: Test SharpCoreDB.VectorSearch.Tests
96-
run: dotnet test tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj --configuration Release --no-build --verbosity minimal --logger trx --results-directory ./TestResults/SharpCoreDB.VectorSearch.Tests --collect:"XPlat Code Coverage" --filter "${{ env.CI_TEST_FILTER }}" --blame-hang --blame-hang-timeout 5m
96+
run: dotnet test tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj --configuration Release --no-build --verbosity minimal --logger trx --results-directory ./TestResults/SharpCoreDB.VectorSearch.Tests --collect:"XPlat Code Coverage" --filter "${{ env.CI_TEST_FILTER }}" --blame-hang --blame-hang-timeout 10m
9797
timeout-minutes: 15
9898
env:
9999
CI: "true"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use it when you need:
2222
- Fast embedded storage with **AES-256-GCM encryption** and ACID guarantees
2323
- A secure network database via **gRPC (HTTP/2 + HTTP/3)**
2424
- Built-in **vector search**, **advanced analytics**, and **GraphRAG/graph algorithms**
25-
- A production-focused stack validated by **1,490+ tests** and **backward compatibility**
25+
- A production-focused stack validated by **2,000+ tests** and **backward compatibility**
2626

2727
> Full documentation: **`docs/INDEX.md`**
2828
@@ -98,7 +98,7 @@ dotnet add package SharpCoreDB.Client --version 1.7.0
9898
- Event Sourcing / Projections / CQRS guidance strengthened for production workflows
9999
- SQL lexer/parser and compiled-query parameter fixes
100100
- Durability and reopen-path improvements (metadata flush/reliability)
101-
- **1,490+ tests passing**, **zero breaking changes intended**, **100% backward compatible**
101+
- **2,000+ tests passing**, **zero breaking changes intended**, **100% backward compatible**
102102

103103
---
104104

@@ -198,7 +198,7 @@ Full benchmark details: `docs/BENCHMARK_RESULTS.md`
198198

199199
### Quality and compatibility
200200

201-
- **1,490+ tests passing**
201+
- **2,000+ tests passing**
202202
- **100% backward compatible** across the v1.7.0 release line
203203
- Zero breaking changes intended from v1.5.0 to v1.7.0
204204

0 commit comments

Comments
 (0)