Yeah, so it's doing it again. This test cases causes the connection
to close on mine but it's not doing the same for my group members. This
is what happens when running the test case:
fs_session CORRECTLY created a session for user1
fs_create CORRECTLY created file tmp
fs_create CORRECTLY created file tmp3
fs_session CORRECTLY created a new session for user2.
fs_create CORRECTLY created a new session for user2.
fs_append INCORRECTLY returned an error while trying to append 11264 bytes
to file tmp.
connect: Connection refused
The file server is not accepting connections on this port
Couldn't establish connection with file server
Stephon Owens
Post by Stephon Eugene-Niles OwensNevermind.
Stephon Owens
For some reason I'm not able to append to any files while using my account.
If I use the same test cases on another team members acct, they work fine.
What might be causing this?
Stephon Owens