# File monit/lib/symbiosis/monitor/state_db.rb, line 68
      def all_results_for(test)
        @dbh.execute("SELECT * FROM #{@tbl_name} WHERE test = ?", test)
      end