apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.19k stars 1.29k forks source link

[Release 7.1] Disable TestOpenNotExistTenant test #11380

Closed xis19 closed 1 month ago

xis19 commented 1 month ago

This is not supported yet.

Replace this text with your description here...

Code-Reviewer Section

The general pull request guidelines can be found here.

Please check each of the following things and check all boxes before accepting a PR.

For Release-Branches

If this PR is made against a release-branch, please also check the following:

foundationdb-ci commented 1 month ago

Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x

foundationdb-ci commented 1 month ago

Result of foundationdb-pr-macos on macOS Ventura 13.x

foundationdb-ci commented 1 month ago

Result of foundationdb-pr-clang on Linux CentOS 7

foundationdb-ci commented 1 month ago

Result of foundationdb-pr on Linux CentOS 7

foundationdb-ci commented 1 month ago

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

foundationdb-ci commented 1 month ago

Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x

foundationdb-ci commented 1 month ago

Result of foundationdb-pr-macos on macOS Ventura 13.x

foundationdb-ci commented 1 month ago

Result of foundationdb-pr on Linux CentOS 7

foundationdb-ci commented 1 month ago

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

foundationdb-ci commented 1 month ago

Result of foundationdb-pr-clang on Linux CentOS 7

jzhou77 commented 1 month ago

What does "returns TenentNotFound properly" means? as in it doens't return or something else happens?

The error was not returned from fdbserver side.

jzhou77 commented 1 month ago

CTest failure is not related:

6/21 Test #12: single_process_fdbcli_tests .......................***Failed   20.53 sec
Database created
[2024-05-09 21:39:45,024] - fdbcli_tests.py:202 - DEBUG - kill - Address: 127.0.0.1:55239
[2024-05-09 21:39:46,249] - fdbcli_tests.py:210 - DEBUG - kill - b"Using cluster file `/codebuild/output/src1024804619/src/github.com/apple/foundationdb/build_output/tmp/GVKfgVJxQ82rZ0lF/etc/fdb.cluster'.\n\nThe database is available.\n\nWelcome to the fdbcli. For help, type `help'.\n>>> kill\n\nThe following address can be killed:\n127.0.0.1:55239\n\n>>> kill 127.0.0.1:55239\nAttempted to kill 1 processes\n>>> sleep 1\n\n"
[2024-05-09 21:39:47,369] - fdbcli_tests.py:214 - DEBUG - kill - Old: 2, New: 4
[2024-05-09 21:39:47,429] - fdbcli_tests.py:177 - DEBUG - lockAndUnlock - UID: 504e522e47ea27b75298d9b394fb0e4e
[2024-05-09 21:39:47,562] - fdbcli_tests.py:187 - DEBUG - lockAndUnlock - Random passphrase: b'KLhQbHNCdb\n'
[2024-05-09 21:39:47,900] - fdbcli_tests.py:93 - DEBUG - maintenance - Maintenance status: Maintenance for zone fake_zone_id will continue for 9 seconds.
[2024-05-09 21:39:47,900] - fdbcli_tests.py:97 - DEBUG - maintenance - Remaining time(seconds): 9
[2024-05-09 21:39:48,152] - fdbcli_tests.py:441 - DEBUG - profile - The following address can be killed:
127.0.0.1:55239
[2024-05-09 21:39:48,532] - fdbcli_tests.py:577 - DEBUG - profile - Client profiling rate is set to 0.500000 and size limit is set to 1000000000.
[2024-05-09 21:39:48,804] - fdbcli_tests.py:248 - DEBUG - suspend - Address: 127.0.0.1:55239
[2024-05-09 21:39:48,923] - fdbcli_tests.py:254 - DEBUG - suspend - Port: 55239
[2024-05-09 21:39:48,924] - fdbcli_tests.py:260 - DEBUG - suspend - Pid: 24865
[2024-05-09 21:39:55,324] - fdbcli_tests.py:268 - DEBUG - suspend - PIDs: 24882 24870 24865 24795 24789 24628 24405 24388 24387 24382 24381 24380 24377 24312 15261 15259 15218 15216 14931
[2024-05-09 21:39:55,329] - fdbcli_tests.py:272 - DEBUG - suspend - Kill result: 
[2024-05-09 21:39:57,009] - fdbcli_tests.py:392 - DEBUG - transaction - Read version 205558017
[2024-05-09 21:39:57,009] - fdbcli_tests.py:398 - DEBUG - transaction - Commit version: 205565617
[2024-05-09 21:39:57,520] - fdbcli_tests.py:541 - DEBUG - throttle - There are no throttled tags
log-dir: /codebuild/output/src1024804619/src/github.com/apple/foundationdb/build_output/tmp/GVKfgVJxQ82rZ0lF/log
etc-dir: /codebuild/output/src1024804619/src/github.com/apple/foundationdb/build_output/tmp/GVKfgVJxQ82rZ0lF/etc
data-dir: /codebuild/output/src1024804619/src/github.com/apple/foundationdb/build_output/tmp/GVKfgVJxQ82rZ0lF/data
cluster-file: /codebuild/output/src1024804619/src/github.com/apple/foundationdb/build_output/tmp/GVKfgVJxQ82rZ0lF/etc/fdb.cluster
Traceback (most recent call last):
  File "/codebuild/output/src1024804619/src/github.com/apple/foundationdb/tests/TestRunner/tmp_cluster.py", line 146, in <module>
    print(f.read())
  File "/codebuild/output/src1024804619/src/github.com/apple/foundationdb/tests/TestRunner/tmp_cluster.py", line 45, in __exit__
    shutil.rmtree(self.tmp_dir)
  File "/opt/rh/rh-python38/root/usr/lib64/python3.8/shutil.py", line 718, in rmtree
    _rmtree_safe_fd(fd, path, onerror)
  File "/opt/rh/rh-python38/root/usr/lib64/python3.8/shutil.py", line 655, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/opt/rh/rh-python38/root/usr/lib64/python3.8/shutil.py", line 675, in _rmtree_safe_fd
    onerror(os.unlink, fullname, sys.exc_info())
  File "/opt/rh/rh-python38/root/usr/lib64/python3.8/shutil.py", line 673, in _rmtree_safe_fd
    os.unlink(entry.name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: 'fdbmonitor.lock'