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

StateTransferIT.verifyStateTransferWithChainHeadFailure IT Failure #3891

Open
chetangudisagar opened this issue Feb 9, 2024 · 0 comments
Open
Assignees
Labels
Test Failure Tests intermittently failing (test itself or source code)

Comments

@chetangudisagar
Copy link
Collaborator

[INFO] 
Error:  Failures: 
Error:    StateTransferIT.verifyStateTransferWithChainHeadFailure:100->verifyStateTransferWithNodeFailure:222 
Expecting code not to raise a throwable but caught
  "java.util.concurrent.CompletionException: org.corfudb.runtime.exceptions.OverwriteException
	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1643)
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
Caused by: org.corfudb.runtime.exceptions.OverwriteException
	at org.corfudb.runtime.view.AddressSpaceView.validateStateOfWrittenEntry(AddressSpaceView.java:194)
	at org.corfudb.runtime.view.AddressSpaceView.lambda$null$5(AddressSpaceView.java:259)
	at org.corfudb.runtime.view.AbstractView.layoutHelper(AbstractView.java:136)
	at org.corfudb.runtime.view.AddressSpaceView.lambda$write$7(AddressSpaceView.java:223)
	at org.corfudb.common.metrics.micrometer.MicroMeterUtils.time(MicroMeterUtils.java:117)
	at org.corfudb.runtime.view.AddressSpaceView.write(AddressSpaceView.java:302)
	at org.corfudb.runtime.view.AddressSpaceView.write(AddressSpaceView.java:312)
	at org.corfudb.integration.StateTransferIT.lambda$startWriter$10(StateTransferIT.java:317)
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
	... 5 more
"
[INFO] 
Error:  Tests run: 287, Failures: 1, Errors: 0, Skipped: 14
@chetangudisagar chetangudisagar added the Test Failure Tests intermittently failing (test itself or source code) label Feb 9, 2024
@PavelZaytsev PavelZaytsev self-assigned this Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test Failure Tests intermittently failing (test itself or source code)
Projects
None yet
Development

No branches or pull requests

2 participants