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

fix(pkger): correct the export of tasks to include system type tasks #17042

Merged
merged 1 commit into from
Feb 28, 2020

Conversation

jsteenb2
Copy link
Contributor

@jsteenb2 jsteenb2 commented Feb 28, 2020

wrong assumption in original design. The system tasks are actually
the CRUD tasks. Name is a bit confusing for user generated tasks.

closes: #17038

@jsteenb2 jsteenb2 force-pushed the 17038/pkger_export_check_tasks_bug branch from 486d084 to 754a8d5 Compare February 28, 2020 00:04
@jsteenb2 jsteenb2 requested a review from a team February 28, 2020 00:05
@@ -408,52 +452,59 @@ spec:
assert.Equal(t, expected, secrets[0])
})

t.Run("exporting all resources for an org", func(t *testing.T) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

massive gaping hole in test suite, totally missed this

wrong assumption in original design. The system tasks are actually
the CRUD tasks. Name is a bit confusing for user generated tasks.

closes: #17038
@jsteenb2 jsteenb2 force-pushed the 17038/pkger_export_check_tasks_bug branch from 754a8d5 to c590a25 Compare February 28, 2020 00:20
@jsteenb2 jsteenb2 merged commit 46758e3 into master Feb 28, 2020
@jsteenb2 jsteenb2 deleted the 17038/pkger_export_check_tasks_bug branch February 28, 2020 01:16
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.

Not all of my tasks are exported by pkg
2 participants