-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix: Remove getModTime() to use ModTime() from os.FileInfo directly #39623
base: master
Are you sure you want to change the base?
fix: Remove getModTime() to use ModTime() from os.FileInfo directly #39623
Conversation
Welcome @Gofastasf! It looks like this is your first PR to milvus-io/milvus 🎉 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Gofastasf The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Gofastasf Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
@Gofastasf Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
be0b77b
to
19a504f
Compare
@Gofastasf go-sdk check failed, comment |
@Gofastasf E2e jenkins job failed, comment |
@Gofastasf go-sdk check failed, comment |
/run-cpu-e2e |
rerun go-sdk |
@Gofastasf E2e jenkins job failed, comment |
@Gofastasf go-sdk check failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project check has failed because the head coverage (69.40%) is below the target coverage (77.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## master #39623 +/- ##
===========================================
- Coverage 80.14% 69.40% -10.74%
===========================================
Files 1465 302 -1163
Lines 203091 27065 -176026
===========================================
- Hits 162762 18785 -143977
+ Misses 34526 8280 -26246
+ Partials 5803 0 -5803
|
- Use ModTime from os.FileInfo directly instead of custom getModTime implementation. - Removed test case for getModTime(). Signed-off-by: Go [email protected] Signed-off-by: Gofastasf <[email protected]>
19a504f
to
3d0feea
Compare
@Gofastasf go-sdk check failed, comment |
@Gofastasf E2e jenkins job failed, comment |
hi @Gofastasf |
@xiaofan-luan |
The pr overall looks good to me. |
@Gofastasf E2e jenkins job failed, comment |
Signed-off-by: Gofastasf [email protected]