rebase upstream - #281
Closed
mkornaukhov wants to merge 23 commits into
Closed
Conversation
* Do not sort the row with column names * Support symlinks for --override option * Shorten database names to satisfy PostgreSQL simple protocol
* Print column names * Support multidimensional arrays
- For now it's correct, it uses separate database. Previously it used the single database for all test, so creating functions, view etc were not idempotent. This behavior is kept with absence of -j param - It's possible to run override in parallel
* Support comments after some records, like skipif mysql #aboba * Support --show-all-errors * Fix bug with empty column names in Postgres simple protocol
- Use tabs in diff view - Add `force-override` option - Logical semaphore for in-fligtht used created databases
…de features (#20) - Display multiple locations iteratively instead of recursively. Previously it led to stack overflow in some cases - Fix bug with `<slt:ignore>` when not all rows were compared - Save comment for `onlyif` and `skipif` to not forget them when running with `--override` - Add `skip-failed` update mode, it allow to prepend `skipif LABEL # REASON` record for each failed test - Query with 0 returned rows is not anymore overridden as `statement count 0`
Closed connection is not logged as error now. Retries with drop in case of closed connection for drop.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.