FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Test the NoREC and TLP oracles of DuckDB by mrigger · Pull Request #25 · sqlancer/sqlancer · GitHub

Test the NoREC and TLP oracles of DuckDB - #25

Merged
mrigger merged 1 commit into
masterfrom
test-coverage
Jun 7, 2020
Merged

Test the NoREC and TLP oracles of DuckDB#25
mrigger merged 1 commit into
masterfrom
test-coverage

Conversation

mrigger commented Jun 7, 2020

Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (master@bbe0bbd). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #25   +/-   ##
=========================================
  Coverage          ?   26.35%           
  Complexity        ?     1348           
=========================================
  Files             ?      382           
  Lines             ?    18188           
  Branches          ?     2337           
=========================================
  Hits              ?     4793           
  Misses            ?    12994           
  Partials          ?      401           

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 bbe0bbd...aacc3d9. Read the comment docs.

mrigger changed the title Test the NoREC and TLP oracles of DuckDB and SQLite Test the NoREC and TLP oracles of DuckDB Jun 7, 2020
mrigger merged commit 9ea388b into master Jun 7, 2020
mrigger deleted the test-coverage branch June 7, 2020 22:29
fm4v added a commit to ClickHouse/sqlancer that referenced this pull request Jun 24, 2026
…es (sqlancer#24,25,26,27,29,30)

Seven self-contained oracles (default-on, --flag gated, feature-absence tolerated):
- sqlancer#24 SequenceFunnel          windowFunnel/sequenceCount/sequenceMatch/retention == Java truth
                              (tiny deterministic fixture, far-from-boundary timestamps)
- sqlancer#25 PartitionLifecycle      DETACH+ATTACH/DROP/REPLACE/MOVE PARTITION row-set invariants
                              (SYSTEM STOP MERGES pins topology)
- sqlancer#26 AlterModifyConsistency  data-preserving ALTER MODIFY COLUMN/CODEC/TTL/SETTING + MATERIALIZE
                              must not change the visible multiset (modulo pre-applied widen cast)
- sqlancer#27 TtlDeterminism          TTL DELETE survivors == non-expired bucket; far-from-now() date
                              buckets keep the result wall-clock-independent
- sqlancer#29 InsertDedup             identical block re-insert leaves count unchanged (insert_deduplicate
                              default-on); distinct block grows; optional async arm
- sqlancer#30 TokenBf                 hasToken/=/IN with tokenbf_v1 index == use_skip_indexes=0 scan
- sqlancer#30 VectorIndexRecall       vector_similarity HNSW top-1 == brute-force top-1 + top-k containment
                              (never exact set-equality for ANN)

Completes all 30 plan ideas across 5 waves: 29 new oracles + Int128/256/Decimal256 emission +
EET roundtrip identities. ALL_ORACLES now 76 tokens; mvn package green (3.9M jar). Probe-on-head
(dev-vm): tokenbf_v1/vector_similarity grammar, windowFunnel/retention signatures, TTL materialize.
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL