Skip to content

fix(datagrid): write row inspector edits into the rows the grid draws… #2707

fix(datagrid): write row inspector edits into the rows the grid draws…

fix(datagrid): write row inspector edits into the rows the grid draws… #2707

Triggered via push September 15, 2026 00:47
Status Failure
Total duration 4h 24m 46s
Artifacts –

macos-tests.yml

on: push
Detect relevant changes
9s
Detect relevant changes
Matrix: ui
macOS Tests Gate
4s
macOS Tests Gate
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 23 warnings, and 1 notice
Unit tests
Suite "ConnectionTransportActivity" failed after 0.016 seconds with 1 issue(s)
Unit tests
"Every tunnel kind declares whether its bytes are measured" (0.002 seconds) 1 issue(s)
Unit tests: ConnectionTransportActivityTests.swift#L96
Recorded an issue (Expectation failed: (Set(measured) → [TablePro.ConnectionTunnelKind.ssh, TablePro.ConnectionTunnelKind.socksProxy, TablePro.ConnectionTunnelKind.remoteDatabaseSession]) == (Set([.ssh, .socksProxy]) → [TablePro.ConnectionTunnelKind.socksProxy, TablePro.ConnectionTunnelKind.ssh]))
Unit tests
Suite "Connection library storage" failed after 0.059 seconds with 1 issue(s)
Unit tests
"Numbering an older store keeps it signed, so its password sources still run" (0.002 seconds) 1 issue(s)
Unit tests: ConnectionLibraryStorageTests.swift#L154
Recorded an issue (Issue recorded)
Unit tests: TableProTests/Core/Compare/CompareDataScopeTests.swift#L508
testTheRowLimitFollowsTheDialect, XCTAssertTrue failed - SELECT TOP 11 "id" FROM "users" WHERE "id" IS NOT NULL ORDER BY "id"
Unit tests: TableProTests/Core/Compare/CompareDataScopeTests.swift#L507
testTheRowLimitFollowsTheDialect, XCTAssertTrue failed - SELECT "id" FROM "users" WHERE "id" IS NOT NULL ORDER BY "id" OFFSET 0 ROWS FETCH NEXT 11 ROWS ONLY
Unit tests: TableProTests/Core/Compare/CompareDataScopeTests.swift#L479
testEveryKeyColumnOfACompositeKeyIsCheckedForNull, XCTAssertEqual failed: ("SELECT "tenant", "id", "total" FROM "orders" WHERE "tenant" IS NOT NULL AND "id" IS NOT NULL ORDER BY "tenant", "id" LIMIT 51") is not equal to ("SELECT "tenant", "id", "total" FROM "orders" WHERE "tenant" IS NOT NULL AND "id" IS NOT NULL ORDER BY "tenant", "id" LIMIT 50")
Unit tests: TableProTests/Core/Compare/CompareDataScopeTests.swift#L466
testARowLimitExcludesNullKeysAndAddsTheLimitClause, XCTAssertEqual failed: ("SELECT "id", "name" FROM "users" WHERE (status = 'active') AND "id" IS NOT NULL ORDER BY "id" LIMIT 101") is not equal to ("SELECT "id", "name" FROM "users" WHERE (status = 'active') AND "id" IS NOT NULL ORDER BY "id" LIMIT 100")
UI tests 1/3
Process completed with exit code 65.
UI tests 1/3: TableProUITests/ImportFromAWSUITests.swift#L31
testImportFromAWSOpensTheSheetAndGatesContinue, XCTAssertTrue failed - The sheet must list the AWS regions to search
UI tests 1/3: TableProUITests/ImportFromAWSUITests.swift#L31
testImportFromAWSOpensTheSheetAndGatesContinue, XCTAssertTrue failed - The sheet must list the AWS regions to search
macOS Tests Gate
Process completed with exit code 1.
Build for testing: Plugins/DamengDriverPlugin/DamengConnection.swift#L147
capture of 'handle' with non-Sendable type 'OpaquePointer' in a '@sendable' closure
Build for testing: Plugins/DamengDriverPlugin/DamengConnection.swift#L37
capture of 'handle' with non-Sendable type 'OpaquePointer' in a '@sendable' closure
Build for testing
Accent color ‘AccentColor’ is not present in any asset catalogs.
Build for testing: LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L333
conformance of 'LineFoldModel' to protocol 'LineFoldPlaceholderDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Build for testing: LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L21
conformance of 'LineFoldModel' to protocol 'NSTextStorageDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Build for testing: LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L333
conformance of 'LineFoldModel' to protocol 'LineFoldPlaceholderDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Build for testing: LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L21
conformance of 'LineFoldModel' to protocol 'NSTextStorageDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Build for testing: LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextLine/TextLine.swift#L65
initialization of immutable value 'maxWidth' was never used; consider replacing with assignment to '_' or removing it
Build for testing: LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextLine/TextLine.swift#L65
constant 'maxWidth' inferred to have type '()', which may be unexpected
Build for testing: LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextLayoutManager/TextLayoutManager+Layout.swift#L279
initialization of immutable value 'relativeMaxY' was never used; consider replacing with assignment to '_' or removing it
Build for testing: LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextView/TextView+Insert.swift#L12
variable 'attachments' was never mutated; consider changing to 'let' constant
Build for testing: LocalPackages/CodeEditLanguages/Sources/TreeSitterGrammars/sql/scanner.c#L167
implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
Build for testing: Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L178
capture of 'ssl' with non-Sendable type 'OpaquePointer?' in a '@sendable' closure
Build for testing: Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L175
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<redisContext>?' in a '@sendable' closure
Build for testing: Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L125
capture of 'ssl' with non-Sendable type 'OpaquePointer?' in a '@sendable' closure
Build for testing: Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L124
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<redisContext>?' in a '@sendable' closure
Build for testing: Plugins/SQLExportPlugin/SQLExportPlugin.swift#L1019
left side of nil coalescing operator '??' has non-optional type '[String]', so the right side is never used
Build for testing: Plugins/PostgreSQLDriverPlugin/PGlitePluginDriver.swift#L15
class 'PGlitePluginDriver' must restate inherited '@unchecked Sendable' conformance
Build for testing: Packages/TableProCore/Sources/TableProTeradataCore/TeradataConnection.swift#L274
'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination.
Build for testing: Packages/TableProCore/Sources/TableProTeradataCore/TeradataTLSTransport.swift#L188
capture of 'self' with non-Sendable type 'TeradataTLSTransport?' in a '@sendable' closure
Build for testing: Packages/TableProCore/Sources/TableProTeradataCore/TeradataTLSTransport.swift#L177
mutation of captured var 'sendError' in concurrently-executing code
Unit tests: pg_restore#L0
errors ignored on restore: 1
Unit tests
Skipped TableProTests.VimEngineSearchTests.testDeleteToForwardSearchMatch