Build: #1 failed First build for this plan

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
14 minutes
Labels
None
Agent
cbt-pipeline-test.cv.nrao.edu
Revision
a6a2d4118bb9455032c714f76cf9a215a4839dd8
Total tests
678
Fixed in
#5 (Changes by Joshua Hoskins)

Tests

Responsible

No one has taken responsibility for this failure

Tests

New test failures 10
Status Test View job Duration
Collapse Failed worker_test test_build_fitting_configuration[inp3-expected3-False]
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...)
Collapse Failed worker_test test_build_fitting_configuration[ValueError-badfunc-True]
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...)
Collapse Failed worker_test test_build_fitting_configuration[inp5-expected5-False]
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...)
Collapse Failed worker_test test_build_fitting_configuration[inp2-spline-False]
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...)
Collapse Failed worker_test test_build_fitting_configuration[inp4-poly-False]
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...)
Collapse Failed worker_test test_build_fitting_configuration[inp6-expected6-False]
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...)
Collapse Failed worker_test test_build_fitting_configuration[inp7-expected7-False]
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...)
Collapse Failed worker_test test_build_fitting_configuration[inp1-expected1-False]
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...)
Collapse Failed worker_test test_build_fitting_configuration[ValueError-expected9-True]
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...)
Collapse Failed worker_test test_build_fitting_configuration[inp0-None-False]
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...)