Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

t1308-config-set: fix a test that has a typo#451

Closed
tanayabh wants to merge 1 commit intogit:mastergit/git:masterfrom
tanayabh:config_test_fixtanayabh/git:config_test_fixCopy head branch name to clipboard
Closed

t1308-config-set: fix a test that has a typo#451
tanayabh wants to merge 1 commit intogit:mastergit/git:masterfrom
tanayabh:config_test_fixtanayabh/git:config_test_fixCopy head branch name to clipboard

Conversation

@tanayabh
Copy link
Contributor

Change test 'find value_list for a key from a configset' to compare
result with 'expect' instead of 'except' which was a typo. Change the
test call from 'configset_get_value' to 'configset_get_value_multi'
since the test expects a list of values instead of a single value.

Signed-off-by: Tanay Abhra tanayabh@gmail.com

Change test 'find value_list for a key from a configset' to compare
result with 'expect' instead of 'except' which was a typo. Change the
test call from 'configset_get_value' to 'configset_get_value_multi'
since the test expects a list of values instead of a single value.

Signed-off-by: Tanay Abhra <tanayabh@gmail.com>
@tanayabh tanayabh changed the base branch from master to maint January 13, 2018 18:23
@tanayabh tanayabh changed the base branch from maint to master January 13, 2018 18:23
Copy link

@taweesakteejantuk66 taweesakteejantuk66 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@dscho
Copy link
Member

dscho commented Jun 3, 2019

@tanayabh wow, this is a really old PR and the bug is still in Git!

Would you mind rebasing this patch on top of master (you will have to change the test-config to test-tool config) and the submit via either GitGitGadget, submitGit or manually?

@dscho
Copy link
Member

dscho commented Jun 26, 2019

@tanayabh ping?

1 similar comment
@dscho
Copy link
Member

dscho commented Sep 9, 2019

@tanayabh ping?

@dscho
Copy link
Member

dscho commented Oct 4, 2019

@tanayabh gentle ping?

dscho pushed a commit to dscho/git that referenced this pull request Oct 10, 2019
Change test 'find value_list for a key from a configset' to redirect the
result to 'expect' instead of 'except' which was a typo.

With this change, the test case actually fails because it uses
`configset_get_value`. Clearly, this was intended to be
`configset_get_value_multi` since the test expects a list of values
instead of a single value, so let's fix that, too.

Originally contributed as git#451.

Signed-off-by: Tanay Abhra <tanayabh@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho
Copy link
Member

dscho commented Oct 10, 2019

Superseded by gitgitgadget#387.

@dscho dscho closed this Oct 10, 2019
derrickstolee added a commit to derrickstolee/git that referenced this pull request Oct 21, 2021
…ly once

Users are noticing slowdowns with things checking GIT_VIRTUALFILESYSTEM_TEST
environment multiple times. This is likely due to checking for the virtual
filesystem while engaging with the FS Monitor feature.

Use a `static` variable to avoid initializing these globals multiple times.

Resolves git#450.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.