Skip to content

Instantly share code, notes, and snippets.

View dibyom's full-sized avatar
👋

Dibyo Mukherjee dibyom

👋
View GitHub Profile
spin-fiat-556df4f87c-7mr4f fiat 2018-10-02 20:47:33.316 ERROR 1 --- [0.0-7003-exec-4] c.n.s.k.w.e.GenericExceptionHandlers : [] Internal Server Error
spin-fiat-556df4f87c-7mr4f fiat java.lang.UnsupportedOperationException: null
spin-fiat-556df4f87c-7mr4f fiat at java.util.AbstractList.add(AbstractList.java:148)
spin-fiat-556df4f87c-7mr4f fiat at java.util.AbstractList.add(AbstractList.java:108)
spin-fiat-556df4f87c-7mr4f fiat at java.util.AbstractCollection.addAll(AbstractCollection.java:344)
spin-fiat-556df4f87c-7mr4f fiat at com.netflix.spinnaker.fiat.permissions.DefaultPermissionsResolver.lambda$getAndMergeUserRoles$2(DefaultPermissionsResolver.java:150)
spin-fiat-556df4f87c-7mr4f fiat at java.util.ArrayList.forEach(ArrayList.java:1257)
spin-fiat-556df4f87c-7mr4f fiat at com.netflix.spinnaker.fiat.permissions.DefaultPermissionsResolver.getAndMergeUserRoles(DefaultPermissionsResolver.java:148)
spin-fiat-556df4f87c-7mr4f fiat at com.netflix.spinnaker.fiat.permissions.DefaultPe

Keybase proof

I hereby claim:

  • I am dibyom on github.
  • I am dibyo (https://keybase.io/dibyo) on keybase.
  • I have a public key ASAob91uChbwiTg6QwMkjI1n4uuMFWugMuIGB7GIOejr6Qo

To claim this, I am signing this object:

@dibyom
dibyom / GatlingMultiConfigSimulation
Last active September 10, 2015 22:49 — forked from infomaven/GatlingMultiConfigSimulation
Enables user to select between different execution profiles from the same Gatling Simulation class file
val httpProtocol = http.baseURL("http://localhost:8000")
case class TestSetup(repeat: Int, users: InjectionStep, label: String) // <-- config holder
val sequentialUserTest = TestSetup(repeat = 100, atOnce(1 user), "sequential 1 user")
val oneUserPer4sTest = TestSetup(repeat = 2, constantRate(0.25 userPerSec).during(5 minutes), "1 usr/4s, 2 req / user")
val threeCentIn5Mins = TestSetup(repeat = 5, ramp(300).over(5 minute), "300 usr w/ 5 req in 5 mins")
val testSetUp = sequentialUserTest // <-- config selection (could be also done at runtime)
data:text/html, <title>Text Editor</title><body contenteditable style="font-size:2rem;font-family:Helvetica;line-height:1.4;max-width:60rem;margin:0 auto;padding:4rem;">
@dibyom
dibyom / gist:11191944
Last active August 29, 2015 14:00
testData.txt
8
16
0 4 0.5
1 2 0.33
3 5 0.2
0 1 0.15
4 5 0.77
0 3 0.56
5 2 0.44
2 4 0.57
/* Flatten das boostrap */
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
border-collapse: collapse !important;
background-image: none !important;