Neethu Haneesha Bingi
c0e6b09fe3
Enforcing 6.22.1 rocksdb version and enabling readRange deadline option.
2021-09-17 08:53:23 -07:00
Markus Pilman
548b9d75f6
Fix filename
2021-09-16 15:15:06 -07:00
Markus Pilman
1ad8ca7dda
Fix naming and change filename
2021-09-16 15:15:06 -07:00
Markus Pilman
2c39f4b2f0
Make naming consistent with Fedora guidelines
2021-09-16 15:15:06 -07:00
Markus Pilman
56aff2bc14
change package name to make yum happy
2021-09-16 15:15:06 -07:00
Mohamed Oulmahdi
e93f6e323a
Fix test paths for on Windows
2021-09-15 16:30:58 -06:00
Andrew Noyes
0d362aaf42
Fix the versioned packages so that they don't modify the source dir
2021-08-25 15:14:08 -07:00
Andrew Noyes
92c52d44d8
make_directory is deprecated. Use file(MAKE_DIRECTORY ...)
2021-08-25 11:30:26 -07:00
Andrew Noyes
3b4fed4f18
Merge pull request #4818 from sfc-gh-anoyes/anoyes/pkg_tester
...
Add pkg_tester
2021-08-24 12:22:50 -07:00
Andrew Noyes
8bbcfca8a0
Run all tests for versioned packages
2021-08-19 16:32:22 +00:00
Markus Pilman
2e8a469b27
Incomplete implementation
2021-08-19 16:32:22 +00:00
Pierre Zemb
b1dce03e0d
Add warning on CMake when bindings requirements are not reached
2021-08-19 17:39:03 +02:00
Eric Dong
c6ed0f94bf
Fix the wording of a CMake message for SSL on Windows
2021-08-13 13:02:49 -07:00
Lukas Joswiak
a605fb3852
Merge pull request #5026 from sfc-gh-ljoswiak/fixes/alp6
...
Actor sampling
2021-08-11 13:44:17 -07:00
Markus Pilman
eb908546bb
Merge pull request #5318 from PierreZ/cmake/options
...
add CMake's option for bindings
2021-08-06 13:06:24 -06:00
Pierre Zemb
415bf2afc0
add CMake's option for bindings
2021-08-05 21:55:45 +02:00
Markus Pilman
defa41b502
Don't use -latomic with clang
2021-08-05 11:51:44 -06:00
Xiaoge Su
f6beda6623
When using non-Apple clang, link to libatomic
2021-08-05 07:32:41 -07:00
Xiaoge Su
38ac3481ff
fixup! Fix the indentation
2021-08-05 07:32:41 -07:00
Xiaoge Su
1d8068d48f
Ensure CompileBoost work on Mac
...
This is tested on a local Mac with most recent upgrades of xcode.
2021-08-05 07:32:41 -07:00
Xiaoge Su
1d685524db
Let CMake use /opt/boost_1_72_0_clang/ boost when the compiler is clang
...
For boost::context, clang abi and gcc abi are not compatible. In docker
environment, we have different builds, which are located at
gcc version: /opt/boost_1_72_0
clang version: /opt/boost_1_72_0_clang
In this patch, when clang compiler is detected, the clang version of
boost::context is used.
2021-08-05 07:32:41 -07:00
Lukas Joswiak
5dc9a97230
Merge branch 'master' into fixes/alp6
2021-08-01 20:42:52 -07:00
Andrew Noyes
353efe7db2
Merge pull request #5264 from sfc-gh-tclinkenbeard/fix-more-clang-warnings
...
Enable more warnings for `clang`
2021-07-29 15:43:54 -07:00
Daniel Smith
d5174b2d98
Update RocksDB version
2021-07-29 12:58:31 -07:00
sfc-gh-tclinkenbeard
94a65865d9
Merge remote-tracking branch 'origin/master' into fix-clang-warnings
2021-07-28 12:29:27 -07:00
sfc-gh-tclinkenbeard
c74047c665
Merge remote-tracking branch 'origin/master' into fix-more-clang-warnings
2021-07-28 11:51:02 -07:00
Lukas Joswiak
3eed4084e2
Merge branch 'master' into fixes/alp6
2021-07-27 11:26:53 -07:00
Markus Pilman
e1ec5f9aa4
Fix bug where tests wouldn't be added to correctness package
2021-07-27 11:38:25 -06:00
Markus Pilman
91e5498357
disable simulation in ctest by default
2021-07-27 11:17:55 -06:00
Lukas Joswiak
59d535149e
Merge branch 'master' into fixes/alp6
2021-07-27 10:07:18 -07:00
sfc-gh-tclinkenbeard
cedaa72c0f
Enable reorder and reorder-ctor warnings
2021-07-24 23:23:52 -07:00
sfc-gh-tclinkenbeard
13fe89ff06
Enable self-assign warning for clang
2021-07-23 17:32:01 -07:00
sfc-gh-tclinkenbeard
8d4569b63c
Enable dangling-else warning for clang
2021-07-23 17:26:37 -07:00
sfc-gh-tclinkenbeard
8fe3e45fc6
Enable more clang warnings
2021-07-23 10:07:04 -07:00
Markus Pilman
35f835548d
Fix Java integration tests
2021-07-21 13:46:39 -06:00
Chaoguang Lin
5e83281742
Add the option to customize add_fdbclient_test timeout time
2021-07-15 06:55:54 +00:00
Chaoguang Lin
41a9470058
Add comments, remove debugging info
2021-07-14 20:24:16 +00:00
Chaoguang Lin
1e3d3811cc
Merge branch 'master' of github.com:apple/foundationdb into extend-fdbclient-test-for-multiple-processes
2021-07-14 20:20:39 +00:00
Chaoguang Lin
368657623a
Extend add_fdbclient_test to support multiple processes' cluster
2021-07-14 20:17:12 +00:00
sfc-gh-tclinkenbeard
475abe301c
Merge remote-tracking branch 'origin/master' into fix-ub
2021-07-14 10:47:02 -07:00
Russell Sears
c42815f15f
Merge pull request #5127 from vishesh/cherrypick
...
Making it possible to run a multiple-cluster Java integration test (cherry-pick of #4456 from 6.3)
2021-07-13 09:14:20 -07:00
Mohamed Oulmahdi
7b590c2447
Add support for building on Windows via Docker
...
- Add Dockerfile.windows and Dockerfile..windows.devel
- build.ps1: script that produces the binaries (MSI, tools)
- CMake: disable building documentation on windows (not supported)
- Fix invalid path when building setup with WIX
- Remove deprecated @Action attribute from wix project
2021-07-08 11:42:16 +02:00
Scott Fines
d1db0d4013
Making it possible to run a multiple-cluster Java integration test
2021-07-07 10:15:18 -07:00
Markus Pilman
2da4a4ee6f
Add target to build unversioned correctness pkgs
2021-06-29 15:40:59 -06:00
Daniel Smith
1d38795a46
Properly enable santizers in RocksDB build
2021-06-23 13:58:36 -04:00
Andrew Noyes
c9b06839fc
Halt on error in ubsan for ctest tests
2021-06-23 09:25:51 -07:00
Lukas Joswiak
153de33f57
Revert "Merge pull request #4802 from sfc-gh-ljoswiak/revert/actor-lineage"
...
This reverts commit 6499fa178e
, reversing
changes made to 1512631957
.
2021-06-04 13:31:55 -07:00
Andrew Noyes
061afda2ec
Fix several package issues ( #4801 )
...
* Make the structure of the server pkg match 6.2.28
* Fix OSX lib path
* Fix install destinations in client
Previously, backup_agent would map to fdbmonitor installation dir -
which is incorrect in the sense that it disagrees with where the default
foundationdb.conf expects to find backup_agent. Add a new backupagent
installation dir and install there, matching foundationdb.conf's
expectations.
Also fix an issue where several of the versions of fdbbackup weren't
being installed
* Update packaging/osx/buildpkg.sh for cmake
* Update README instructions for pkg file
* Remove osx cpack config
* Remove pm install destinations
* Fix weird syntax
* Remove cpack reference to PM
* Address review comments
2021-05-12 11:41:26 -05:00
Lukas Joswiak
4ea760b2a9
Revert "Merge pull request #4136 from sfc-gh-mpilman/features/actor-lineage"
...
This reverts commit da41534618
, reversing
changes made to e6300905d6
.
2021-05-10 20:26:12 -07:00
Andrew Noyes
b194a313d8
Merge pull request #4746 from sfc-gh-ljoswiak/fixes/boost
...
Fix boost download links
2021-05-05 16:05:34 -07:00