Build: #2 failed Changes by Joshua Hoskins
Build result summary
Details
- Completed
- Queue duration
- 6 minutes
- Duration
- 20 minutes
- Labels
- None
- Agent
- cbt-pipeline-test.cv.nrao.edu
- Revision
-
fe25f1ab2e3c45b2bcd85dbd5b810c576fc910a4
- Total tests
- 678
- Failing since
- #1 (First build for this plan – )
- Fixed in
- #5 (Changes by Joshua Hoskins)
Tests
- 0 New failures
- 10 Existing failures
- 0 Fixed
- 12 Quarantined / skipped
Responsible
This build has been failing since #1
No one has taken responsibility
Code commits
| Author | Commit | Commit date | |
|---|---|---|---|
|
|
Joshua Hoskins |
fe25f1ab2e3c45b2bcd85dbd5b810c576fc910a4
|
|
|
|
Joshua Hoskins |
193cf30b020f379720a0000246bfad7af8cbd979
|
|
|
|
Rui Xue |
edfa947e20d405cd2555af1517b94c08b780b9b2
m |
|
|
|
Rui Xue |
56e111a89b8e0ad55239ece97777b1dcde7f4823
m |
|
|
|
Rui Xue <rx.astro@gmail.com> |
233566793c8887be813de84e5000119af22028a8
m |
|
Tests
| Status | Test | Failing since | View job | Duration | |
|---|---|---|---|---|---|
|
worker_test
test_build_fitting_configuration[inp0-None-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = None
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp6-expected6-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'poly', 19: 'cspline', 23: 'cspline'}
expected = {'17': 'poly', 19: 'spline'}, should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp1-expected1-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = {}
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp3-expected3-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = {30: 'poly'}
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[ValueError-expected9-True]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
TypeError: expected exception must be a BaseException type, not int
inp = <class 'ValueError'>, expected = {19: 'invalid'}, should_raise = True
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
({17: DEF, 19: DEF, 23: DEF}, None, False),
(18 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp4-poly-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'poly', 19: 'poly', 23: 'poly'}, expected = 'poly'
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp2-spline-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'cspline'}, expected = 'spline'
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp5-expected5-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'cspline', 19: 'cspline', 23: 'poly'}, expected = {'23': 'poly'}
should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[ValueError-badfunc-True]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
TypeError: expected exception must be a BaseException type, not str
inp = <class 'ValueError'>, expected = 'badfunc', should_raise = True
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
({17: DEF, 19: DEF, 23: DEF}, None, False),
(18 more lines...)
|
|||||
|
worker_test
test_build_fitting_configuration[inp7-expected7-False]
|
Failing since build #1 (First build for this plan) | Pipeline PR Test 6.6.6 | < 1 sec | ||
ValueError: Unsupported fitting function type: <class 'list'>
inp = {17: 'poly', 19: 'cspline', 23: 'poly'}
expected = {17: 'poly', 19: 'spline', 23: 'poly'}, should_raise = False
@pytest.mark.parametrize(
"inp, expected, should_raise",
[
# valid inputs
(99 more lines...)
|
|||||
Jira issues
| Issue | Description | Status | |
|---|---|---|---|
| 32 more issues… | |||
| Unknown Issue Type | PIPE-1781 | Could not obtain issue details from Jira | |
| Unknown Issue Type | PIPE-1793 | Could not obtain issue details from Jira | |
| Unknown Issue Type | PIPE-1840 | Could not obtain issue details from Jira | |
| Unknown Issue Type | PIPE-1883 | Could not obtain issue details from Jira | |
| Unknown Issue Type | PIPE-2001 | Could not obtain issue details from Jira | |