Skip to content

Failed

Windows-x86_64 / Tests-Windows-x86_64-CoInterpreter / Windows64.Ombu.Tests.OmSessionStoreTest.testEntryForAbsentEntry (from Ombu-Tests)

Failing for the past 1 build (Since Failed #52 )
Took 10 sec.

Error Message

'C:\tools\cygwin\tmp\ombu-tests\test-sessions-other\Pharo.2BEEB791DA80.ombu'

Stacktrace

FileDoesNotExistException
'C:\tools\cygwin\tmp\ombu-tests\test-sessions-other\Pharo.2BEEB791DA80.ombu'
File>>openForWrite:
File>>openForRead
File>>readStream
FileHandle>>binaryReadStream
FileSystem>>binaryReadStreamOn:
FileReference>>binaryReadStream
FileReference(AbstractFileReference)>>readStreamEncoded:
FileReference>>readStream
FileReference(AbstractFileReference)>>readStreamDo:
OmBlockFileStore(OmFileStore)>>readEntriesWith:
OmBlockFileStore>>entryPositionsStartingAt:upTo:
OmBlock>>refresh
OmBlock>>checkIfMustRefreshBlock
OmBlock>>atLocalName:ifPresent:ifAbsent:
OmBlockFileStore>>readEntryForLocalName:ifPresent:ifAbsent:
[
			self
				readEntryForLocalName: aReference localName
				ifPresent: [ :entry |
					self entryByLocalName at: aReference localName put: entry.
					presentBlockClosure value: entry ]
				ifAbsent: absentBlockClosure ] in OmBlockFileStore(OmFileStore)>>entryFor:ifPresent:ifAbsent:
WeakValueDictionary(Dictionary)>>at:ifPresent:ifAbsent:
WeakValueDictionary>>at:ifPresent:ifAbsentOrNil:
OmBlockFileStore(OmFileStore)>>entryFor:ifPresent:ifAbsent:
OmSessionStore>>entryFor:ifPresent:ifAbsent:
[
		isPresent := false.
		isAbsent := false.

		otherStore
			entryFor: (store referenceTo: anEntry)
			ifPresent: [ :e | isPresent := true ]
			ifAbsent: [ isAbsent := true ].

		self deny: isPresent.
		self assert: isAbsent ] in OmSessionStoreTest(OmStoreTest)>>testEntryForAbsentEntry
OmSessionStoreTest(OmStoreTest)>>beforeAndAfterFlushStore:
OmSessionStoreTest(OmStoreTest)>>testEntryForAbsentEntry
OmSessionStoreTest(TestCase)>>performTest