automl: break up and simplify the dataset tests#1930
Conversation
| <!-- [START automl_java_dependencies] --> | ||
| <!-- Using libraries-bom to manage versions. | ||
| See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM --> | ||
| <dependencyManagement> |
There was a problem hiding this comment.
Is the new version not in the BOM? If so do we know when it will be released?
There was a problem hiding this comment.
No, not yet.
It is pushed to java-cloud-bom: https://github.com/googleapis/java-cloud-bom/blob/master/pom.xml#L207
Which is also in cloud-opensource-java: https://github.com/GoogleCloudPlatform/cloud-opensource-java/blob/ca1dede295e2db75fc7a8148fddadbbf102af80c/boms/cloud-oss-bom/pom.xml#L48
But not sure of their release process. But 3.3.0 did not contain it.
|
|
||
| String got = bout.toString(); | ||
| assertThat(got).contains("Dataset id:"); | ||
| datasetId = got.split("Dataset id: ")[1].split("\n")[0]; |
There was a problem hiding this comment.
Is there a purpose for getting the datasetId?
There was a problem hiding this comment.
To delete it in the teardown.
automl/cloud-client/src/test/java/com/example/automl/ListDatasetsTest.java
Outdated
Show resolved
Hide resolved
automl/cloud-client/src/test/java/com/example/automl/VisionClassificationCreateDatasetTest.java
Outdated
Show resolved
Hide resolved
…ng running tests until fixed in following PRs
|
Note: Adding ignore to several long running tests that will be fixed in:
Skipped tests:
|
* automl: break up and simplify dataset tests * remove bom from automl until bom is released with v1 of client library * Fix assert statement * Update license years and clean up comments * Remove score_threshold from Batch Predict * Fix typo in test * Switch tests to use centralized automl project, temporarily ignore long running tests until fixed in following PRs * Fix which project is used * Fix bucket path typo * lint: remove extra semi-colon
* automl: break up and simplify dataset tests * remove bom from automl until bom is released with v1 of client library * Fix assert statement * Update license years and clean up comments * Remove score_threshold from Batch Predict * Fix typo in test * Switch tests to use centralized automl project, temporarily ignore long running tests until fixed in following PRs * Fix which project is used * Fix bucket path typo * lint: remove extra semi-colon
* automl: break up and simplify dataset tests * remove bom from automl until bom is released with v1 of client library * Fix assert statement * Update license years and clean up comments * Remove score_threshold from Batch Predict * Fix typo in test * Switch tests to use centralized automl project, temporarily ignore long running tests until fixed in following PRs * Fix which project is used * Fix bucket path typo * lint: remove extra semi-colon
No description provided.