[
https://issues.apache.org/jira/browse/PROTON-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell updated PROTON-2296:
-----------------------------------
Description:
Running ctest creates test sasl config artifacts in the source tree, that are
then available to accidentally add to the git index:
# Create build dir as a subdir of repo checkout
# Run cmake from the build dir
# Source resulting config.sh
# Run make and ctest
# Observe git status
{noformat}
$ git status
On branch main
Your branch is up to date with 'origin/main'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
../cpp/examples/sasl-conf/
../sasl_conf/
../tests/examples/sasl-conf/
{noformat}
was:
Running ctest creates test sasl config artifacts in the source tree, that are
then available to accidentally add to the git index:
# Create build dir as a subdir fo repo checkout
# Run cmake from the build dir
# Source resulting config.sh
# Run make and ctest
# Observe git status
{noformat}
$ git status
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
../cpp/examples/sasl-conf/
../sasl_conf/
../tests/examples/sasl-conf/
{noformat}
> running ctest creates test sasl config artifacts in the source tree
> -------------------------------------------------------------------
>
> Key: PROTON-2296
> URL: https://issues.apache.org/jira/browse/PROTON-2296
> Project: Qpid Proton
> Issue Type: Bug
> Components: build, proton-c
> Affects Versions: proton-c-0.33.0, proton-c-0.35.0, proton-c-0.34.0
> Reporter: Robbie Gemmell
> Priority: Major
>
> Running ctest creates test sasl config artifacts in the source tree, that are
> then available to accidentally add to the git index:
> # Create build dir as a subdir of repo checkout
> # Run cmake from the build dir
> # Source resulting config.sh
> # Run make and ctest
> # Observe git status
> {noformat}
> $ git status
> On branch main
> Your branch is up to date with 'origin/main'.
> Untracked files:
> (use "git add <file>..." to include in what will be committed)
> ../cpp/examples/sasl-conf/
> ../sasl_conf/
> ../tests/examples/sasl-conf/
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]