[Do not merge!] Feature/configure test server url and keys #1437
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Do not merge!
This code is meant to test the staging server. The staging server will become the new test server, after which we will discontinue using the test server hardware.
Metadata
Details
Three unittests are failing
test_initialize_model_from_run_nonstrict:AttributeError: module 'tests.test_runs.test_run' has no attribute '_cat_col_selector'. I think this test assumes a different state of the test-server. I don't think this failure reflects a real problem, I think the assumptions of the test are wrong. But I'm not completely sure.test_learning_curve_task_1:arff.BadDataFormat: Bad @DATA instance format in line -1: TRAIN,455,0,0-- This should be fixed by updating theevaluate.jar.test_learning_curve_task_2: similar to the previous error.