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

file descriptor leak #1129

Closed
acquamarin opened this issue Dec 20, 2022 · 1 comment
Closed

file descriptor leak #1129

acquamarin opened this issue Dec 20, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@acquamarin
Copy link
Collaborator

acquamarin commented Dec 20, 2022

These tests are failing on MAC because of too many open files. There might be a file descriptor leak problem in the codebase.

        110 - ApiTest.DatabaseConfig (Failed)
	111 - ApiTest.ClientConfig (Failed)
	202 - TinySnbDDLTest.CreateNodeTableCommitRecovery (Failed)
	205 - TinySnbDDLTest.CreateRelTableCommitRecovery (Failed)
	208 - TinySnbDDLTest.DropNodeTableCommitRecovery (Failed)
	213 - TinySnbDDLTest.CreateMixedRelationTableRecovery (Failed)
	418 - TransactionTests.SingleTransactionReadWriteToStructuredNodePropertyNonNullTest (Failed)
	419 - TransactionTests.SingleTransactionReadWriteToStructuredNodePropertyNullTest (Failed)
	420 - TransactionTests.Concurrent1Write1ReadTransactionInTheMiddleOfTransaction (Failed)
	421 - TransactionTests.Concurrent1Write1ReadTransactionCommitAndCheckpoint (Failed)
	422 - TransactionTests.OpenReadOnlyTransactionTriggersTimeoutErrorForWriteTransaction (Failed)
	423 - TransactionTests.Concurrent1Write1ReadTransactionRollback (Failed)
	424 - TransactionTests.RecoverFromCommittedTransaction (Failed)
	425 - TransactionTests.RecoverFromUncommittedTransaction (Failed)
	426 - TransactionTests.ExecuteWriteQueryInReadOnlyTrx (Failed)
@acquamarin acquamarin changed the title possible file descriptor 了啊哭 possible file descriptor leak Dec 20, 2022
@acquamarin acquamarin changed the title possible file descriptor leak file descriptor leak Dec 20, 2022
@acquamarin acquamarin added the bug Something isn't working label Dec 20, 2022
@anuchak anuchak mentioned this issue Jan 6, 2023
@anuchak
Copy link
Collaborator

anuchak commented Jan 6, 2023

This issue has been fixed, tests should be passing with ulimit -n 256

@anuchak anuchak closed this as completed Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants