Skip to content

Commit d53a47b

Browse files
[RAPTOR-14658] disable error server in execution environments (#1689)
* disabled error server - Fixing the tests
1 parent 7bac2cd commit d53a47b

File tree

19 files changed

+40
-40
lines changed

19 files changed

+40
-40
lines changed

public_dropin_environments/java_codegen/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ENV ADDRESS=0.0.0.0:8080
6666
# MARK: FUNCTIONAL-TEST-ADD-HERE. (This line is used by DRUM functional test automation and can be safely ignored.)
6767

6868
# This makes print statements show up in the logs API
69-
ENV WITH_ERROR_SERVER=1 \
69+
ENV WITH_ERROR_SERVER=0 \
7070
PYTHONUNBUFFERED=1
7171

7272

public_dropin_environments/java_codegen/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template can be used as an environment for DataRobot generated scoring code or models that implement the either the IClassificationPredictor or IRegressionPredictor interface from the datarobot-prediction package and for H2O models exported as POJO or MOJO.",
55
"programmingLanguage": "java",
66
"label": "",
7-
"environmentVersionId": "68e41996007f106aa4001fc1",
7+
"environmentVersionId": "68e53e9fb995c511f25e33a7",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/java_codegen",
1515
"imageRepository": "env-java-codegen",
1616
"tags": [
17-
"v11.2.0-68e41996007f106aa4001fc1",
18-
"68e41996007f106aa4001fc1",
17+
"v11.2.0-68e53e9fb995c511f25e33a7",
18+
"68e53e9fb995c511f25e33a7",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python311/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ENV ADDRESS=0.0.0.0:8080
5656
# MARK: FUNCTIONAL-TEST-ADD-HERE. (This line is used by DRUM functional test automation and can be safely ignored.)
5757

5858
# This makes print statements show up in the logs API
59-
ENV WITH_ERROR_SERVER=1 \
59+
ENV WITH_ERROR_SERVER=0 \
6060
PYTHONUNBUFFERED=1
6161

6262

public_dropin_environments/python311/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create Python based custom models. User is responsible to provide requirements.txt with the model, to install all the required dependencies.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68e4519c2054621259094e94",
7+
"environmentVersionId": "68e53eb0b995c5121a0b583b",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311",
1515
"imageRepository": "env-python",
1616
"tags": [
17-
"v11.2.0-68e4519c2054621259094e94",
18-
"68e4519c2054621259094e94",
17+
"v11.2.0-68e53eb0b995c5121a0b583b",
18+
"68e53eb0b995c5121a0b583b",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python3_keras/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ENV ADDRESS=0.0.0.0:8080
5656
# MARK: FUNCTIONAL-TEST-ADD-HERE. (This line is used by DRUM functional test automation and can be safely ignored.)
5757

5858
# This makes print statements show up in the logs API
59-
ENV WITH_ERROR_SERVER=1 \
59+
ENV WITH_ERROR_SERVER=0 \
6060
PYTHONUNBUFFERED=1
6161

6262
COPY ./*.sh ${CODE_DIR}/

public_dropin_environments/python3_keras/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only keras custom models. This environment contains keras backed by tensorflow and only requires your model artifact as a .h5 file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68e41c500025331a640064a6",
7+
"environmentVersionId": "68e53eb8b995c5123702159c",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_keras",
1515
"imageRepository": "env-python-keras",
1616
"tags": [
17-
"v11.2.0-68e41c500025331a640064a6",
18-
"68e41c500025331a640064a6",
17+
"v11.2.0-68e53eb8b995c5123702159c",
18+
"68e53eb8b995c5123702159c",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python3_onnx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ENV ADDRESS=0.0.0.0:8080
5656
# MARK: FUNCTIONAL-TEST-ADD-HERE. (This line is used by DRUM functional test automation and can be safely ignored.)
5757

5858
# This makes print statements show up in the logs API
59-
ENV WITH_ERROR_SERVER=1 \
59+
ENV WITH_ERROR_SERVER=0 \
6060
PYTHONUNBUFFERED=1
6161

6262

public_dropin_environments/python3_onnx/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only ONNX custom models. This environment contains ONNX runtime and only requires your model artifact as an .onnx file and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68e41d81007d244f9800577a",
7+
"environmentVersionId": "68e53ed1b995c512656142da",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_onnx",
1515
"imageRepository": "env-python-onnx",
1616
"tags": [
17-
"v11.2.0-68e41d81007d244f9800577a",
18-
"68e41d81007d244f9800577a",
17+
"v11.2.0-68e53ed1b995c512656142da",
18+
"68e53ed1b995c512656142da",
1919
"v11.2.0-latest"
2020
]
2121
}

public_dropin_environments/python3_pytorch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ENV ADDRESS=0.0.0.0:8080
5656
# MARK: FUNCTIONAL-TEST-ADD-HERE. (This line is used by DRUM functional test automation and can be safely ignored.)
5757

5858
# This makes print statements show up in the logs API
59-
ENV WITH_ERROR_SERVER=1 \
59+
ENV WITH_ERROR_SERVER=0 \
6060
PYTHONUNBUFFERED=1
6161

6262

public_dropin_environments/python3_pytorch/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create artifact-only PyTorch custom models. This environment contains PyTorch and requires only your model artifact as a .pth file, any other code needed to deserialize your model, and optionally a custom.py file.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "68e41d6c004e9820790058ca",
7+
"environmentVersionId": "68e53edbb995c5128540bef3",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"isDownloadable": true,
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_pytorch",
1515
"imageRepository": "env-python-pytorch",
1616
"tags": [
17-
"v11.2.0-68e41d6c004e9820790058ca",
18-
"68e41d6c004e9820790058ca",
17+
"v11.2.0-68e53edbb995c5128540bef3",
18+
"68e53edbb995c5128540bef3",
1919
"v11.2.0-latest"
2020
]
2121
}

0 commit comments

Comments
 (0)