Skip to content

Regression

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

Failing for the past 1 build (Since Unstable #70 )
Took 10 sec.

Error Message

'C:\Users\ci\AppData\Local\Temp\ombu-tests\test-sessions-other\Pharo.1C139123D140.ombu'

Stacktrace

FileDoesNotExistException
'C:\Users\ci\AppData\Local\Temp\ombu-tests\test-sessions-other\Pharo.1C139123D140.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