Stop copying truss server code over for "custom server" #3421
pr.yml
on: pull_request
lint
1m 27s
test
2m 43s
markdown-link-check
24s
enforce-chains-example-docs-sync
8s
Annotations
2 errors and 1 notice
test_custom_server.test_custom_server_truss:
truss/tests/test_custom_server.py#L34
AssertionError: assert {'is_env_var_...'Hello World'} == {'is_env_var_...'Hello World'}
Omitting 3 identical items, use -vv to show
Right contains 1 more item:
{'is_torch_cuda_available': False}
Full diff:
{
'is_env_var_passed': True,
'is_secret_mounted': True,
- 'is_torch_cuda_available': False,
'message': 'Hello World',
}
|
test_model_inference.test_requirements_file_truss:
truss/tests/test_model_inference.py#L251
assert 503 == 200
+ where 503 = <Response [503]>.status_code
|
enforce-chains-example-docs-sync:
truss-chains/examples/#L1
Chains examples not modified.
|