forked from TechEmpower/FrameworkBenchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a few bugs: (TechEmpower#5881)
* Lottery that your database has a randomnumber=0 from the creation (meaning that database-query verifications have a 1/10,000 chance of failing) has been removed. * Fixes the extension never being installed on the correct schema. * Fixes the priviledge issue where the toolset (and others) cannot perform writes to any table. This is a holdover from legacy support where the databases were persisted to disk and reused on every test, thus keeping TestA from breaking TestB by dropping all tables (etc). Since the databases are docker containers, edits are never persisted from run to run, so write permission is fine, and is wanted in anticipation of future verifications.
- Loading branch information
1 parent
3c99406
commit d26aec3
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters