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

arm64 tests #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

joeybrown-sf
Copy link
Contributor

Updated tests to make them runnable on arm64 machine.

@joeybrown-sf joeybrown-sf requested a review from a team as a code owner November 7, 2024 23:17
Signed-off-by: Joey Brown <[email protected]>
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.35%. Comparing base (7ebe5c6) to head (afa3e21).
Report is 78 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #283       +/-   ##
===========================================
- Coverage   58.29%   39.35%   -18.94%     
===========================================
  Files          32       35        +3     
  Lines        3694     3256      -438     
===========================================
- Hits         2153     1281      -872     
- Misses       1184     1781      +597     
+ Partials      357      194      -163     

@@ -717,7 +717,7 @@ func testImage(t *testing.T, when spec.G, it spec.S) {
h.AssertNil(t, err)

// based on static base image refs
expectedTime := time.Date(2018, 10, 2, 17, 19, 34, 239926273, time.UTC)
expectedTime := time.Date(2024, 9, 26, 21, 31, 42, 0, time.UTC)
Copy link
Member

Choose a reason for hiding this comment

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

Just curious, this changed for linux/amd64 also, no? How does it still work if the linux/amd64 image digest stayed the same?

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.

2 participants