Opened 8 years ago
Closed 8 years ago
#1856 closed defect (fixed)
lettuce multi_instance test should use a dedicated DB file
Reported by: | jinmei | Owned by: | muks |
---|---|---|---|
Priority: | medium | Milestone: | Sprint-20120515 |
Component: | b10-auth | Version: | |
Keywords: | Cc: | ||
CVSS Scoring: | Parent Tickets: | ||
Sensitive: | no | Defect Severity: | N/A |
Sub-Project: | DNS | Feature Depending on Ticket: | |
Estimated Difficulty: | 3 | Add Hours to Ticket: | 0 |
Total Hours: | 0 | Internal?: | no |
Description
It uses the system (or test environment if it's in-source) version of
SQLite3 DB file, and depending on the content the test could fail.
I'd also suggest it uses more verbose logging level like other test
configs:
{"version": 2, "Logging": {"loggers": [{"name": "*", "severity": "DEBUG", "output_options": [{"output": "stderr", "maxsize": 100000, "maxver": 5, "destination": "console", "flush": true}], "debuglevel": 100}]}, "Auth": {"listen_on": [{"port": 47806, "address": "0.0.0.0"}]}, "Boss": {"components": {"b10-auth-2": {"kind": "needed", "special": "auth"}, "b10-auth": {"kind": "needed", "special": "auth"}, "b10-cmdctl": {"kind": "needed", "special": "cmdctl"}}}}
Subtickets
Change History (6)
comment:1 Changed 8 years ago by jelte
- Milestone changed from Next-Sprint-Proposed to Sprint-20120501
comment:2 Changed 8 years ago by muks
- Owner set to muks
- Status changed from new to assigned
comment:3 Changed 8 years ago by muks
- Owner changed from muks to UnAssigned
- Status changed from assigned to reviewing
Up for review.
comment:4 Changed 8 years ago by jelte
- Owner changed from UnAssigned to jelte
comment:6 Changed 8 years ago by muks
- Resolution set to fixed
- Status changed from reviewing to closed
Pushed to master:
* bd2568e [1856] Use a dummy database_file for lettuce multi_instance test
Resolving as fixed. Thank you for the review jelte.
Note: See
TracTickets for help on using
tickets.
Picking.