Skip to content

Developer guide lines

Christopher Batey edited this page May 25, 2014 · 5 revisions

#Logging

  • Error: Scassandra has gone bust and will probably screw up the user's tests.
  • Warn : We think the user has done something wrong.
  • Info : User interactions with Scassandra e.g you have primed this.
  • Debug: Cql message level debug
  • Trace: Byte level debug

#Definition of Done

  • Documented new feature on the wiki
  • Added integration tests for java driver 1, java driver 2 and python driver
  • Added functionality to the Java Driver (probably needed for integration test
  • Checked in and green build
Clone this wiki locally