Skip to content

Search v3

Search v3 #1527

Triggered via pull request February 14, 2026 17:25
Status Failure
Total duration 29s
Artifacts

test.yml

on: pull_request
run-tests
26s
run-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test/wiki-search.ts > wiki search system > article coverage > 'c++ standards': test/wiki-search.ts#L276
AssertionError: expected 'How Do I Change the C++ Standard I\'m…' to contain 'Standards' Expected: "Standards" Received: "How Do I Change the C++ Standard I'm Using?" ❯ test/wiki-search.ts:276:47
test/wiki-search.ts > wiki search system > article coverage > 'stream operators': test/wiki-search.ts#L276
AssertionError: expected 'Overloading the Stream Insertion Oper…' to contain 'Stream Operators' Expected: "Stream Operators" Received: "Overloading the Stream Insertion Operator" ❯ test/wiki-search.ts:276:47
test/wiki-search.ts > wiki search system > article coverage > 'floating point': test/wiki-search.ts#L276
AssertionError: expected 'Pointer Basics' to contain 'Floating Point' Expected: "Floating Point" Received: "Pointer Basics" ❯ test/wiki-search.ts:276:47
test/wiki-search.ts > wiki search system > query variations > 'ideas': test/wiki-search.ts#L271
AssertionError: expected null not to be null ❯ test/wiki-search.ts:271:40
test/wiki-search.ts > wiki search system > query variations > 'learn cpp': test/wiki-search.ts#L276
AssertionError: expected 'How to Learn C Programming' to contain 'Learn C++' Expected: "Learn C++" Received: "How to Learn C Programming" ❯ test/wiki-search.ts:276:47
test/wiki-search.ts > wiki search system > title matching > 'g4g': test/wiki-search.ts#L271
AssertionError: expected null not to be null ❯ test/wiki-search.ts:271:40
test/wiki-search.ts > wiki search system > title matching > 'w3schools': test/wiki-search.ts#L271
AssertionError: expected null not to be null ❯ test/wiki-search.ts:271:40
test/wiki-search.ts > wiki search system > title matching > 'msvc': test/wiki-search.ts#L271
AssertionError: expected null not to be null ❯ test/wiki-search.ts:271:40
test/wiki-search.ts > wiki search system > title matching > 'learn-cpp': test/wiki-search.ts#L273
AssertionError: expected 'How to Learn C Programming' to be 'How to Learn C++ Programming' // Object.is equality Expected: "How to Learn C++ Programming" Received: "How to Learn C Programming" ❯ test/wiki-search.ts:273:47
test/cppref.ts > cppref cases > !cppref should find plus<int>: test/cppref.ts#L608
AssertionError: expected 'https://en.cppreference.com/w/cpp/uti…' to equal 'https://en.cppreference.com/w/cpp/uti…' Expected: "https://en.cppreference.com/w/cpp/utility/functional/plus" Received: "https://en.cppreference.com/w/cpp/utility/functional/plus_void" ❯ test/cppref.ts:608:61