Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BugFix #1551] change mountTime to *v1.Time #1610

Merged
merged 4 commits into from
Apr 7, 2022

Conversation

Nizifan
Copy link
Contributor

@Nizifan Nizifan commented Mar 24, 2022

Signed-off-by: nizifan [email protected]

Ⅰ. Describe what this PR does

Ⅱ. Does this pull request fix one issue?

Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov
Copy link

codecov bot commented Mar 24, 2022

Codecov Report

Merging #1610 (67f43c1) into master (68dca7a) will increase coverage by 0.12%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1610      +/-   ##
==========================================
+ Coverage   70.76%   70.89%   +0.12%     
==========================================
  Files         238      238              
  Lines       13129    13201      +72     
==========================================
+ Hits         9291     9359      +68     
- Misses       2843     2845       +2     
- Partials      995      997       +2     
Impacted Files Coverage Δ
pkg/ddc/alluxio/ufs.go 41.25% <100.00%> (ø)
pkg/ddc/alluxio/ufs_internal.go 42.37% <100.00%> (ø)
pkg/ddc/base/pv.go 100.00% <0.00%> (ø)
pkg/ddc/base/log.go 100.00% <0.00%> (ø)
pkg/ddc/base/label.go 95.74% <0.00%> (ø)
pkg/ddc/base/setup.go 39.65% <0.00%> (ø)
pkg/ddc/base/syncs.go 47.36% <0.00%> (ø)
pkg/ddc/jindo/node.go 58.51% <0.00%> (ø)
pkg/ddc/goosefs/ufs.go 74.00% <0.00%> (ø)
pkg/ddc/jindo/cache.go 84.78% <0.00%> (ø)
... and 43 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 68dca7a...67f43c1. Read the comment docs.

@cheyang cheyang requested a review from zwwhdls March 25, 2022 02:09
api/v1alpha1/status.go Show resolved Hide resolved
@Nizifan
Copy link
Contributor Author

Nizifan commented Mar 30, 2022

Sorry for the latency, changed as suggested.

@Nizifan
Copy link
Contributor Author

Nizifan commented Mar 30, 2022

Thanks @zwwhdls for review

@cheyang
Copy link
Collaborator

cheyang commented Mar 31, 2022

nizifan added 3 commits April 2, 2022 17:38
@cheyang cheyang requested a review from zwwhdls April 2, 2022 09:55
@@ -1,13 +1,32 @@

---
apiVersion: apiextensions.k8s.io/v1
apiVersion: apiextensions.k8s.io/v1beta1
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why changing CRD version back from v1 to v1beta1. I think this version CRD is deprecated in K8s 1.22.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is auto generated.

kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.7.0
controller-gen.kubebuilder.io/version: v0.3.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you should build with controller generator with 0.7.0+ .

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I follow the instruction to use 0.3.0 ...
I change it back to 0.7.0 now.

@zwwhdls
Copy link
Member

zwwhdls commented Apr 7, 2022

@cheyang
Copy link
Collaborator

cheyang commented Apr 7, 2022

@Nizifan Thanks for your fix. Look forward to your next PR.

@cheyang cheyang merged commit df23bdf into fluid-cloudnative:master Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants