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

test: Enterprise License tests (#5822) #6639

Merged
merged 2 commits into from
Oct 3, 2020

Commits on Oct 2, 2020

  1. test: Enterprise License tests (#5822)

    Created a file for testing if the license is applied correctly. It contains 3 tests.
    
    1. Applying expired license, this will get applied but it should not be enabled and user information should be extracted
    2. Applying invalid license, this won't get applied
    3. Applying empty license, this also won't get applied
    
    Co-authored-by: Ibrahim Jarif <ibrahim@dgraph.io>
    (cherry picked from commit 61363d1)
    antblood authored and Neeraj Battan committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    8255533 View commit details
    Browse the repository at this point in the history
  2. Update license_test.go

    comparing with nil instead of false
    antblood authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    83054c8 View commit details
    Browse the repository at this point in the history