feat(connections): open a SQLite database that lives on an SSH server, read-only #2012
macos-tests.yml
on: pull_request
Annotations
20 errors, 22 warnings, and 1 notice
|
UI tests 2/3
Process completed with exit code 65.
|
|
UI tests 2/3:
TableProUITests/EditorTabReorderUITests.swift#L80
testDraggingTheSelectedTabReordersTheStrip, XCTAssertTrue failed - Dragging the selected tab must change the tab order, was ["Track", "Album", "Artist", "Customer"]
|
|
UI tests 2/3:
TableProUITests/EditorTabReorderUITests.swift#L80
testDraggingTheSelectedTabReordersTheStrip, XCTAssertTrue failed - Dragging the selected tab must change the tab order, was ["Track", "Album", "Artist", "Customer"]
|
|
UI tests 2/3:
TableProUITests/EditorTabReorderUITests.swift#L119
testDraggingATabReordersAnOverflowingStrip, XCTAssertTrue failed - Dragging a tab in an overflowing strip must change the tab order, was ["Track", "Album", "Artist", "Customer", "Employee", "Genre", "Invoice", "MediaType", "Playlist"]
|
|
UI tests 2/3:
TableProUITests/EditorTabReorderUITests.swift#L119
testDraggingATabReordersAnOverflowingStrip, XCTAssertTrue failed - Dragging a tab in an overflowing strip must change the tab order, was ["Track", "Album", "Artist", "Customer", "Employee", "Genre", "Invoice", "MediaType", "Playlist"]
|
|
Unit tests
Process completed with exit code 65.
|
|
Unit tests
Suite "Supervised process runner" failed after 0.050 seconds with 1 issue(s)
|
|
Unit tests
"A trailing line without a newline is still delivered" (0.009 seconds) 1 issue(s)
|
|
Unit tests:
SupervisedProcessRunnerTests.swift#L82
Recorded an issue (Expectation failed: (lines → []) == ["no trailing newline"])
|
|
UI tests 1/3
Process completed with exit code 65.
|
|
UI tests 1/3:
TableProUITests/Support/UITestCase.swift#L128
testTheGutterPublishesOneRunControlPerStatement, XCTAssertTrue failed - The sample database never finished opening
|
|
UI tests 1/3:
TableProUITests/Support/UITestCase.swift#L128
testBackIsDisabledUntilSomethingHasBeenNavigatedAwayFrom, XCTAssertTrue failed - The sample database never finished opening
|
|
UI tests 1/3:
TableProUITests/EditorTabReorderUITests.swift#L53
testDraggingAnUnselectedTabReordersTheStrip, XCTAssertTrue failed - Dragging an unselected tab must change the tab order, was ["Track", "Album", "Artist", "Customer"]
|
|
UI tests 1/3:
TableProUITests/EditorTabReorderUITests.swift#L53
testDraggingAnUnselectedTabReordersTheStrip, XCTAssertTrue failed - Dragging an unselected tab must change the tab order, was ["Track", "Album", "Artist", "Customer"]
|
|
UI tests 0/3
Process completed with exit code 65.
|
|
UI tests 0/3:
TableProUITests/Support/UITestCase.swift#L128
testTheFirstTableInAWindowWithNoTabsLoadsItsRows, XCTAssertTrue failed - The sample database never finished opening
|
|
UI tests 0/3:
TableProUITests/Support/UITestCase.swift#L128
testClickingTheTrailingEdgePutsTheCaretAtTheEndOfThatLine, XCTAssertTrue failed - The sample database never finished opening
|
|
UI tests 0/3:
TableProUITests/EditorTabReorderUITests.swift#L26
testDraggingATabReordersTheStrip, XCTAssertTrue failed - Dragging the first tab across the strip must change the tab order, was ["Track", "Album", "Artist", "Customer"]
|
|
UI tests 0/3:
TableProUITests/EditorTabReorderUITests.swift#L26
testDraggingATabReordersTheStrip, XCTAssertTrue failed - Dragging the first tab across the strip must change the tab order, was ["Track", "Album", "Artist", "Customer"]
|
|
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:
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#L283
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#L189
capture of 'ssl' with non-Sendable type 'OpaquePointer?' in a '@sendable' closure
|
|
Build for testing:
Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L186
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#L493
left side of nil coalescing operator '??' has non-optional type '[String]', so the right side is never used
|
|
Build for testing:
Plugins/SnowflakeDriverPlugin/SnowflakeBindingEncoder.swift#L31
default will never be executed
|
|
Build for testing:
Plugins/PostgreSQLDriverPlugin/PGlitePluginDriver.swift#L15
class 'PGlitePluginDriver' must restate inherited '@unchecked Sendable' conformance
|
|
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
|
|
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.
|
|
Unit tests
Skipped TableProTests.VimEngineSearchTests.testDeleteToForwardSearchMatch
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
macos-test-results
|
119 MB |
sha256:e1fd87e57b78a5ae421a0be38dbaeaac7a233ef7a181abd03a50c32e16002dbf
|
|
|
macos-ui-test-results-0
|
142 MB |
sha256:0fecdb3df741ce3a1bcfb5238ee2472373e135579ed6b8d506a48fe056a9715d
|
|
|
macos-ui-test-results-1
|
142 MB |
sha256:a0fcb40e81867618f020555c24a39a082cf102a56a92daef2423fc9748b95aca
|
|
|
macos-ui-test-results-2
|
122 MB |
sha256:3d45692d36742c11eccd7cae0dde4b5567e5dfed780656d27967b6869ed351bc
|
|
|
test-products
Expired
|
217 MB |
sha256:42df502d058b50b42a081a8ec425a1fb98f4e19dc5a5c6e530e18c0604fcff97
|
|