Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:Alert Production S17 - 12
-
Team:Alert Production
Description
Wrap any afw tests in tests/test.txt that are not covered.
This includes:
- testExecutables.py
testLeastSquares.pytestTableIO.pytestVisitInfo.pytestWeather.py
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Assignee | Krzysztof Findeisen [ krzys ] |
Component/s | afw [ 10714 ] | |
Team | Alert Production [ 10300 ] | |
Labels | Pybind11 SciencePipelines |
Sprint | Alert Production S17 - 12 [ 305 ] |
Description | Wrap any afw tests in {{tests/test.txt}} that are not covered |
Wrap any afw tests in {{tests/test.txt}} that are not covered.
This includes: # testExecutables.py # testLeastSquares.py # testTableIO.py # testVisitInfo.py # testWeather.py |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Description |
Wrap any afw tests in {{tests/test.txt}} that are not covered.
This includes: # testExecutables.py # testLeastSquares.py # testTableIO.py # testVisitInfo.py # testWeather.py |
Wrap any afw tests in {{tests/test.txt}} that are not covered.
This includes: # testExecutables.py # -testLeastSquares.py- # -testTableIO.py- # -testVisitInfo.py- # -testWeather.py- |
Comment |
[ Also I find that if I restore the original tests/SConscript file (thus enabling C++ tests as well) that the build fails on my Mac with errors such as
{code} Undefined symbols for architecture x86_64: "_PyBytes_AsStringAndSize", referenced from: pybind11::str::operator std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >() const in testTableArchivesLib.o pybind11::detail::type_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void>::load(pybind11::handle, bool) in testTableArchivesLib.o "_PyCFunction_GetSelf", referenced from: pybind11::cpp_function::initialize_generic(pybind11::detail::function_record*, char const*, std::type_info const* const*, unsigned long) in testTableArchivesLib.o {code} I have no idea what's going on, but it's worrisome since we have all tests enabled in {{test.txt}}. ] |
Assignee | Krzysztof Findeisen [ krzys ] | Russell Owen [ rowen ] |
Story Points | 4 | 1 |
Story Points | 1 | 4 |
Resolution | Done [ 10000 ] | |
Status | In Progress [ 3 ] | Done [ 10002 ] |
This issue should not be started until all other afw wrapping issues are merged, so that it can clean up any tests that slipped through the cracks.