Skip to content
Snippets Groups Projects
  1. Aug 14, 2020
  2. Aug 12, 2020
  3. Aug 11, 2020
  4. Aug 10, 2020
  5. Aug 07, 2020
  6. Aug 03, 2020
  7. Jul 30, 2020
  8. Jul 29, 2020
  9. Jul 27, 2020
  10. Jul 21, 2020
  11. Jul 20, 2020
  12. Jul 17, 2020
  13. Jul 15, 2020
  14. Jul 10, 2020
    • Simon Liu's avatar
      Added the nebula-test. (#96) · 01f61453
      Simon Liu authored
      * Added the nebula-test.
      
      Usage :
      
      Compile nebula first, assuming the build directory is build, then go to build/nebula- test, then execute  './ntr query/stateless/*.py query/bugs/*.py'.
      
      Summary:
      Now every time nebula-graph was compiled it will compile nebula-storage at the same time,
      after compilation is complete calling ntr will automatically create a single replica of the nebula cluster and start the test.
      
      * 1 Modify the nebula-test documentation.
      2 Adding dependencies for nebula-python 2.0.
      
      * 1 Fix possible crashes.
      2 Add some logs for Nebula-test.
      
      * Change the nebula-test directory to tests.
      
      * Temporarily uses a fixed delay to wait for schema synchronization.
      
      * format some code style.
      
      * Adding environment variables to drone CI.
      
      * Fix the clang build problem in drone CI.
      
      * Fix the clang compilation problem in CI.
      
      * Adding python dependencies to drone CI.
      
      * Use the correct pip3 path.
      
      * Enable CI to automatically update the latest ...