Skip to content

Conversation

@nnegrey
Copy link
Contributor

@nnegrey nnegrey commented Jan 3, 2020

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 3, 2020
<!-- [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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the new version not in the BOM? If so do we know when it will be released?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a purpose for getting the datasetId?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To delete it in the teardown.

@nnegrey nnegrey added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 6, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 6, 2020
@nnegrey nnegrey marked this pull request as ready for review January 6, 2020 19:06
@nnegrey nnegrey requested a review from a team January 6, 2020 19:06
@nnegrey nnegrey added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 6, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 6, 2020
…ng running tests until fixed in following PRs
@nnegrey
Copy link
Contributor Author

nnegrey commented Jan 7, 2020

@nnegrey nnegrey merged commit 0676aae into master Jan 7, 2020
@nnegrey nnegrey deleted the automl-dataset-tests branch January 7, 2020 18:28
Shabirmean pushed a commit that referenced this pull request Nov 17, 2022
* 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
Shabirmean pushed a commit that referenced this pull request Nov 18, 2022
* 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
anguillanneuf pushed a commit that referenced this pull request Dec 5, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants