Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename files from ceph-test package #45

Merged
merged 4 commits into from Feb 11, 2013

Conversation

dalgaaf
Copy link
Contributor

@dalgaaf dalgaaf commented Feb 10, 2013

The ceph-test package contains files which are installed to /usr/bin, but these files have names which don't give any hint that they are part of ceph.

Rename the files of the ceph-test package to indicate they belong to ceph. Prefix them with "ceph_". Update packaging files like RPM spec and debian files. Add some files which are present in ceph-test of the RPM spec file but not in ceph-test.install.

I hope I didn't oversee any reference/call of the changed files. If the change gets accepted maybe some other tools outside this git tree needs to be updated. Let me know which projects I need to update.

Update and cleanup .gitignore files.

incorporated comments from the ML.

The files from the ceph-test subpackage are installed to /usr/bin,
give them more useful names to make sure that the user know they
belong to ceph. add a 'ceph_' prefix and change some test* binaries
to ceph_test_*.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Don't install rest-bench in ceph.spec.in section for ceph-test and
ceph-test.install twice. This file is already part of the rest-bench
package.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Add some files which are part of the ceph-test package on RPM based
distributions already: ceph_test_mon_workloadgen, ceph_rgw_jsonparser,
ceph_test_objectcacher_stress.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Cleanup old entries and sort the existing entries. Remove no longer
existing entries/files. Move some entries from top level .gitignore
files down to the correct subdir .gitignore file.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
@jdurgin jdurgin merged commit f213669 into ceph:master Feb 11, 2013
@dalgaaf dalgaaf deleted the wip-da-rename-ceph-test branch February 26, 2013 19:48
XinzeChi pushed a commit to XinzeChi/ceph that referenced this pull request Jan 29, 2016
ddiss pushed a commit to ddiss/ceph that referenced this pull request Oct 25, 2016
Fix for bsc#982324

Reviewed-by: Tim Serong <tserong@suse.com>
ivancich added a commit to ivancich/ceph-fork that referenced this pull request Dec 5, 2017
6f9250b4e9 Merge pull request ceph#45 from TaewoongKim/reduce_phasetype_size
343e4105a6 Reduce the size of enum class PhaseType

git-subtree-dir: src/dmclock
git-subtree-split: 6f9250b4e97860373b782e918044de40ed197c87
rjfd pushed a commit to rjfd/ceph that referenced this pull request Jan 30, 2018
…2-ceph-rest-fixes

Fixed some issues in the cluster api endpoint.
galsalomon66 referenced this pull request in galsalomon66/ceph Sep 17, 2022
* logical expression is now including other general-expressions beside compare-expression (such as x <= y); enables logical operands to include also variables such as true/false/null ; adding multi-rows test to unit-tests

Signed-off-by: gal salomon <gal.salomon@gmail.com>

* adding is-no-null predicate; bug fixes(out of bound) for substring operator

Signed-off-by: gal salomon <gal.salomon@gmail.com>

* upon missing column it set to NULL; handle failures in testing framework; add unit-test;

Signed-off-by: gal salomon <gal.salomon@gmail.com>

* s3select: semantic changes for unknown state

Signed-off-by: Albin Antony <aantony@redhat.com>

* unit tests

Signed-off-by: Albin Antony <aantony@redhat.com>

* in the case of null-value, the use of i64() method as true/false indication is wrong, the is_true() handle this; it return true only upon its not-null and !=0

Signed-off-by: gal salomon <gal.salomon@gmail.com>

* s3select: i64() bug fix

Signed-off-by: Albin Antony <aantony@redhat.com>

Co-authored-by: gal salomon <gal.salomon@gmail.com>
votdev referenced this pull request in votdev/ceph Oct 5, 2022
ci: run s3gw-test image on pull requests
tobias-urdin pushed a commit to tobias-urdin/ceph that referenced this pull request Aug 2, 2023
Do not rely on Ceph extensions in head bucket

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants