Skip to content

Commit 5ccf3aa

Browse files
test: integration tests - 496 passed, 24 object storage fixture failures
1 parent 401bffe commit 5ccf3aa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

integration_test_summary.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Integration Test Results
2+
3+
**Test Summary:**
4+
- 496 tests PASSED ✓
5+
- 24 tests FAILED (object storage directory setup issue)
6+
- 7 tests SKIPPED
7+
8+
**Failed tests:** All 24 failures in test_object.py and test_update1.py are due to:
9+
`FileNotFoundError: Inaccessible local directory`
10+
11+
This is a test fixture issue with temporary directory creation for object storage tests, not related to the unified stores configuration changes.
12+
13+
**Core functionality verified:**
14+
- All configuration tests passing
15+
- All blob tests passing
16+
- All relation/query tests passing
17+
- All schema/table tests passing
18+
- Store configuration and validation working correctly

0 commit comments

Comments
 (0)