Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Sample:
  2. Build Table:
  3. Id No of Tests Failure Count
  4. 1 3 0
  5. 2 3 0
  6. 3 3 1
  7.  
  8.  
  9. Tests Table:
  10. build_id test_id test_name test_result
  11. 1 1 test1 p
  12. 1 2 test2 p
  13. 1 3 test3 f
  14. 1 3 test3 f
  15. 1 3 test3 f
  16. 1 3 test3 p
  17. 2 1 test1 p
  18. 2 2 test2 p
  19. 2 3 test3 p
  20. 3 1 test1 p
  21. 3 2 test2 f
  22. 3 3 test3 p
  23. 2 2 test2 f
  24. 2 2 test2 f
  25. 2 2 test2 f
  26.  
  27. test_name retries
  28. test3 3
  29. test2 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement