-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
-
-
-
PyTorch Sprint 23, PyTorch Sprint 24, PyTorch Sprint 25
*Test Class:* test/test_datapipe.py::TestCaptureDataFrame
*Failing Tests:* 1
*Error Pattern:* related_issues
-
-
- Description
-
Summary:
1 test(s) in TestCaptureDataFrame are failing during PyTorch unit test execution on sGPU platform.
Test Class: test/test_datapipe.py::TestCaptureDataFrame
Number of Failing Tests: 1
Platform: sGPU
Test Type: Unit Test
Version Information:
- PyTorch Commit: 4816fd9
- Test Date: 2025-12-22
- Pipeline ID: 2217097191
- Platform: sGPU
Failure Pattern:
Tests failing with 2 related error patterns - likely common root cause
Error Patterns:
1.
File "/pytorch/test/test_datapipe.py", line 571, in test_basic_capture
2.
numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Failing Tests:
1. test_basic_capture
Steps to Reproduce:
1. Pull the PyTorch test image
2. Run the failing test class:
TEST_CONFIG=cuda python3 test/run_test.py -i test_datapipe
3. Observe test failures
Expected Result:
All tests in TestCaptureDataFrame should pass
Actual Result:
1 test(s) failing with errors shown above
Logs:
Pipeline ID: 2217097191
CI Artifacts: Available in pipeline artifacts
Additional Context:
Test failures identified in automated PyTorch CI run.
Severity: Medium
Priority: P3
- is duplicated by
-
AIPCC-8942 [QA][PyTorch UT][CPU, sGPU] test/test_datapipe.py - TestCaptureDataFrame failure
-
- Closed
-
-
AIPCC-8944 [QA][PyTorch UT][CPU, sGPU] test/test_datapipe.py - TestDataFramesPipes failures
-
- Closed
-