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

Clean up dag_test.go #3230

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Clean up dag_test.go #3230

merged 1 commit into from
Sep 15, 2020

Commits on Sep 15, 2020

  1. Clean up dag_test.go

    - don't use test builders
    - use script mode instead of command+args
    - sort start times using sort.Slice
    - compare parallel task start times using math.Abs in case s1 starts >5s before s2 -- only the other case was checked before
    - then copy test/dag_test.go -> test/v1alpha1/dag_test.go and fix incompatibilities
    imjasonh committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    0cea8b1 View commit details
    Browse the repository at this point in the history