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

[Flake] integration test flake Dockerfile_test_copy_symlink #1019

Closed
tejal29 opened this issue Feb 3, 2020 · 1 comment · Fixed by #1030
Closed

[Flake] integration test flake Dockerfile_test_copy_symlink #1019

tejal29 opened this issue Feb 3, 2020 · 1 comment · Fixed by #1030
Labels

Comments

@tejal29
Copy link
Contributor

tejal29 commented Feb 3, 2020

the Dockerfile_test_copy_symlink has failed multiple times on Jenkins.
This test passes on Travis every single time.
Re-triggering the failed build fixes it.

--- FAIL: TestRun/test_Dockerfile_test_copy_symlink (16.90s)
        integration_test.go:188: diff = [
              {
                "Image1": "gcr.io/kaniko-test/docker-dockerfile_test_copy_symlink",
                "Image2": "gcr.io/kaniko-test/kaniko-dockerfile_test_copy_symlink",
                "DiffType": "File",
                "Diff": {
                  "Adds": [
                    {
                      "Name": "/tmp/link",
                      "Size": -1
                    }
                  ],
                  "Dels": null,
                  "Mods": [
                    {
                      "Name": "/tmp",
                      "Size1": 6,
                      "Size2": 11
                    }
                  ]
                }
              },
              {
                "Image1": "gcr.io/kaniko-test/docker-dockerfile_test_copy_symlink",
                "Image2": "gcr.io/kaniko-test/kaniko-dockerfile_test_copy_symlink",
                "DiffType": "Metadata",
                "Diff": {
                  "Adds": [],
                  "Dels": []
                }
              }
            ]
        integration_test.go:191: []integration.diffOutput differ (-got, +want):   []integration.diffOutput{
              	{
              		Image1:   "gcr.io/kaniko-test/docker-dockerfile_test_copy_symlink",
              		Image2:   "gcr.io/kaniko-test/kaniko-dockerfile_test_copy_symlink",
              		DiffType: "File",
              		Diff: &integration.fileDiffResult{
            - 			Adds: []integration.fileDiff{{Name: "/tmp/link", Size: -1}},
            + 			Adds: nil,
              			Dels: nil,
              		},
              	},
              	{Image1: "gcr.io/kaniko-test/docker-dockerfile_test_copy_symlink", Image2: "gcr.io/kaniko-test/kaniko-dockerfile_test_copy_symlink", DiffType: "Metadata", Diff: &integration.metaDiffResult{Adds: []string{}, Dels: []string{}}},
              }

@tejal29 tejal29 added area/internal bugs related to kaniko development workflow integration-test-failed meta/integration-tests labels Feb 3, 2020
@tejal29
Copy link
Contributor Author

tejal29 commented Feb 3, 2020

this also happened on Travis

@tejal29 tejal29 changed the title [Flake] Kokoro integration test flake [Flake] integration test flake Dockerfile_test_copy_symlink Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant