You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2022/09/21 06:00:19 UTC

[GitHub] [submarine] huang06 opened a new pull request, #998: SUBMARINE-1329. Add unit test coverage for pysubmarine (artifacts)

huang06 opened a new pull request, #998:
URL: https://github.com/apache/submarine/pull/998

   ### What is this PR for?
   
   We lacks tests in the `submodule.artifacts` module.
   
   We should add tests and aim for at least 90% test coverage for this module.
   
   ### What type of PR is it?
   
   Improvement
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   
   <https://issues.apache.org/jira/browse/SUBMARINE-1329>
   
   ### How should this be tested?
   <!--
   * First time? Setup Travis CI as described on https://submarine.apache.org/contribution/contributions.html#continuous-integration
   * Strongly recommended: add automated unit tests for any new or changed behavior
   * Outline any manual steps to test the PR here.
   -->
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Do the license files need updating? Yes/No
   * Are there breaking changes for older versions? Yes/No
   * Does this need new documentation? Yes/No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [submarine] asfgit closed pull request #998: SUBMARINE-1329. Improve test coverage of submarine.artifacts module

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #998: SUBMARINE-1329. Improve test coverage of submarine.artifacts module
URL: https://github.com/apache/submarine/pull/998


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [submarine] cdmikechen commented on a diff in pull request #998: SUBMARINE-1329. Improve test coverage of submarine.artifacts module

Posted by GitBox <gi...@apache.org>.
cdmikechen commented on code in PR #998:
URL: https://github.com/apache/submarine/pull/998#discussion_r978697004


##########
submarine-sdk/pysubmarine/pytest.ini:
##########
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more

Review Comment:
   I will create another issue to consider solving the problem of too much workflow causing too long check times.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [submarine] cdmikechen commented on a diff in pull request #998: SUBMARINE-1329. Improve test coverage of submarine.artifacts module

Posted by GitBox <gi...@apache.org>.
cdmikechen commented on code in PR #998:
URL: https://github.com/apache/submarine/pull/998#discussion_r978695334


##########
submarine-sdk/pysubmarine/pytest.ini:
##########
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more

Review Comment:
   If it is confirmed, then LGTM



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [submarine] codecov[bot] commented on pull request #998: SUBMARINE-1329. Improve unit test coverage for pysubmarine (artifacts)

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #998:
URL: https://github.com/apache/submarine/pull/998#issuecomment-1253535406

   # [Codecov](https://codecov.io/gh/apache/submarine/pull/998?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#998](https://codecov.io/gh/apache/submarine/pull/998?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (34b398c) into [master](https://codecov.io/gh/apache/submarine/commit/7fa13a65530183c1ee424e14f7b92c3cbc1cd297?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (7fa13a6) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 34b398c differs from pull request most recent head dcd070b. Consider uploading reports for the commit dcd070b to get more accurate results
   
   ```diff
   @@            Coverage Diff            @@
   ##             master     #998   +/-   ##
   =========================================
     Coverage     14.93%   14.93%           
     Complexity     1072     1072           
   =========================================
     Files           246      246           
     Lines         24065    24065           
     Branches       3472     3472           
   =========================================
     Hits           3593     3593           
     Misses        20264    20264           
     Partials        208      208           
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [submarine] cdmikechen commented on a diff in pull request #998: SUBMARINE-1329. Improve test coverage of submarine.artifacts module

Posted by GitBox <gi...@apache.org>.
cdmikechen commented on code in PR #998:
URL: https://github.com/apache/submarine/pull/998#discussion_r977606391


##########
submarine-sdk/pysubmarine/pytest.ini:
##########
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more

Review Comment:
   If we package `submarine-sdk`, will this file be included as well? Do we need to exclude this file in setup.py? like this:
   ```python
   setup(
       name="apache-submarine",
       ****
       packages=find_packages(exclude=["tests", "tests.*","pytest.ini"]),
       ****
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [submarine] huang06 commented on a diff in pull request #998: SUBMARINE-1329. Improve test coverage of submarine.artifacts module

Posted by GitBox <gi...@apache.org>.
huang06 commented on code in PR #998:
URL: https://github.com/apache/submarine/pull/998#discussion_r978315516


##########
submarine-sdk/pysubmarine/pytest.ini:
##########
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more

Review Comment:
   By default, the additional files, such as `pytest.ini`, `pylintrc`, would not been installed into the wheel file.
   
   ```bash
   cd submarine-sdk/pysubmarine
   python3 -m venv .venv
   source .venv/bin/activate
   python3 -m pip install -U pip setuptools wheel build
   ```
   
   ```bash
   $ python3 -m build
   ...
   Successfully built apache-submarine-0.8.0-SNAPSHOT.tar.gz and apache_submarine-0.8.0_SNAPSHOT-py3-none-any.whl
   ```
   
   ```bash
   $ python3 -c '
   import pprint
   from zipfile import ZipFile
                    
   path = "dist/apache_submarine-0.8.0_SNAPSHOT-py3-none-any.whl"
   names = ZipFile(path).namelist()
   pprint.pprint(names)
   '
   
   ['submarine/__init__.py',
    'submarine/exceptions.py',
    'submarine/artifacts/__init__.py',
    'submarine/artifacts/repository.py',
    'submarine/cli/__init__.py',
    'submarine/cli/main.py',
    'submarine/cli/config/__init__.py',
    'submarine/cli/config/cli_config.yaml',
    'submarine/cli/config/command.py',
    'submarine/cli/config/config.py',
    'submarine/cli/environment/__init__.py',
    'submarine/cli/environment/command.py',
    'submarine/cli/experiment/__init__.py',
    'submarine/cli/experiment/command.py',
    'submarine/cli/notebook/__init__.py',
    'submarine/cli/notebook/command.py',
    'submarine/cli/sandbox/__init__.py',
    'submarine/cli/sandbox/command.py',
    'submarine/cli/serve/__init__.py',
    'submarine/cli/serve/command.py',
    'submarine/client/__init__.py',
    'submarine/client/api_client.py',
    'submarine/client/configuration.py',
    'submarine/client/exceptions.py',
    'submarine/client/rest.py',
    'submarine/client/api/__init__.py',
    'submarine/client/api/environment_api.py',
    'submarine/client/api/environment_client.py',
    'submarine/client/api/experiment_api.py',
    'submarine/client/api/experiment_client.py',
    'submarine/client/api/notebook_api.py',
    'submarine/client/api/notebook_client.py',
    'submarine/client/api/serve_api.py',
    'submarine/client/api/serve_client.py',
    'submarine/client/models/__init__.py',
    'submarine/client/models/code_spec.py',
    'submarine/client/models/environment_spec.py',
    'submarine/client/models/experiment_meta.py',
    'submarine/client/models/experiment_spec.py',
    'submarine/client/models/experiment_task_spec.py',
    'submarine/client/models/experiment_template_submit.py',
    'submarine/client/models/json_response.py',
    'submarine/client/models/kernel_spec.py',
    'submarine/client/models/notebook_meta.py',
    'submarine/client/models/notebook_pod_spec.py',
    'submarine/client/models/notebook_spec.py',
    'submarine/client/models/serve_request.py',
    'submarine/client/models/serve_spec.py',
    'submarine/client/utils/__init__.py',
    'submarine/client/utils/api_utils.py',
    'submarine/entities/Metric.py',
    'submarine/entities/Param.py',
    'submarine/entities/__init__.py',
    'submarine/entities/_submarine_object.py',
    'submarine/entities/experiment.py',
    'submarine/entities/model_registry/__init__.py',
    'submarine/entities/model_registry/model_stages.py',
    'submarine/entities/model_registry/model_version.py',
    'submarine/entities/model_registry/model_version_tag.py',
    'submarine/entities/model_registry/registered_model.py',
    'submarine/entities/model_registry/registered_model_tag.py',
    'submarine/ml/__init__.py',
    'submarine/ml/abstract_model.py',
    'submarine/ml/pytorch/__init__.py',
    'submarine/ml/pytorch/loss.py',
    'submarine/ml/pytorch/metric.py',
    'submarine/ml/pytorch/optimizer.py',
    'submarine/ml/pytorch/parameters.py',
    'submarine/ml/pytorch/registries.py',
    'submarine/ml/pytorch/input/__init__.py',
    'submarine/ml/pytorch/input/libsvm_dataset.py',
    'submarine/ml/pytorch/layers/__init__.py',
    'submarine/ml/pytorch/layers/core.py',
    'submarine/ml/pytorch/model/__init__.py',
    'submarine/ml/pytorch/model/base_pytorch_model.py',
    'submarine/ml/pytorch/model/ctr/__init__.py',
    'submarine/ml/pytorch/model/ctr/afm.py',
    'submarine/ml/pytorch/model/ctr/deepfm.py',
    'submarine/ml/tensorflow/__init__.py',
    'submarine/ml/tensorflow/optimizer.py',
    'submarine/ml/tensorflow/parameters.py',
    'submarine/ml/tensorflow/registries.py',
    'submarine/ml/tensorflow/input/__init__.py',
    'submarine/ml/tensorflow/input/input.py',
    'submarine/ml/tensorflow/layers/__init__.py',
    'submarine/ml/tensorflow/layers/core.py',
    'submarine/ml/tensorflow/model/__init__.py',
    'submarine/ml/tensorflow/model/base_tf_model.py',
    'submarine/ml/tensorflow/model/ccpm.py',
    'submarine/ml/tensorflow/model/deepfm.py',
    'submarine/ml/tensorflow/model/fm.py',
    'submarine/ml/tensorflow/model/nfm.py',
    'submarine/ml/tensorflow_v2/__init__.py',
    'submarine/ml/tensorflow_v2/optimizer.py',
    'submarine/ml/tensorflow_v2/parameters.py',
    'submarine/ml/tensorflow_v2/registries.py',
    'submarine/ml/tensorflow_v2/input/__init__.py',
    'submarine/ml/tensorflow_v2/input/input.py',
    'submarine/ml/tensorflow_v2/layers/__init__.py',
    'submarine/ml/tensorflow_v2/layers/core.py',
    'submarine/ml/tensorflow_v2/model/__init__.py',
    'submarine/ml/tensorflow_v2/model/base_tf_model.py',
    'submarine/ml/tensorflow_v2/model/ccpm.py',
    'submarine/ml/tensorflow_v2/model/deepfm.py',
    'submarine/ml/tensorflow_v2/model/fm.py',
    'submarine/ml/tensorflow_v2/model/nfm.py',
    'submarine/models/__init__.py',
    'submarine/models/pytorch.py',
    'submarine/models/tensorflow.py',
    'submarine/store/__init__.py',
    'submarine/store/database/__init__.py',
    'submarine/store/database/db_types.py',
    'submarine/store/database/models.py',
    'submarine/store/model_registry/__init__.py',
    'submarine/store/model_registry/abstract_store.py',
    'submarine/store/model_registry/sqlalchemy_store.py',
    'submarine/store/tracking/__init__.py',
    'submarine/store/tracking/abstract_store.py',
    'submarine/store/tracking/sqlalchemy_store.py',
    'submarine/tracking/__init__.py',
    'submarine/tracking/client.py',
    'submarine/tracking/constant.py',
    'submarine/tracking/fluent.py',
    'submarine/tracking/utils.py',
    'submarine/utils/__init__.py',
    'submarine/utils/db_utils.py',
    'submarine/utils/env.py',
    'submarine/utils/fileio.py',
    'submarine/utils/pytorch_utils.py',
    'submarine/utils/rest_utils.py',
    'submarine/utils/tf_utils.py',
    'submarine/utils/tf_utils_v2.py',
    'submarine/utils/validation.py',
    'apache_submarine-0.8.0_SNAPSHOT.dist-info/METADATA',
    'apache_submarine-0.8.0_SNAPSHOT.dist-info/WHEEL',
    'apache_submarine-0.8.0_SNAPSHOT.dist-info/entry_points.txt',
    'apache_submarine-0.8.0_SNAPSHOT.dist-info/top_level.txt',
    'apache_submarine-0.8.0_SNAPSHOT.dist-info/RECORD']
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org