Skip to content
Snippets Groups Projects
  1. Jan 21, 2021
  2. Dec 09, 2020
    • Yee's avatar
      Replace behave framework with pytest-bdd and add DataSetComparator (#447) · 9c8bba4d
      Yee authored
      * Replace behave with pytest_bdd
      
      * Add value comparator
      
      * Finish value compare
      
      * Fix set compare
      
      * Execute query and check result steps
      
      * Make parser return bytes array rather than string
      
      * Add NBA CSV data files
      
      * Add types
      
      * Generate insert stmt string
      
      * Fix row comparing
      
      * Generate create stmt string
      
      * Use pytest-mproc's global scope to init nebula servers
      
      * Fix compare bug
      
      * Add student data
      
      * Cleanup steps
      
      * Fix parser bug
      
      * Update parser
      
      * Remove pytest-mproc
      
      * Fix cleanup nebula services
      
      * Fix ci test run parallel
      
      * Replace conn pool creation with fixture
      
      * Improve the free ports get function
      
      * Fix workarround for class fixture usage
      
      * improve free port find method
      
      * Fix test spaces
      
      * Change pytest temp base dir
      
      * Improve kill nebula service logics
      
      * Update workflow
      
      * Fix github workflow step
      
      * Address comments
  3. Dec 01, 2020
  4. Oct 15, 2020
    • Shylock Hg's avatar
      Tests/permission cases (#234) · 1286e441
      Shylock Hg authored
      
      * Add the cases about permission.
      
      * Tune the permission cases.
      
      * Run in parallel.
      
      * Make the permission error message more clear.
      
      * Search the result.
      
      * Will not check space when not enable authorize or god user.
      
      * Don't return space id in error message.
      
      * Don't require user/password for create nebula client.
      
      * Only check permission when enable authorize.
      
      * Add authorize configuration to config file.
      
      * Remove the simpler autherticator.
      
      * Move the option about permission.
      
      Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
  5. Sep 16, 2020
    • cpw's avatar
      Support integer vid. (#233) · e3cfc596
      cpw authored
      * Add SpaceInfo and update the interface with new common.
      
      * Validate the vids.
      
      * Create space with given vid type.
      
      * Fix condition.
      
      * Fix test.
      
      * Rebase.
      
      * Address comment.
      
      * Save.
      
      * delete vid_size.
      
      * Fix test.
      
      * Rebase and fix conflict.
      
      * Address comment.
      
      * Address comment.
      
      * Rebase.
      
      * Fix test.
      
      * Fix test and address comment.
  6. Aug 14, 2020
  7. Jul 30, 2020
  8. Jul 15, 2020